Commit graph

37 commits

Author SHA1 Message Date
Ming Ming
5a02643e54 Set largeHeap to fix OOM on start up
We are now loading all files in one go on start up to improve perforamnce, this will cause a temporary spike in RAM usage
2022-01-10 20:04:39 +08:00
Ming Ming
51134f30bc Remove obsolete permission 2021-11-25 21:02:41 +08:00
Ming Ming
50a80fe2a3 Handle download in dart to support customized request 2021-11-03 21:41:06 +08:00
Ming Ming
15523c8bda Format code 2021-11-03 21:41:03 +08:00
Ming Ming
60a0a387b2 (Android) Show our own download notifs 2021-10-02 17:36:11 +08:00
Ming Ming
95cffc0eb3 Notification ticker is useless 2021-10-02 17:30:06 +08:00
Ming Ming
e1a767dc5c Format code 2021-10-02 17:30:06 +08:00
Ming Ming
bb5440a7d6 Fix handling errors from other download instances 2021-09-29 04:57:39 +08:00
Ming Ming
6365a41833 Fix incorrect format string 2021-09-29 04:57:39 +08:00
Ming Ming
e0d3b66be0 Fix download notif not showing after the first one 2021-09-29 04:57:39 +08:00
Ming Ming
cf3f855cd3 Format code 2021-09-29 04:57:39 +08:00
Ming Ming
20dfc2e00e Support share link when sharing a single file 2021-09-28 16:36:37 +08:00
Ming Ming
08ee21a259 Fix share channel not returning success 2021-09-28 16:36:12 +08:00
Ming Ming
5e91d53d9a Format code 2021-09-28 16:36:12 +08:00
Ming Ming
734807733c Migrate to DownloadManage on Android
Fix OOME when downloading large files
2021-09-20 01:37:54 +08:00
Ming Ming
620c840ccc Capture logs from settings for bug report 2021-09-11 16:03:57 +08:00
Ming Ming
1eea68bbde Add build flavor for paid version 2021-08-02 19:22:28 +08:00
Ming Ming
d2f10bc290 Fix warnings 2021-07-25 13:45:16 +08:00
Ming Ming
6fd0d892c5 Set min SDK to 21 (Android 5.0)
Required by google_maps_flutter
2021-07-15 13:45:05 +08:00
Ming Ming
7ad1f2fcf1 Start using build flavors 2021-07-15 13:45:05 +08:00
Ming Ming
92e58daa9b Don't hardcode app id 2021-07-15 13:45:05 +08:00
Ming Ming
61c950ecec A simpler way to share photos to other apps 2021-07-11 13:32:35 +08:00
Ming Ming
4ae69b3349 Download notification now handles >1 files 2021-07-11 13:32:35 +08:00
Ming Ming
0bf9f1d1c4 Expand full screen under notch 2021-05-24 15:33:08 +08:00
Ming Ming
3cc6ba2749 (android) Allow whitelisting self-signed cert 2021-05-09 19:28:06 +08:00
Ming Ming
928e7f6fb8 Format code 2021-05-09 18:32:34 +08:00
Ming Ming
0d3728bd5c (android) Success not called in notif channel 2021-05-09 18:32:34 +08:00
Ming Ming
0d5e93072a (android) Fix user CA certs ignored on API24+ 2021-05-09 18:32:34 +08:00
Ming Ming
ffbc543db7 (android) Show notification image only when possible 2021-05-06 14:42:01 +08:00
Ming Ming
a001815422 (android) Disable android backup 2021-05-06 14:42:01 +08:00
Ming Ming
31c663471f (android) Notification after downloaded photo 2021-05-01 01:02:41 +08:00
Ming Ming
513c740f8d Downloader returns content Uri on android 2021-05-01 01:02:41 +08:00
Ming Ming
84cf8ee7ae (android) Trigger media scan on downloaded file 2021-05-01 01:02:41 +08:00
Ming Ming
02ff3a0d70 Return error from method channel 2021-05-01 01:02:41 +08:00
Ming Ming
22b607f89c Extract class to file 2021-05-01 01:02:41 +08:00
Ming Ming
d7269a1cba Show MapView if GPS data exists in exif 2021-04-10 23:25:04 +08:00
Ming Ming
ab573ad273 Initial commit 2021-04-10 12:28:12 +08:00