Commit Graph
1175 Commits
Author SHA1 Message Date
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
tryboiandGitHub 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áchandGitHub 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áchandGitHub 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
toanmapandGitHub 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
offaandGitHub 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
3ea3cf6409 Add WebLibre, Remove SmartCookieWeb (#611)
Co-authored-by: offa <8887756+offa@users.noreply.github.com>
2026-03-09 17:41:27 +00:00
offaandGitHub 5e1b4152e9 Add Keep Android Open notice (#606) 2026-02-21 12:41:04 +00:00
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
shuvashish76andGitHub 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
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
shuvashish76andGitHub 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 NguyenandGitHub ede8e5ca81 style: fix trailing new lines + spaces (#598) 2026-01-18 12:45:53 +00:00
Khiet Tam NguyenandGitHub 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
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 GanesanandGitHub 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
LexipandGitHub c607bf8162 Add Adaptive Theme to System (#590) 2025-12-27 20:12:10 +00:00
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 HerkenhoffandGitHub 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
offaandGitHub 66e21ae288 Add ArchiveTune, Music You, N-Zik, OpenTune and Retro Music Player (#584) (#585) 2025-12-19 15:50:06 +00:00
Nicola Davide MannarelliandGitHub 53f7d13d3a Update README.md (#588)
Conversations repository
2025-12-19 15:49:48 +00:00
tylxrandGitHub ec037dd0f3 Add Dicio (#587) 2025-12-17 18:23:26 +00:00
Shakil ShahadatandGitHub 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
offa 442c56d316 Add Geo Share (#584) 2025-12-11 19:13:28 +01:00
offa 84376d2b46 Remove unmaintained PDF viewer 2025-12-08 17:34:36 +01:00
offa 2a8dd0c626 Remove unmaintained OpenNote 2025-12-01 18:02:32 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6d2e4ea8f5 Bump nosborn/github-action-markdown-cli (#582)
Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 7ca86fe6cbe33f6579ac44885b5ed73746db6e42 to 85611bef0da53168168939754ff9d8f6073a8fec.
- [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases)
- [Commits](https://github.com/nosborn/github-action-markdown-cli/compare/7ca86fe6cbe33f6579ac44885b5ed73746db6e42...85611bef0da53168168939754ff9d8f6073a8fec)

---
updated-dependencies:
- dependency-name: nosborn/github-action-markdown-cli
  dependency-version: 85611bef0da53168168939754ff9d8f6073a8fec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-23 16:20:37 +00:00
offa 4811a30c15 Enable Dependabot 2025-11-23 17:16:13 +01:00