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.
Sun, 21 Feb 2021 21:43:54 -0800 David Barts Fix error messages, make scaling menu more user-friendly, fix return from settings.
Thu, 18 Feb 2021 22:12:19 -0800 David Barts Add preferences.
Thu, 18 Feb 2021 15:19:07 -0800 David Barts Merge memo.oo in to trunk/default.
Thu, 18 Feb 2021 14:15:26 -0800 David Barts Dumping Bitmap yields 2x improvement! memo.oo
Wed, 17 Feb 2021 14:35:52 -0800 David Barts Fix botched commit. concur
Wed, 17 Feb 2021 14:29:45 -0800 David Barts Move more stuff into worker threads. memo
Wed, 17 Feb 2021 13:39:50 -0800 David Barts Add progress bar and a worker thread. Still way slow. memo
Wed, 17 Feb 2021 13:20:25 -0800 David Barts Gets gratuitously killed. WTF? concur
Wed, 17 Feb 2021 07:43:50 -0800 David Barts Memoize. Only modest improvement results. memo
Wed, 17 Feb 2021 07:24:26 -0800 David Barts Concurrency attempt, NOT WORKING. concur
Tue, 16 Feb 2021 17:29:52 -0800 David Barts Lanczos works, but is painfully slow.
Wed, 10 Feb 2021 16:31:01 -0800 David Barts Fix rotation.
Tue, 09 Feb 2021 08:58:17 -0800 David Barts Remove debug logs.
Tue, 09 Feb 2021 08:56:00 -0800 David Barts Fix race condition.
Sun, 07 Feb 2021 21:08:34 -0800 David Barts Got it scaling and rotating, needs settings, etc.
Mon, 01 Feb 2021 08:30:12 -0800 David Barts Make the EditImage activity stateful.
Sun, 31 Jan 2021 08:21:24 -0800 David Barts Stuff Andriod Studio ignored for some reason.