Imran Remtulla
5d72af5b20
Add Tencent App Store ( #1848 )
2024-09-27 18:28:37 -04:00
Imran Remtulla
d801994fed
Added "allow insecure request" option ( #1825 )
2024-09-08 03:58:51 -04:00
Imran Remtulla
b8dc6f9a53
Dart fix
2024-09-08 03:25:52 -04:00
Imran Remtulla
0e46a83843
Auto-select direct APK source for URLs ending in '.apk' ( #1820 )
2024-09-08 02:51:11 -04:00
Imran Remtulla
e019c8027b
Improved APKPure compatibility by prioritizing APK when available (over XAPK)
2024-09-05 13:10:02 -04:00
Imran Remtulla
03778fd743
Fix Uptodown - was completely broken ( #1796 )
2024-08-19 22:37:57 -04:00
Imran Remtulla
37e90dabe7
GitLab bugfix for some APK URLs ( #1790 )
2024-08-19 20:55:37 -04:00
Imran Remtulla
1ddf2869a6
Yet another APKPure bugfix (last one)
2024-08-06 16:47:38 -04:00
Imran Remtulla
ed2e6e2e9e
APKPure bugfix: Correctly extract APKs that are multi-arch but not universal
2024-08-06 15:49:44 -04:00
Imran Remtulla
8d921cfbf1
Fix bugs in APKPure URL matching
2024-08-06 11:45:01 -04:00
Imran Remtulla
3ed6b168e1
Fix bug from previous version: APKPure fails to find universal APKs
2024-08-06 11:36:39 -04:00
Imran Remtulla
fd38444836
Improvement on previous commit
2024-08-05 16:08:12 -04:00
Imran Remtulla
71cc49a30f
APKPure: Filter releases by available architecture ( #598 )
2024-08-05 15:53:44 -04:00
Imran Remtulla
ce200403e0
Update GitLab for new uploads URL scheme ( #1742 )
2024-07-28 16:41:01 -04:00
Imran Remtulla
fbd6189721
GitHub search bugfix ( #1705 )
2024-07-14 20:42:20 -04:00
Imran Remtulla
d1cb2688c6
Rename "Version String Extraction" to "Trim Version String" for non-HTML Sources ( #1723 )
...
Rename Codeberg to Forgejo (#1722 )
2024-07-14 20:20:41 -04:00
Imran Remtulla
5eceaeecde
Increment version, run dart fix
2024-06-29 03:02:56 -04:00
Imran Remtulla
d391c5cfc2
Bugfix: Missing request headers for direct APK link apps ( #1688 )
2024-06-28 22:50:43 -04:00
Imran Remtulla
dff1b4cf39
Bugfixes for F-Droid repo search ( #1681 )
2024-06-28 21:55:13 -04:00
Imran Remtulla
105e70a814
F-Droid repo search bugfix ( #1681 )
2024-06-28 21:28:02 -04:00
Imran Remtulla
f53a4f3827
Add third-party F-Droid repo search to main search menu ( #1681 )
2024-06-28 19:10:45 -04:00
Imran Remtulla
f5769b85fe
Add release date extraction for track-only GitLab and Codeberg apps ( #1664 )
2024-06-15 01:58:07 -04:00
Imran Remtulla
de509737e6
Include GitLab token in APK request ( #1622 )
2024-05-22 19:51:35 -04:00
Imran Remtulla
0e2fa96b9f
More accurate error reports for Huawei AppGallery fails
2024-05-17 16:17:51 -04:00
Imran Remtulla
0838a6d30b
Support for more Huawei AppGallery URL schemes ( #1570 )
2024-05-05 21:51:05 -04:00
Imran Remtulla
a3fddc5400
Fix non-APK GitHub release asset downloads ( #1581 )
2024-05-05 21:35:16 -04:00
Imran Remtulla
27fc60d437
Fix "illegal encoding" error ( #1563 ), Remove foreground requirement for Shizuku ( #1561 )
2024-04-23 14:35:28 -04:00
Gregory Velichko
b688e7f160
Fix #968
2024-04-21 12:21:52 +03:00
Imran Remtulla
12dda8bfa9
Allow for spaces in HTML link and version filters ( #1537 )
2024-04-15 19:06:24 -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
6468d0edcc
Fix GitLab's broken track-only mode ( #1496 )
2024-03-28 23:05:16 -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
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
Imran Remtulla
26be524c6d
Bugfix: 'null' changelog for some track-only apps ( #1425 )
2024-03-01 19:50:04 -05:00
Achim
ef3b01ac56
Use gitlab host defined in class member variable
2024-02-26 13:42:56 +01: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
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