log

age author description
Wed, 14 Apr 2021 08:18:23 -0700 David Barts Tweak messages a little. default tip
Mon, 12 Apr 2021 07:07:39 -0700 David Barts Be consistent: any edit qualifies for sharing.
Sun, 11 Apr 2021 20:55:03 -0700 David Barts No cruft file; just use standard file names always and avoid double-saving.
Sat, 10 Apr 2021 17:29:08 -0700 David Barts At long last it auto-deletes old cruft files.
Sat, 10 Apr 2021 09:02:44 -0700 David Barts Shares, but creates multiple versions of cruft file.
Thu, 08 Apr 2021 21:00:57 -0700 David Barts Remove troublesome Up buttons; revise About text.
Mon, 05 Apr 2021 09:08:31 -0700 David Barts About screen (but it has broken Edit screen).
Sat, 03 Apr 2021 09:24:30 -0700 David Barts Update Kotlin.
Thu, 25 Mar 2021 19:11:43 -0700 David Barts Add unit tests of my resizing code.
Tue, 23 Mar 2021 22:30:34 -0700 David Barts Explain why permission needed, per guidelines.
Fri, 19 Mar 2021 12:49:13 -0700 David Barts Attempt to make it work on Android 9 and earlier.
Thu, 11 Mar 2021 22:41:48 -0800 David Barts Add licensing.
Thu, 11 Mar 2021 17:31:56 -0800 David Barts Add gradle files, bump rev to bypass installer cache misfeature.
Sat, 27 Feb 2021 19:27:07 -0800 David Barts Deal with constipated read tasks.
Fri, 26 Feb 2021 14:26:50 -0800 David Barts Replace static object with ViewModel.
Fri, 26 Feb 2021 13:24:30 -0800 David Barts Complete the deception that is my dummy main activity (hopefully).
Wed, 24 Feb 2021 19:14:50 -0800 David Barts Bug fixes, incl for getting "stuck" when file chooser backed out of.
Wed, 24 Feb 2021 18:44:47 -0800 David Barts Fix receiving from another app.
Wed, 24 Feb 2021 13:53:39 -0800 David Barts Explicit text colors fail in dark mode; disable.
Wed, 24 Feb 2021 13:11:37 -0800 David Barts Set the icon (I hope).
Tue, 23 Feb 2021 20:59:46 -0800 David Barts Choose a color theme.
Tue, 23 Feb 2021 18:36:19 -0800 David Barts Fix output file names.
Tue, 23 Feb 2021 15:20:15 -0800 David Barts Optimize for quality by default, now that it runs faster.
Tue, 23 Feb 2021 14:33:41 -0800 David Barts Gear instead of wrench for setting.
Tue, 23 Feb 2021 12:30:35 -0800 David Barts Add landscape mode.
Mon, 22 Feb 2021 17:49:27 -0800 David Barts No longer breaks when phone rotated.
Mon, 22 Feb 2021 17:20:40 -0800 David Barts Concurrency works, massively improves speed.
Mon, 22 Feb 2021 16:05:07 -0800 David Barts adjustViewBounds to the rescue! concur2
Mon, 22 Feb 2021 07:04:31 -0800 David Barts Parallalized, but ConstraintLayout started hosing the edit window. concur2
Sun, 21 Feb 2021 22:14:07 -0800 David Barts Better memoization, more rational API.