log app/src/main/java/com/bartsent/simpleresizer/EditImage.kt @ 46:8205f3c17500 default tip

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.
Mon, 05 Apr 2021 09:08:31 -0700 David Barts About screen (but it has broken Edit screen).
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.
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.
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.
Tue, 23 Feb 2021 18:36:19 -0800 David Barts Fix output file names.
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 07:04:31 -0800 David Barts Parallalized, but ConstraintLayout started hosing the edit window. concur2
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.
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
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.