682026ed0a
Added a source filter to the Apps page
2023-04-02 18:14:43 -04:00
abf7be222d
Bugfix: App pinning not working ( #410 )
2023-04-01 00:24:16 -04:00
7981ca29c5
Bugfix #405 + general categories bugfixes
2023-03-31 15:36:51 -04:00
4e17bbcfd1
Added "Group by Category" setting
2023-03-30 23:40:32 -04:00
9fba747802
Version detection improvements, Mullvad web scraping fix and changelog addition, code readability improvements, general tweaks/bugfixes ( #400 )
...
1. Apps that don't have "standard" versioning formats now automatically stop using version detection. This will prevent users from having to learn about this feature and enable it manually.
- For such Apps, the "standard" version detection option is greyed out.
2. The Mullvad Source recently broke due to a slight change in their website design. This is now fixed.
- Mullvad also now provides an in-app changelog via their official GitHub repo.
3. Code has been refactored for readability (specifically the version detection code and UI code for most screens).
4. Minor UI tweaks and bugfixes.
2023-03-30 17:27:36 -04:00
6db31e2b24
Support for normal text changelogs (by Source)
2023-03-19 12:52:34 -04:00
48d2532323
Links in changelog openable
2023-03-19 12:49:43 -04:00
f1fc43a3e7
Don't show 'Changes' button if it doesn't do anything
2023-03-19 12:44:17 -04:00
280827d8ec
Changelog now rendered as MarkDown
2023-03-19 12:38:57 -04:00
ef06ae289e
Open changelog inside App for supported Sources ( #82 )
2023-03-18 23:53:42 -04:00
1596a44ec5
Bugfixes from prev. commit
2023-03-03 23:31:21 -05:00
2e88c8eede
UI improvements
...
Update button for individual apps on list is now an icon.
Less clipping on small screens on apps list page.
2023-03-01 21:37:18 -05:00
8648c1bea7
Added icon for non-installed Apps
2023-03-01 20:20:34 -05:00
a8a47bb153
Unified version detection setting
2023-02-24 22:48:30 -05:00
c376a7abec
Longer version names bugfix for apps list UI
2023-02-19 18:20:28 -05:00
2b4f94b407
Date sort bugfix
2023-02-18 20:49:45 -05:00
5f7e342e6b
Added rel. date sort
2023-02-18 20:47:29 -05:00
191776d0d5
Initial release date support
2023-02-18 20:37:30 -05:00
f89ac5965f
Removed unused commented code
2023-02-04 20:06:22 -05:00
ea68b97ff7
Mark updated feature more clear
2023-02-04 19:30:41 -05:00
a2c227931e
Added uninstall option
2023-02-04 18:58:14 -05:00
fa2a80e34c
APK RegEx Filter + Updated Packages
2023-01-28 00:04:57 -05:00
95f3362a84
Apps bottom bar tweaks ( #216 )
2023-01-06 20:47:22 -05:00
451cc41c45
Tiny bugfix + increment version
2022-12-28 06:30:58 -05:00
16369b4adf
App page with Webview now on par with no webview
...
+ ratelimit error bugfix
2022-12-27 20:41:44 -05:00
8f16f745be
Added categorize in multi select menu
2022-12-27 20:15:56 -05:00
8ddeb3d776
Apps now support multiple categories
2022-12-27 19:37:13 -05:00
8aa8b6b698
Added selection count on Apps page
2022-12-25 21:52:21 -05:00
3d6c9bbf98
Added category multi-select to Apps filter
...
+ UI tweaks and bugfixes
2022-12-25 21:41:51 -05:00
7af0a8628c
Slightly thicker category color indicator on apps page
2022-12-25 20:31:20 -05:00
9072862862
Broke GeneratedFormItem into sub-types
...
Prep for "chips" input type
2022-12-21 18:23:25 -05:00
626bebbe5a
Localized new strings
2022-12-21 04:24:17 -05:00
118460ccb9
Added category filter
2022-12-21 04:15:39 -05:00
26f953dbb0
Category displayed on App/Apps pages
...
+ category save bugfix
2022-12-21 03:57:08 -05:00
6a21045e5b
Progress
2022-12-20 18:00:22 -05:00
0c2654a226
More fixes to prev commit
2022-12-19 19:58:12 -05:00
1fe9e4f91e
Started switching additionaldata to map
2022-12-19 19:34:43 -05:00
6d0cac5894
Bugfix for switching pages while downloading #150
2022-12-15 18:57:06 -05:00
f81f6374bb
Enhanced Version Detection (Again) ( #144 )
...
* Simpler approach to EVD
* Download notifs now have progress bars
* Removed unused import, changed some comments
* Re-added "Please Wait" on Apps list (accidentally removed)
* Updated README.md
2022-12-11 01:59:45 -05:00
1b892f4e0d
Avoid overflow for long version strings on Apps page
2022-12-08 18:54:40 -05:00
fd3ee02e52
Completely removed enhanced version detection
2022-12-07 20:36:14 -05:00
3951108bc9
Refactor - removed duplicate code
2022-12-04 17:12:10 -05:00
d934ce2e13
Enhanced detect bugfix + outdated apps show curr. ver.
2022-12-04 17:08:11 -05:00
66cc7f059f
Disable mark as updated for enhanced detect apps
2022-12-04 16:58:04 -05:00
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
42475fa42a
Only ask for install perm. for non-track-only apps
2022-11-25 19:07:05 -05:00
b04d2fad5c
Adds Track-Only App Support (Addresses #119 and Sets Groundwork for #44 ) ( #123 )
...
- All Sources now have a "Track-Only" option that will prevent Obtainium from looking for APKs (though the App must still have a release of some kind so that a version string can be grabbed).
- These Apps cannot be installed through Obtainium, but update notifications will still be sent.
- The user needs to manually mark them as updated when appropriate.
- This addresses issue #119 .
- It also partially addresses #44 by allowing some sources to be configured as "Track-Only"-only. The first such source (APKMirror) will be added later.
- Includes various UI changes to accommodate the above change.
- Also makes App loading a bit more responsive (sending Obtainium to the background then returning will now cause App re-load to pick up changes in App versioning that may have been made in the meantime, for instance through update checking).
2022-11-24 21:12:46 -05:00
868ba84c9a
Tiny bugfix
2022-11-20 11:05:33 -05:00
296485de8a
Added "Reset Install Status" button
2022-11-12 11:21:46 -05:00
9bd7ddb21b
Added App pinning
2022-11-12 02:14:45 -05:00