Imran Remtulla
2558c851c0
Improve App load performance ( #579 )
2023-07-15 18:18:35 -04:00
Imran Remtulla
3ec33a1c77
Add auto-remove option ( #656 ) + on-foreground bugfix
2023-07-14 21:09:20 -04:00
Imran Remtulla
1984ffb1c0
Merge pull request #647 from 1xFF/fix-remove
...
fix race condition when checking updates
2023-07-09 01:01:07 -04:00
1xFF
7877a14f07
Use onlyIfExists flag
2023-07-08 21:02:46 -07:00
1xFF
bcc0d280ab
fix race condition when checking updates
2023-07-03 01:27:12 -07:00
1xFF
da027b7734
change archive library
2023-07-02 02:16:47 -07:00
1xFF
0fa0a4b19a
fix race condition
2023-06-28 13:31:10 -07:00
1xFF
af5ea3db0f
add Permissions for android 10 and below
2023-06-28 03:48:13 -07:00
1xFF
e75ca05aa4
Change recursion
2023-06-28 02:50:18 -07:00
1xFF
69656e65c3
Basic OBB support
2023-06-24 21:48:57 -07:00
Imran Remtulla
9c60f10005
Merge remote-tracking branch 'origin/main' into dev
2023-06-23 12:14:41 -04:00
Imran Remtulla
423ba07fad
Allow correcting inferred IDs ( #103 )
2023-06-23 11:52:49 -04:00
Elliot Fleet
8ca1e09c86
Extract zip files in a stream
2023-06-11 06:13:07 -07:00
Imran Remtulla
f0e1831d30
APK extension bugfix ( #595 )
2023-06-02 20:48:32 -04:00
Imran Remtulla
d24f2b4e6d
Attempted fix for #549
...
APK stored in "ext storage" dir if cache dir not available
2023-05-22 13:02:18 -04:00
Imran Remtulla
03fc6a530f
App load optimizations, dir delete bugfix
2023-05-22 12:33:31 -04:00
Imran Remtulla
4136734a60
Skip App loading on return to foreground
2023-05-22 12:10:58 -04:00
Imran Remtulla
431a01f2a5
Fixed breaking bug for some sources ( #561 )
2023-05-13 02:32:06 -04:00
Imran Remtulla
0673e90dff
Better APK cleanup
2023-05-12 17:53:07 -04:00
Imran Remtulla
408bca8951
XAPK bugfixes, HTML default User-Agent
2023-05-09 00:37:06 -04:00
Imran Remtulla
d5f7eced8b
UI tweaks
2023-05-06 13:28:41 -04:00
Imran Remtulla
cc3c4cc79f
Add XAPK support (incomplete - OBB not copied)
2023-05-06 13:20:58 -04:00
Imran Remtulla
fb9e66332d
APKPure, SourceHut, Bugfixes
2023-05-05 22:35:32 -04:00
Imran Remtulla
779de58f74
Jenkins uses release dates only + APK delete bugfix
2023-04-30 17:00:00 -04:00
Imran Remtulla
7c592756fe
Smarter APK caching ( #459 )
2023-04-30 02:47:53 -04:00
Imran Remtulla
08586870fb
Tweak use of attemptToCorrectInstallStatus
2023-04-30 02:28:14 -04:00
Imran Remtulla
8b123acdcd
Switched to synchronous install plugin
2023-04-30 02:23:53 -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
392554123b
Added an (experimental) Source override option for URLs that work with an existing Source but use a custom host ( #271 , #393 ) ( #502 )
2023-04-29 23:50:12 -04:00
Imran Remtulla
3c6e66ce12
Fixed null error for imported Apps ( #476 )
2023-04-23 03:22:56 -04:00
Imran Remtulla
de2b7fa7a1
URL selection modal improvements (incl. #460 )
2023-04-22 23:49:55 -04:00
Imran Remtulla
78141998f4
Attempt additional fix for #201
2023-04-21 15:54:17 -04:00
Imran Remtulla
7ea75325bb
App name overrides more consistent ( #450 )
2023-04-12 15:36:17 -04:00
Imran Remtulla
334ac8d3d6
Use app deep copy in places to avoid bugs
2023-04-07 01:54:14 -04:00
Imran Remtulla
8f75ddd43f
Better download file naming (reduces conflicts)
2023-04-06 22:59:40 -04:00
Imran Remtulla
202ce4f0d5
Store APK names with URLs ( #432 )
2023-04-05 18:50:19 -04:00
Imran Remtulla
e6b05d50b9
Scrolling bugfix #392 , custom name #420 , search archive label #421
2023-04-04 19:59:35 -04:00
Imran Remtulla
d52660235b
Attempt to workaround export bug ( #385 )
2023-04-01 00:42:44 -04:00
Imran Remtulla
7981ca29c5
Bugfix #405 + general categories bugfixes
2023-03-31 15:36:51 -04:00
Imran Remtulla
6b7d962b87
Bugfix: "releaseDateAsVersion" resets to "noVersionDetection"
...
Also 2 related UI fixes
2023-03-30 17:44:39 -04:00
Imran Remtulla
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
Imran Remtulla
3a38cedcf5
Bugfix: Don't show uninstall option for track-only apps
2023-03-25 22:55:40 -04:00
Imran Remtulla
07c490bb0e
Fixed "return after delete" bug ( #359 )
2023-03-25 00:47:26 -04:00
Imran Remtulla
9fbe524818
Bugfix: Infinite load on corrupt App JSON ( #378 )
2023-03-22 22:36:04 -04:00
Imran Remtulla
53d3397651
Remove download notification when download fails
2023-03-18 22:58:37 -04:00
Imran Remtulla
0f3e029312
Bugfix for previous commit
2023-03-17 22:49:12 -04:00
Imran Remtulla
c0120f4e40
Made download start more responsive ( #361 , #327 )
2023-03-17 16:48:06 -04:00
Imran Remtulla
a8a47bb153
Unified version detection setting
2023-02-24 22:48:30 -05:00
Imran Remtulla
ea81b0e66e
Bugfix for different ID same URL Apps ( #299 )
2023-02-18 18:31:42 -05:00