Gregory Velichko
7b882d9bd8
Move to plugins 🐱 🎉
2024-04-14 18:40:32 +03:00
Gregory Velichko
fb06babb96
Merge branch 'main' into re7gog
2024-04-12 13:21:52 +03:00
Gutyina Gergő
ccc0e7696b
Fix out of bounds array access in GeneratedForm update
2024-04-08 21:45:19 +02:00
Imran Remtulla
8527ad0007
Bugfix in release asset download
2024-04-07 02:19:40 -04:00
Imran Remtulla
377ecef1b4
More resilient release asset import (if Downloads inaccessible, use export dir)
2024-04-07 02:18:26 -04:00
Imran Remtulla
1f9921e6ff
UI improvements
2024-04-07 02:13:36 -04:00
Imran Remtulla
00988ed04d
Improve release asset download UI
2024-04-07 01:41:35 -04:00
Imran Remtulla
3d1113c057
Add release asset download button ( #1493 )
2024-04-07 01:28:45 -04:00
Imran Remtulla
8619cfa819
Add support for GitLab CI artifact links in releases ( #1506 )
2024-04-02 14:07:32 -04:00
Imran Remtulla
1fe4cdd648
Improve load speed on return to foreground
2024-04-02 13:45:32 -04:00
Gregory
2289e58dda
Move to fonts plugin
2024-03-31 14:18:21 +03:00
Gregory
049bcfbaf5
Ooops
2024-03-30 16:11:55 +03:00
Gregory
5b5f922b54
Synced
2024-03-30 15:58:28 +03:00
Imran Remtulla
491c42d68b
Removed SourceForge ( #1487 )
2024-03-28 23:27:22 -04:00
Imran Remtulla
a883857230
Auto-delete download if likely invalid ( #1498 )
2024-03-28 23:13:45 -04:00
Imran Remtulla
6468d0edcc
Fix GitLab's broken track-only mode ( #1496 )
2024-03-28 23:05:16 -04:00
Imran Remtulla
d76b7375cb
Added 'Share new Apps with AppVerifier' ( #255 )
2024-03-28 22:28:55 -04:00
Imran Remtulla
f76aa51b54
Delete downloaded APK on install fail ( #1495 )
2024-03-23 19:26:39 -04:00
Imran Remtulla
4e968826ba
Add changelog button to app page ( #1474 )
2024-03-17 04:15:43 -04:00
Imran Remtulla
e95f575530
Typo: 'Installed' not 'Updated' ( #1469 ) + Bugfix: Don't incorrectly show message when user cancels
2024-03-17 04:01:09 -04:00
Imran Remtulla
3943caeedb
Resume failed downloads when possible ( #634 )
2024-03-17 03:04:05 -04:00
Imran Remtulla
a8eae7f04b
Merge remote-tracking branch 'origin/main' into dev
2024-03-09 14:18:36 -05:00
Imran Remtulla
4902e0ef06
Removed outdated translations related to #1459
2024-03-09 14:17:18 -05:00
Imran
a7c9cd0f27
Merge pull request #1448 from dik08razz/dev
...
add ukrainian
2024-03-09 14:07:49 -05:00
Imran
efc6846c1c
Merge pull request #1459 from akramer-zibra/improve-gitlab-apk-retrieval
...
Improve gitlab .apk retrieval (#1450 , #1381 , #1380 )
2024-03-09 14:07:36 -05:00
Imran Remtulla
e7c2112f41
Bugfix from prev. commit
2024-03-09 13:50:22 -05:00
Achim
d8cd3b6c92
Remove unused package import
2024-03-09 10:17:27 +01:00
Achim
bb1dd4ecfd
Inject Private Access Token as optional request param
...
It turned out: If the parameter `private_token` is given but empty, the Gitlab REST API does expect a valid access token otherwise responds with an authorization error
2024-03-09 10:16:54 +01:00
Achim
3824b386d7
Regroup functions by their intention
...
This may prepare for later refactorings and code simplification
2024-03-09 10:11:54 +01:00
Achim
a9159fc8a0
Remove .apk retrieval from tags-feed
...
So this code does focus on the official Gitlab REST API. With this the retrieval logic changes.
2024-03-09 09:23:48 +01:00
Imran Remtulla
7f4cf6e681
Fix bug in GitHub's 'verify latest' option ( #1449 )
2024-03-05 10:37:36 -05:00
dik08razz
215f05fbc2
add ukrainian
2024-03-04 18:14:37 +02:00
Imran Remtulla
a827046acc
More BG update interval options ( #1431 )
2024-03-01 20:21:46 -05:00
Imran Remtulla
fd8f967036
Show latest APK name/count on app page ( #1426 )
2024-03-01 20:18:07 -05:00
Imran Remtulla
26be524c6d
Bugfix: 'null' changelog for some track-only apps ( #1425 )
2024-03-01 19:50:04 -05:00
Imran Remtulla
8ec3360575
Merge remote-tracking branch 'origin/main' into dev
2024-03-01 19:46:38 -05:00
Imran Remtulla
f66753498b
Bugfix for installing apps with ID change step ( #1424 )
2024-03-01 19:46:30 -05:00
Achim
ef3b01ac56
Use gitlab host defined in class member variable
2024-02-26 13:42:56 +01:00
Imran Remtulla
1cfb258dcc
Allow any source to be overridden ( #1420 )
2024-02-25 15:41:12 -05:00
Achim
9083e28637
Merge branch 'main' into fix-gitlab-request-headers
2024-02-19 16:16:42 +01:00
Achim
cfa4c680cf
Set referer header for gitlab app source context
...
There occur issues if a gitlab project refers in its release data to external hosted .apk file. In some cases (e.g. Aurora Store) download is not possible because cloudflare protection gives "forbidden" error. The referer header seems to pacify this cloudflare protection. Tested with Android 14 in an AVD emulator.
Related to: #1397 , #1389 , #1384 , #1382 , #1381 , #1380 , #1359 , #854 , #785 , #697
2024-02-19 16:02:49 +01:00
Imran Remtulla
b4cf0f5d29
Improved APK filter for F-Droid ( #1386 )
2024-02-18 18:00:03 -05:00
Imran Remtulla
4db205dd9a
Fixed F-Droid repo search ( #1400 ) + general search bugfixes
2024-02-18 17:43:24 -05:00
Imran Remtulla
64f8e2a57b
Improved URL handling for F-Droid third party repos ( #1399 )
2024-02-18 17:00:56 -05:00
Gregory
9717db0ca4
Probably fixed
2024-02-05 18:26:17 +03:00
Imran Remtulla
f50e791221
Add DeepL translations as placeholders
2024-02-01 20:34:32 -05:00
Imran Remtulla
e278c9fb5a
Correctly report and auto-delete bad APKs ( #1251 )
2024-02-01 19:26:36 -05:00
Imran Remtulla
a3530ce6bb
Remove READ_EXTERNAL_STORAGE again ( #1309 ) + fix typo
2024-01-28 16:58:09 -05:00
Imran Remtulla
27d8655d58
Better support for SourceForge ( #1352 )
2024-01-28 16:32:58 -05:00
Imran Remtulla
6ef2a26e94
Add a note on self-hosted instances of sources ( #1342 )
2024-01-27 21:26:32 -05:00