Commit Graph

49 Commits

Author SHA1 Message Date
Imran Remtulla
2aea1d2631 Bugfixes 2023-09-10 23:11:06 -04:00
Imran Remtulla
53cf4d0234 Pick export dir + auto-export (#283, #600) 2023-09-10 22:35:28 -04:00
Imran Remtulla
6e735b1763 Enable auto-export on update checks 2023-09-10 22:24:18 -04:00
Imran Remtulla
873a1a0683 Allow for alternative app dirs (unfinished) 2023-09-10 15:55:34 -04:00
Imran Remtulla
09421230f2 Make less obvious target highlighting optional 2023-09-09 07:29:35 -04:00
Imran Remtulla
8f739d9e0b WiFi only BG update toggle (#819) + typo fix 2023-08-28 20:24:15 -04:00
Imran Remtulla
5cfd80e510 Added debug menu with on-demand bg task 2023-08-22 17:36:13 -04:00
Imran Remtulla
9eb32ae55a Don't reschedule bg checks if app is restarted 2023-08-22 17:13:15 -04:00
Imran Remtulla
d08ff3fbae Add BG update toggle 2023-08-21 20:32:41 -04:00
Imran Remtulla
1c390a7f04 Add reverse transition animation toggle (#683) 2023-07-16 11:41:02 -04:00
Imran Remtulla
6b16857186 Make page transition animation optional (#683) 2023-07-16 11:36:49 -04:00
Imran Remtulla
2a58ee8729 Toggle to disable update check on detail page (#659), string capitalization consistency 2023-07-14 21:53:50 -04:00
Imran Remtulla
3ec33a1c77 Add auto-remove option (#656) + on-foreground bugfix 2023-07-14 21:09:20 -04:00
Imran Remtulla
cc268aeeda "Check updates on start" toggle 2023-05-06 14:25:17 -04:00
Imran Remtulla
30c89fe385 Option to move non-installed apps to bottom (#264) 2023-05-05 23:08:34 -04:00
Imran Remtulla
cbec486ad1 Add language names and enable Spanish 2023-05-03 18:00:24 -04:00
Imran Remtulla
08586870fb Tweak use of attemptToCorrectInstallStatus 2023-04-30 02:28:14 -04:00
Imran Remtulla
dd19fcf6da Add warning popup toggles + fix breaking bug in add app 2023-04-30 00:58:32 -04:00
Imran Remtulla
04b3c8ad7d Bugfix for prev. commit 2023-04-30 00:15:53 -04:00
Imran Remtulla
81f66683d2 Less restrictive install permission requests (#488) 2023-04-30 00:02:23 -04:00
Bnyro
3b28143a4e Add an amoled black theme 2023-04-13 18:19:24 +02:00
Imran Remtulla
334ac8d3d6 Use app deep copy in places to avoid bugs 2023-04-07 01:54:14 -04:00
Imran Remtulla
4cfe6af044 Bugfix for prev. commit 2023-03-31 15:39:52 -04:00
Imran Remtulla
7981ca29c5 Bugfix #405 + general categories bugfixes 2023-03-31 15:36:51 -04:00
Imran Remtulla
4e17bbcfd1 Added "Group by Category" setting 2023-03-30 23:40:32 -04:00
Imran Remtulla
ce526d8d26 Language bugfix + package upgrades + incr. ver. 2023-02-27 19:00:50 -05:00
Imran Remtulla
5f7e342e6b Added rel. date sort 2023-02-18 20:47:29 -05:00
Imran Remtulla
8f16f745be Added categorize in multi select menu 2022-12-27 20:15:56 -05:00
Imran Remtulla
8ddeb3d776 Apps now support multiple categories 2022-12-27 19:37:13 -05:00
Imran Remtulla
ed2a4e674f Added language setting (mostly working) - #165 2022-12-22 03:13:55 -05:00
Imran Remtulla
a3f9947f28 Finished new category editor (needs to be used) 2022-12-22 01:24:35 -05:00
Imran Remtulla
9072862862 Broke GeneratedFormItem into sub-types
Prep for "chips" input type
2022-12-21 18:23:25 -05:00
Imran Remtulla
626bebbe5a Localized new strings 2022-12-21 04:24:17 -05:00
Imran Remtulla
118460ccb9 Added category filter 2022-12-21 04:15:39 -05:00
Imran Remtulla
99d7595f2d Added category add/remove (no recolour/rename for now) 2022-12-21 03:08:56 -05:00
Imran Remtulla
17b1f6e5b0 Internationalization (#131)
Replaced hardcoded English strings with locale-based variables based on the [easy_localization](https://pub.dev/packages/easy_localization) Flutter plugin.
2022-11-26 23:53:11 -05:00
Imran Remtulla
d2f226d442 Slight refactoring 2022-11-12 10:44:59 -05:00
Imran Remtulla
ed4a26d348 Switch to AlarmManager plugin from WorkManager for more reliable update checking (for #87) (#97) 2022-11-05 23:25:19 -04:00
Imran Remtulla
bd5f21984e Shorter default interval (see #87) 2022-11-04 19:10:20 -04:00
Imran Remtulla
03da23f77a Addresses #90 2022-11-02 20:23:40 -04:00
Imran Remtulla
03f0b6cf05 Fixed sort order (was reversed asc/desc)
Also changed default sort to nameAuthor ascending
2022-10-09 15:26:51 -04:00
Imran Remtulla
de07583161 Fixed issue with backgorund task not starting 2022-09-30 23:21:35 -04:00
Imran Remtulla
fbe4f0b49e Added GitHub PAT support 2022-09-29 21:27:54 -04:00
Imran Remtulla
1a68b8abe6 Improved GitHub starred import + other tweaks 2022-09-28 21:36:21 -04:00
Imran Remtulla
dd193d62f2 Update checking improvements (#38)
Still no auto retry for rate-limit. Instead, rate-limit errors are ignored and the unchecked Apps have to wait until the next cycle. Even this needs more testing before release.
2022-09-27 23:20:39 -04:00
Imran Remtulla
5fc79af960 Added App sorting 2022-09-17 01:41:38 -04:00
Imran Remtulla
42bba0f64c Added option to disable background update checking 2022-09-16 19:53:57 -04:00
Imran Remtulla
f63da4b538 Added option to not show App webpage + wording tweak 2022-09-03 17:06:46 -04:00
Imran Remtulla
e7170aca48 Various bugfixes + refactors 2022-08-27 01:07:48 -04:00