65 Commits

Author SHA1 Message Date
UnknownShadow200
a15c65512c Change android icon from default green droid to classicube one 2020-10-14 00:36:33 +11:00
UnknownShadow200
4002a8d074 for android values, round DPI values to two decimal places
Some older devices return values like 0.996 which causes 1 pixel wide lines to wrongly round downwards to 0 etc
2020-10-14 00:10:43 +11:00
UnknownShadow200
6817f13235 WIP on making fullscreen button work for android client 2020-10-12 17:38:23 +11:00
UnknownShadow200
982d0bb925 Reduce target SDK version from 26 to 23 so I can use file:// uris when sharing screenshots to other applications. >= 24 throws a android.os.FileUriExposedException when I try that.
If this causes problems in the future, I made a properly working ContentProvider implementation for screenshots in AndroidContentProvider branch. I tested and it does seem to work, although it's terribly written code and probably breaks somehow. Definitely not worth the two hours I wasted on that and FileProvider.
2020-09-27 22:56:09 +10:00
UnknownShadow200
a466890ac3 Fix 'check for updates' showing 'failed' and add message in updates menu telling user they need to redownload and reinstall apk, fixes #714 2020-09-27 20:11:09 +10:00
UnknownShadow200
351c8d570c remove unused appcompat/constraintlayout dependencies for android version (debug apk 4.4 --> 2.9 MB, release 3.6 --> 2.3 MB)
Also reduce
minimum android version from 4.0 to 3.2
2020-09-27 18:42:49 +10:00
UnknownShadow200
3d220ab7d8 it's probably bad idea to exclude android version from backups 2020-09-27 18:14:00 +10:00
UnknownShadow200
2cdd20b4ae Add broken support for auto sharing screenshots taken on android 2020-09-27 16:03:07 +10:00
UnknownShadow200
d1542c4db8 Show the time APK was last updated for build time in updates menu for android version 2020-08-30 12:39:24 +10:00
UnknownShadow200
386ce44cc8 Fix android makefile to compile, add readme for doc/misc folder 2020-07-27 22:09:37 +10:00
UnknownShadow200
2a1837cfc7 fix android build not compiling 2020-04-17 22:04:38 +10:00
UnknownShadow200
3509ae6a9a Remove unused freetype CID code 2020-03-23 22:06:30 +11:00
UnknownShadow200
bf302610e4 add missing gradle files 2020-03-05 08:59:05 +11:00
UnknownShadow200
b23bd94cf3 consistent whitespace 2019-11-08 23:34:02 +11:00
UnknownShadow200
f906f63ed7 open source missing java bits of android build I guess 2019-11-08 23:24:34 +11:00