log

age author description
2021-04-14 David Barts Tweak messages a little. default tip
2021-04-12 David Barts Be consistent: any edit qualifies for sharing.
2021-04-12 David Barts No cruft file; just use standard file names always and avoid double-saving.
2021-04-11 David Barts At long last it auto-deletes old cruft files.
2021-04-10 David Barts Shares, but creates multiple versions of cruft file.
2021-04-09 David Barts Remove troublesome Up buttons; revise About text.
2021-04-05 David Barts About screen (but it has broken Edit screen).
2021-04-03 David Barts Update Kotlin.
2021-03-26 David Barts Add unit tests of my resizing code.
2021-03-24 David Barts Explain why permission needed, per guidelines.
2021-03-19 David Barts Attempt to make it work on Android 9 and earlier.
2021-03-12 David Barts Add licensing.
2021-03-12 David Barts Add gradle files, bump rev to bypass installer cache misfeature.
2021-02-28 David Barts Deal with constipated read tasks.
2021-02-26 David Barts Replace static object with ViewModel.
2021-02-26 David Barts Complete the deception that is my dummy main activity (hopefully).
2021-02-25 David Barts Bug fixes, incl for getting "stuck" when file chooser backed out of.
2021-02-25 David Barts Fix receiving from another app.
2021-02-24 David Barts Explicit text colors fail in dark mode; disable.
2021-02-24 David Barts Set the icon (I hope).
2021-02-24 David Barts Choose a color theme.
2021-02-24 David Barts Fix output file names.
2021-02-23 David Barts Optimize for quality by default, now that it runs faster.
2021-02-23 David Barts Gear instead of wrench for setting.
2021-02-23 David Barts Add landscape mode.
2021-02-23 David Barts No longer breaks when phone rotated.
2021-02-23 David Barts Concurrency works, massively improves speed.
2021-02-23 David Barts adjustViewBounds to the rescue! concur2
2021-02-22 David Barts Parallalized, but ConstraintLayout started hosing the edit window. concur2
2021-02-22 David Barts Better memoization, more rational API.
2021-02-22 David Barts Fix error messages, make scaling menu more user-friendly, fix return from settings.
2021-02-19 David Barts Add preferences.
2021-02-18 David Barts Merge memo.oo in to trunk/default.
2021-02-18 David Barts Dumping Bitmap yields 2x improvement! memo.oo
2021-02-17 David Barts Fix botched commit. concur
2021-02-17 David Barts Move more stuff into worker threads. memo
2021-02-17 David Barts Add progress bar and a worker thread. Still way slow. memo
2021-02-17 David Barts Gets gratuitously killed. WTF? concur
2021-02-17 David Barts Memoize. Only modest improvement results. memo
2021-02-17 David Barts Concurrency attempt, NOT WORKING. concur
2021-02-17 David Barts Lanczos works, but is painfully slow.
2021-02-11 David Barts Fix rotation.
2021-02-09 David Barts Remove debug logs.
2021-02-09 David Barts Fix race condition.
2021-02-08 David Barts Got it scaling and rotating, needs settings, etc.
2021-02-01 David Barts Make the EditImage activity stateful.
2021-01-31 David Barts Stuff Andriod Studio ignored for some reason.