annotate app/src/main/assets/about_body.html @ 41:9231f1a41a59

Remove troublesome Up buttons; revise About text.
author David Barts <n5jrn@me.com>
date Thu, 08 Apr 2021 21:00:57 -0700
parents cfb19d4ccf78
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
40
cfb19d4ccf78 About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
diff changeset
1 <!-- html fragment containing a brief description of this program -->
cfb19d4ccf78 About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
diff changeset
2 <p>This program lets you downsample and rotate image files. Doing so
cfb19d4ccf78 About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
diff changeset
3 makes for smaller images that get sent faster and which always
cfb19d4ccf78 About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
diff changeset
4 display right-side-up.</p>
cfb19d4ccf78 About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
diff changeset
5 <p>It also strips out the metadata (such as phone make and model) that your
cfb19d4ccf78 About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
diff changeset
6 camera app silently puts into each image, thus helping to protect your
cfb19d4ccf78 About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
diff changeset
7 privacy.</p>
cfb19d4ccf78 About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
diff changeset
8 <p>It <i>does not</i> modify any existing files; it writes new files, leaving
cfb19d4ccf78 About screen (but it has broken Edit screen).
David Barts <n5jrn@me.com>
parents:
diff changeset
9 your original images alone.</p>
41
9231f1a41a59 Remove troublesome Up buttons; revise About text.
David Barts <n5jrn@me.com>
parents: 40
diff changeset
10 <p>More information (including my
9231f1a41a59 Remove troublesome Up buttons; revise About text.
David Barts <n5jrn@me.com>
parents: 40
diff changeset
11 <a href="https://bartsent.com/simple_resizer.pspx#privacy">privacy policy</a>)
9231f1a41a59 Remove troublesome Up buttons; revise About text.
David Barts <n5jrn@me.com>
parents: 40
diff changeset
12 may be found <a href="https://bartsent.com/simple_resizer.pspx">here</a>.</p>