Commit graph

1,180 commits

Author SHA1 Message Date
shuvashish76
42ba335a7e
April26 updates (#641)
Co-authored-by: offa <8887756+offa@users.noreply.github.com>
2026-04-16 15:03:48 +00:00
offa
702ccd6927 Add SkillApp (#640) 2026-04-15 21:52:52 +02:00
offa
aedc388956 Update Gramophone url (#643) 2026-04-15 21:47:06 +02:00
tomaioo
d3e32a78a2
fix(security): rendering mutable remote content from branch head (#639)
The app fetches Markdown from `.../master/README.md`, which is a mutable branch reference. Content can change at any time and is immediately rendered client-side. This increases risk of unexpected content/script injection and makes output non-reproducible.

Affected files: index.html

Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>
2026-04-15 19:39:35 +00:00
offa
adba20d989 Add BlockAds 2026-04-10 16:41:27 +02:00
offa
d24fcf9ad5 Add Litube 2026-04-10 16:41:27 +02:00
offa
3c61cf9474 Update Butterfly 2026-04-10 16:41:27 +02:00
offa
ceecf9bd87 Update Lichess 2026-04-10 16:41:27 +02:00
tryboi
988b13e0be
refactor: non-responsive fixed width layout (#637)
The CSS sets a fixed width of `960px` for the `main` element. This overrides the responsiveness intended by the viewport meta tag, causing horizontal scrolling on mobile devices or small windows.

Affected files: index.html

Signed-off-by: tryboi <270171460+tryboi@users.noreply.github.com>
2026-04-09 19:18:54 +00:00
Trần Bách
bfb7d0d758
fix(security): potential indexerror when parsing malformed readme (#632)
If a line starting with `*` (app entry) appears before any category header (`### •` or `## –`), `categories[-1]` will raise an `IndexError` because the `categories` list will be empty. A malformed or tampered README.md could cause the CI script to crash with an unhandled exception.

Affected files: ensure_sorted.py

Signed-off-by: Trần Bách <45133811+barttran2k@users.noreply.github.com>
2026-04-07 18:15:24 +00:00
Trần Bách
67d3746f69
fix(security): theme selection via dom input without validation (#629)
The `changeCSS` function constructs a URL by interpolating user-controlled input (`theme` parameter from the `<select>` element) directly into a CDN URL template. While the current `<select>` restricts values, if the function were called programmatically (e.g., via browser console or if the DOM is manipulated), an attacker could inject an arbitrary path into the stylesheet URL, potentially loading a malicious CSS file from the CDN.

Affected files: index.html

Signed-off-by: Trần Bách <45133811+barttran2k@users.noreply.github.com>
2026-04-07 18:11:14 +00:00
offa
56e5f58ce9 Add Rhythm, CCLauncher, Fokus Launcher, Yagni Launcher and Deutsia radio 2026-04-01 18:30:18 +02:00
offa
1aedb315bf Add Diatronome 2026-03-30 19:11:18 +02:00
offa
66a86a994b Add Trailense 2026-03-30 19:09:49 +02:00
toanmap
1fd659ceb1
refactor: unclosed file handle for readme.md (#620)
The `README.md` file is opened using `open('README.md', 'r')` but is never explicitly closed. This can lead to resource leaks, especially in long-running processes or if the script were to be extended to open many files. While Python's garbage collector might eventually close it, it's not guaranteed and is considered bad practice.

Affected files: ensure_sorted.py

Signed-off-by: toanmap <174589430+maptoan@users.noreply.github.com>
2026-03-30 15:10:40 +00:00
offa
0e74d801ba Add ArcaneChat 2026-03-29 15:49:46 +02:00
offa
be159dc77d Use python exception type (#615) 2026-03-27 12:53:52 +01:00
offa
15b3780cb2
Add Open Android Projects (#612)
Rename tutorials/ to doc/.
2026-03-23 16:10:50 +00:00
offa
2a4db75f9a Add Episteme Reader (#613) 2026-03-15 13:58:12 +01:00
offa
a6742be1c7 Add LeanType (#610) 2026-03-09 19:59:46 +01:00
jaxiiruff
3ea3cf6409
Add WebLibre, Remove SmartCookieWeb (#611)
Co-authored-by: offa <8887756+offa@users.noreply.github.com>
2026-03-09 17:41:27 +00:00
offa
5e1b4152e9
Add Keep Android Open notice (#606) 2026-02-21 12:41:04 +00:00
Fabian Dettmer
5ffe6fb673
Add Simple Notes Sync to Notes section (#608)
Co-authored-by: inventory69 <inventory69@users.noreply.github.com>
2026-02-20 12:05:46 +00:00
shuvashish76
aead0e20fe
Add Flicky and Florid (#607) 2026-02-18 19:38:27 +00:00
offa
b856745979 Add Navit 2026-02-11 18:52:13 +01:00
offa
5902346717 Remove no longer maintained Harmony Music 2026-02-10 17:01:07 +01:00
Urik Development
b40dcf6990
Add Urik Keyboard to the README (#602)
Co-authored-by: offa <8887756+offa@users.noreply.github.com>
2026-02-08 19:14:36 +00:00
offa
69ed0ad324 Add mpvExtended (#601) 2026-02-02 19:11:19 +01:00
shuvashish76
311cb71bf7
Replace Kotatsu with Futon (#600) 2026-01-27 16:09:53 +00:00
offa
2330171bb6 Fix moved project duplicate (#599) 2026-01-22 19:10:26 +01:00
Khiet Tam Nguyen
ede8e5ca81
style: fix trailing new lines + spaces (#598) 2026-01-18 12:45:53 +00:00
Khiet Tam Nguyen
b7960e5940
Add Middor (#597) 2026-01-18 12:44:47 +00:00
offa
6776ff5710 Add Coffee (#593) 2026-01-13 18:18:18 +01:00
Josith Ganesan
b18b698005
Add Timeto.me to the list of apps (#596)
Co-authored-by: offa <8887756+offa@users.noreply.github.com>
2026-01-11 13:00:12 +00:00
offa
4a38448496 Fix Messages link (#595) 2026-01-10 15:36:47 +01:00
Josith Ganesan
5b081f75fe
Add Omni app link to README (#594) 2026-01-09 15:37:13 +00:00
offa
6aa8d3710e Add 5G (#592) 2026-01-06 20:10:05 +01:00
offa
cd87a3589a Add Einstein Launcher 2026-01-04 16:18:18 +01:00
offa
301ed57e35 Add Jotter (#583) 2026-01-04 16:14:34 +01:00
Lexip
c607bf8162
Add Adaptive Theme to System (#590) 2025-12-27 20:12:10 +00:00
rainxchzed
919f290988
Add Github Store to the list of resources (#591)
Co-authored-by: offa <8887756+offa@users.noreply.github.com>
2025-12-27 20:08:05 +00:00
Jost Herkenhoff
e55d68ee88
Add "Qalculate!" to list of applications (#589)
https://github.com/jherkenhoff/qalculate-android
2025-12-23 13:32:01 +00:00
offa
26ff1b13d1 Add Messages; update QUIK F-Droid link 2025-12-19 16:58:05 +01:00
offa
66e21ae288
Add ArchiveTune, Music You, N-Zik, OpenTune and Retro Music Player (#584) (#585) 2025-12-19 15:50:06 +00:00
Nicola Davide Mannarelli
53f7d13d3a
Update README.md (#588)
Conversations repository
2025-12-19 15:49:48 +00:00
tylxr
ec037dd0f3
Add Dicio (#587) 2025-12-17 18:23:26 +00:00
Shakil Shahadat
34182ef8b9
Adds 'Prism File Explorer' (#586) 2025-12-17 18:21:45 +00:00
offa
5634f1130c Add ShowCase 2025-12-13 13:49:33 +01:00
offa
46f9f9799d Add MovieFlix (#584) 2025-12-12 15:55:54 +01:00
offa
b6a810c40a Add FreeTube Android (#584) 2025-12-11 19:17:49 +01:00