Commit Graph

1046 Commits

Author SHA1 Message Date
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
Imran Remtulla
5a8efa2388 F-Droid: Don't pull changelog text if it isn't a raw file from GitHub/GitLab (#1340) 2024-01-27 21:01:44 -05:00
Imran Remtulla
d25895fa28 Revert to showing App URL separately again (#1336) 2024-01-27 20:13:01 -05:00
Imran Remtulla
de09f3ece2 Allow existing '/refs' in SourceHut URLs (#1347) 2024-01-27 20:08:05 -05:00
Imran Remtulla
1acc923ec2 Don't include prereleases in default app entry 2024-01-24 20:15:13 -05:00
Imran Remtulla
8adb5e84d1 Reordered a button for consistency 2024-01-24 19:50:11 -05:00
Imran Remtulla
3940b65156 De-emphasize 'reset install status' button to avoid confusion 2024-01-24 19:49:07 -05:00
Imran Remtulla
7cf5cafd75 Minor bugfix (#1331) 2024-01-24 19:28:40 -05:00
Imran Remtulla
369ae43062 Disable app page buttons while app info is being updated 2024-01-20 16:28:54 -05:00
Imran Remtulla
62dc7fd88b Bugfix: don't show 'Apps Updated' toast when nothing was updated (#1307) 2024-01-20 16:18:19 -05:00
Imran Remtulla
becc3828b7 Remove some unused translations 2024-01-20 14:58:37 -05:00
Imran Remtulla
95c285e1f7 Filter out fdroid APKs from default Obtainium entry 2024-01-19 23:25:00 -05:00
Imran Remtulla
c31a1912a5 Add invert option to apk filter regex 2024-01-19 23:22:00 -05:00
Imran Remtulla
bf6b3a7da0 UI bug 2024-01-19 20:36:40 -05:00
Imran Remtulla
4ab4f58f65 Cleaner 'add app' page 2024-01-19 20:35:44 -05:00
Imran Remtulla
29a76ac8e6 Removed unused divider and commented code on settings page 2024-01-19 19:59:30 -05:00
Imran Remtulla
e2761ce284 UI improvements on app page 2024-01-19 19:57:28 -05:00
Imran Remtulla
dc45334cb9 Support Direct APK Links (#1292) 2024-01-19 18:54:01 -05:00
Imran Remtulla
56052bfd79 Bugfix in version detection toggles 2024-01-19 00:43:02 -05:00
Imran Remtulla
f5067d636a More UI tweaks 2024-01-19 00:21:57 -05:00
Imran Remtulla
b173b1300a Clearer wording 2024-01-19 00:12:43 -05:00
Imran Remtulla
15a34e53bf Bugfix in automatic source selection for URL input 2024-01-19 00:00:47 -05:00
Imran Remtulla
183fb26988 Clearer version detection settings 2024-01-18 23:46:23 -05:00
Imran Remtulla
2da9a8cd59 Remove unnecessary print() 2024-01-18 20:45:34 -05:00
Imran Remtulla
bb07000280 Better partial APK hash as pseudo-version (related to #1101) 2024-01-18 20:45:06 -05:00
Imran Remtulla
ffe612708c Remove the need to hardcode Obtainium's version number 2024-01-14 01:22:35 -05:00
Imran Remtulla
5d161160aa Increment version 2024-01-14 00:56:25 -05:00
Imran Remtulla
eadf3e5a29 Enable 'start on boot' for BG task (#1234) 2024-01-14 00:22:25 -05:00
Imran Remtulla
6b6b4084a0 Newest asset upload date as release date for GitHub (#1284) 2024-01-14 00:14:44 -05:00
Imran Remtulla
30a4633f72 Improve loading time (parallelize version detection) 2024-01-13 23:26:57 -05:00
Imran Remtulla
60869a0490 Allow entire app config to be shared as link (see https://github.com/ImranR98/apps.obtainium.imranr.dev/issues/5) 2024-01-12 23:46:50 -05:00
Imran Remtulla
a25c04b390 Update packages, increment version, dart fix 2024-01-12 22:32:33 -05:00
Imran Remtulla
d46f0a1c33 HTML Source bugfix (related to #1259) 2024-01-12 22:16:06 -05:00
Imran Remtulla
5c7f5a99e1 Attempt to fix form input issues for recursive forms (NOT FULLY TESTED) 2024-01-12 21:51:48 -05:00
Imran Remtulla
f7e0678cb2 Remove unused variable 2024-01-11 21:39:41 -05:00
Imran Remtulla
223ae378a9 Update packages, increment version 2024-01-11 21:39:26 -05:00
Imran Remtulla
aa7b5652ff Fix APKPure downloads (#1250) 2024-01-11 21:34:46 -05:00
Imran Remtulla
ec6683a198 Bugfixes: Don't make URLs lowercase, never auto-select Jenkins 2024-01-11 21:28:15 -05:00
Imran Remtulla
05372924a0 F-Droid bugfix (#1264) 2024-01-11 21:16:25 -05:00