Commit Graph

115 Commits

Author SHA1 Message Date
Imran Remtulla
5db2c5f0b1 Initial changes to support search 2022-11-11 21:44:20 -05:00
Imran Remtulla
b7ccf3fa49 Fixed App import and legacy Apps upgrade (#103) 2022-11-10 12:55:04 -05:00
Imran Remtulla
ee758e8470 Fixed bug from previous commit 2022-11-10 10:26:36 -05:00
Imran Remtulla
c47b752344 Cancel update notifications on new install (#101)
Can't get more granular due to flutter_local_notifications/issues/1700
2022-11-09 20:56:40 -05:00
Imran Remtulla
1cda941fbe Removed APKMirror code (previously unused but present) 2022-11-07 16:05:07 -05:00
Imran Remtulla
139f44d31d UI improvement in APKPicker 2022-11-07 15:32:42 -05:00
Marek
ed955ac6a2 Add arch info (#100) 2022-11-07 15:14:00 -05:00
Imran Remtulla
f3ead6caf1 Fixed breaking bug from previous commit 2022-11-06 14:21:00 -05:00
Imran Remtulla
97ab723d04 Cleanup (#98) 2022-11-05 23:29:12 -04: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
c9711c7734 Addresses #76 and #93 2022-11-04 18:53:25 -04:00
Imran Remtulla
03da23f77a Addresses #90 2022-11-02 20:23:40 -04:00
Imran Remtulla
e746ca890a Obtainium now installs last (#84) 2022-10-31 17:41:25 -04:00
Imran Remtulla
b1953435af Added progress toasts when adding Apps 2022-10-30 12:44:30 -04:00
Imran Remtulla
fc7d7d11d6 Addresses #79 + other GitHub bugfix 2022-10-30 12:22:32 -04:00
Imran Remtulla
9ef26b3a4a F-Droid bugfixes (#73, #74, #75) + UI tweak 2022-10-29 22:57:21 -04:00
Imran Remtulla
d1a3529036 Switched to package names as app ids (#69)
* Fixes #14 (although detection is disabled in background processes due to the bug described in #60)
    * Added App icons and basic installed detection
    * Real Package Names Used as IDs + App Icons (INCONVENIENT FOR PREVIOUS VERSION USERS)
    * Switch to using extracted names (no custom names)

* Fixes #57

* Fixes #67

* Fixes #64

* Fixes #61

* Commented out APKMirror and added code to remove their Apps

* Updated README

* Switched to Flutter stable (causes some UI elements to switch back to the old material design style, but this will be fixed in later Flutter releases)

* BG task silently retries on network errors

* Updated screenshots
2022-10-29 13:13:28 -04:00
Imran Remtulla
a954a627fd Fixed 2 issues:
- Rate-limit regression in previous release
- Update notifications not sent when >1 apps have errors
2022-10-11 18:39:53 -04:00
Imran Remtulla
52ce5b19c4 More informative errors for mass update checking 2022-10-11 11:53:20 -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
5d8d0de8de Slightly more efficient JSON importing (tiny difference) 2022-10-08 17:31:08 -04:00
Imran Remtulla
07f6d4ad2c Fixed custom App name issue 2022-10-08 12:26:08 -04:00
Imran Remtulla
dde3fc20fb Back to old install plugin (dealbreaker in new one) 2022-10-07 19:06:02 -04:00
Imran Remtulla
017b867d8d Added APKMirror (Phew!) 2022-10-07 17:24:45 -04:00
Imran Remtulla
67f50ba776 Added 'See Changes' button in app list (GitHub only) 2022-10-07 12:51:53 -04:00
Imran Remtulla
a0968caa5c Tweaked update checking, fixed an issue on App page 2022-10-07 12:22:16 -04:00
Imran Remtulla
e3e945d13b Bugfix - Obtainium doesn't update with other Apps 2022-10-01 00:29:15 -04:00
Imran Remtulla
de07583161 Fixed issue with backgorund task not starting 2022-09-30 23:21:35 -04:00
Imran Remtulla
0a560871cb Fixed update checking on App page 2022-09-29 23:20:57 -04:00
Imran Remtulla
fbe4f0b49e Added GitHub PAT support 2022-09-29 21:27:54 -04:00
Imran Remtulla
b8bb8d1f4b Bugfix for F-Droid URL parsing 2022-09-29 10:15:57 -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
a916167be3 Added basic SourceForge support 2022-09-25 03:21:57 -04:00
Imran Remtulla
420cf487d4 Basic custom App name support (only when adding) 2022-09-25 02:39:41 -04:00
Imran Remtulla
33fed1cb2f Reduced dependece on fgbg thanks to new install plugin 2022-09-25 01:56:24 -04:00
Imran Remtulla
428c208de4 Added share option, saveApp -> saveApps 2022-09-25 01:41:50 -04:00
Imran Remtulla
9a4b0301be Updated version, standardized quotes, deleted test_page 2022-09-25 00:21:41 -04:00
Imran Remtulla
f58d26524c Done w/ filter and multi select stuff 2022-09-25 00:12:02 -04:00
Imran Remtulla
0a9373e65a More work on silent updates (not working in BG) 2022-09-24 18:43:05 -04:00
Imran Remtulla
b65c6e1d41 Bugfixes + started work on silent udates 2022-09-24 15:00:47 -04:00
Imran Remtulla
2cfe62142a Added Apps search 2022-09-24 01:57:45 -04:00
Imran Remtulla
d03486fc5d Adds Source-specific options + other changes (#26)
* Started work on dynamic forms

* dynamic form progress (switch doesn't work)

* dynamic forms work

* Gen. form improvements, source specific data (untested)

* Gen form bugfix

* Removed redundant generated modal code

* Added custom validators to gen. forms

* Progress on source options (incomplete), gen form bugfixes

* Tweaks, more

* More

* Progress

* Changed a default

* Additional options done!
2022-09-24 00:36:32 -04:00
Imran Remtulla
224e435bbb Moved App Sources into separate files 2022-09-22 19:35:15 -04:00
Imran Remtulla
0f6b6253de Reduced haptic feedback (consequential actions only) 2022-09-17 16:48:42 -04:00
Imran Remtulla
35369273bd Changed source order, started adding strechy titlebars 2022-09-17 14:39:38 -04:00
Imran Remtulla
5fc79af960 Added App sorting 2022-09-17 01:41:38 -04:00
Imran Remtulla
05f5590e7d Updated modules, removed unneeded imports 2022-09-17 01:10:34 -04:00
Imran Remtulla
4ccf7cbc92 Added GitHub starred import (+ general import/export changes) 2022-09-16 23:52:58 -04:00