Compare commits

..

No commits in common. "0cd4d901fb2370e9d828f480bf04fc72d3ad39db" and "8744d7fafeb19bf9b390995c08e10ea242d0fdaa" have entirely different histories.

7 changed files with 24 additions and 29 deletions

View File

@ -66,7 +66,7 @@ repos:
] ]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.33.0 rev: 0.32.1
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-actions - id: check-github-actions

View File

@ -1 +1 @@
3.4.3 3.4.2

6
Gemfile.lock generated
View File

@ -22,7 +22,7 @@ GEM
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.3.5) concurrent-ruby (1.3.5)
connection_pool (2.5.0) connection_pool (2.5.0)
csv (3.3.4) csv (3.3.3)
drb (2.2.1) drb (2.2.1)
em-websocket (0.5.3) em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
@ -248,7 +248,7 @@ DEPENDENCIES
webrick webrick
RUBY VERSION RUBY VERSION
ruby 3.4.3p32 ruby 3.4.2p28
BUNDLED WITH BUNDLED WITH
2.6.8 2.6.2

View File

@ -39,7 +39,6 @@ Android 12+.
- [F-Droid repositories](#f-droid-repositories) - [F-Droid repositories](#f-droid-repositories)
- [Apps within 3rd party F-Droid repos](#apps-within-3rd-party-f-droid-repos) - [Apps within 3rd party F-Droid repos](#apps-within-3rd-party-f-droid-repos)
- [App Stores](#app-stores) - [App Stores](#app-stores)
- [Selfhosting forge](#selfhosting-forge)
- [Other noteworthy apps:](#other-noteworthy-apps) - [Other noteworthy apps:](#other-noteworthy-apps)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -104,10 +103,6 @@ _Always exercise caution when installing apps, even from Google Play Store!_
page). But you should know that already considering this page is of no page). But you should know that already considering this page is of no
interest to anyone else than Obtainium users (and mainly only me). interest to anyone else than Obtainium users (and mainly only me).
## Selfhosting forge
- `https://git.omaps.dev/organicmaps/organicmaps` override source: Forgejo/Gitea
## Other noteworthy apps: ## Other noteworthy apps:
- Tor Browser. Available through FFUpdater or F-Droid. - Tor Browser. Available through FFUpdater or F-Droid.

6
package.json vendored
View File

@ -1,14 +1,14 @@
{ {
"devDependencies": { "devDependencies": {
"@aminda/global-prettier-config": "2025.16.0", "@aminda/global-prettier-config": "2025.15.0",
"@prettier/plugin-ruby": "4.0.4", "@prettier/plugin-ruby": "4.0.4",
"@prettier/plugin-xml": "3.4.1", "@prettier/plugin-xml": "3.4.1",
"corepack": "latest", "corepack": "latest",
"prettier": "3.5.3", "prettier": "3.5.3",
"prettier-plugin-nginx": "1.0.3", "prettier-plugin-nginx": "1.0.3",
"prettier-plugin-sh": "0.17.2", "prettier-plugin-sh": "0.17.1",
"prettier-plugin-toml": "2.0.4" "prettier-plugin-toml": "2.0.4"
}, },
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677", "packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
"prettier": "@aminda/global-prettier-config" "prettier": "@aminda/global-prettier-config"
} }

31
pnpm-lock.yaml generated vendored
View File

@ -8,8 +8,8 @@ importers:
.: .:
devDependencies: devDependencies:
"@aminda/global-prettier-config": "@aminda/global-prettier-config":
specifier: 2025.16.0 specifier: 2025.15.0
version: 2025.16.0 version: 2025.15.0
"@prettier/plugin-ruby": "@prettier/plugin-ruby":
specifier: 4.0.4 specifier: 4.0.4
version: 4.0.4(prettier@3.5.3) version: 4.0.4(prettier@3.5.3)
@ -26,17 +26,17 @@ importers:
specifier: 1.0.3 specifier: 1.0.3
version: 1.0.3 version: 1.0.3
prettier-plugin-sh: prettier-plugin-sh:
specifier: 0.17.2 specifier: 0.17.1
version: 0.17.2(prettier@3.5.3) version: 0.17.1(prettier@3.5.3)
prettier-plugin-toml: prettier-plugin-toml:
specifier: 2.0.4 specifier: 2.0.4
version: 2.0.4(prettier@3.5.3) version: 2.0.4(prettier@3.5.3)
packages: packages:
"@aminda/global-prettier-config@2025.16.0": "@aminda/global-prettier-config@2025.15.0":
resolution: resolution:
{ {
integrity: sha512-A++pQoqdFbeeXradpFJvwmuf0KFh9ykJpfaLMaVBCmG+4ssRy+B3e2OcSiI5oqG7D1EzgX+izQBPsAC4g0y9cQ==, integrity: sha512-KFBpY4OaIUZRWBGN/6iJlEZkV6mrq+jHJnqz1tpuMfnR5c0Rx27EmHirsg/WdEUKbt/33OPUDiLV/BcbB3Ak8Q==,
} }
"@prettier/plugin-ruby@4.0.4": "@prettier/plugin-ruby@4.0.4":
@ -55,12 +55,11 @@ packages:
peerDependencies: peerDependencies:
prettier: ^3.0.0 prettier: ^3.0.0
"@reteps/dockerfmt@0.3.5": "@reteps/dockerfmt@0.2.6":
resolution: resolution:
{ {
integrity: sha512-ib1LU/3lXHAH63hxaGu9O+G3nbe5JlCg5WoMS7zzfuuBUPenCeuO7cOhYhI7IwD2QaD1NBy8AJ+FrKyhaHtWLA==, integrity: sha512-a3OYxLpIc6jbW1prbruEhRq9eYre9fKhcBD+boVwhri9L9ebdnKNy4LzaDa/tiu81P9phxA6Xi8r6jtV8I7Xsw==,
} }
engines: { node: ^v12.20.0 || ^14.13.0 || >=16.0.0 }
"@taplo/core@0.2.0": "@taplo/core@0.2.0":
resolution: resolution:
@ -100,10 +99,10 @@ packages:
integrity: sha512-vV5q85s8XnV6NEgvz1gVLfZhmxAxY03MyOYj2ApBpjFkbs00lRsRkTmqO9L39ADuD18z1RRCcfZ3eVxKhI/nqg==, integrity: sha512-vV5q85s8XnV6NEgvz1gVLfZhmxAxY03MyOYj2ApBpjFkbs00lRsRkTmqO9L39ADuD18z1RRCcfZ3eVxKhI/nqg==,
} }
prettier-plugin-sh@0.17.2: prettier-plugin-sh@0.17.1:
resolution: resolution:
{ {
integrity: sha512-7+dEo/IYbhrUj4qP+1QXj41/5Hv9ZkxBuEatI1jywrcAlVF1aGhdYJF4Sn+M67nkA16iRL53W4FSRe1bitTdmQ==, integrity: sha512-jbrB7MRlmgtSRx2+I3McQGdFb98VUtJTkQ5DiK6oSJSfCy6vSBxSsuyDZ1xIx13TqREUHTsMzlNrZBZScuJJXQ==,
} }
engines: { node: ">=16.0.0" } engines: { node: ">=16.0.0" }
peerDependencies: peerDependencies:
@ -146,14 +145,14 @@ packages:
} }
snapshots: snapshots:
"@aminda/global-prettier-config@2025.16.0": "@aminda/global-prettier-config@2025.15.0":
dependencies: dependencies:
"@prettier/plugin-ruby": 4.0.4(prettier@3.5.3) "@prettier/plugin-ruby": 4.0.4(prettier@3.5.3)
"@prettier/plugin-xml": 3.4.1(prettier@3.5.3) "@prettier/plugin-xml": 3.4.1(prettier@3.5.3)
corepack: 0.32.0 corepack: 0.32.0
prettier: 3.5.3 prettier: 3.5.3
prettier-plugin-nginx: 1.0.3 prettier-plugin-nginx: 1.0.3
prettier-plugin-sh: 0.17.2(prettier@3.5.3) prettier-plugin-sh: 0.17.1(prettier@3.5.3)
prettier-plugin-toml: 2.0.4(prettier@3.5.3) prettier-plugin-toml: 2.0.4(prettier@3.5.3)
"@prettier/plugin-ruby@4.0.4(prettier@3.5.3)": "@prettier/plugin-ruby@4.0.4(prettier@3.5.3)":
@ -165,7 +164,7 @@ snapshots:
"@xml-tools/parser": 1.0.11 "@xml-tools/parser": 1.0.11
prettier: 3.5.3 prettier: 3.5.3
"@reteps/dockerfmt@0.3.5": {} "@reteps/dockerfmt@0.2.6": {}
"@taplo/core@0.2.0": {} "@taplo/core@0.2.0": {}
@ -185,9 +184,9 @@ snapshots:
prettier-plugin-nginx@1.0.3: {} prettier-plugin-nginx@1.0.3: {}
prettier-plugin-sh@0.17.2(prettier@3.5.3): prettier-plugin-sh@0.17.1(prettier@3.5.3):
dependencies: dependencies:
"@reteps/dockerfmt": 0.3.5 "@reteps/dockerfmt": 0.2.6
prettier: 3.5.3 prettier: 3.5.3
sh-syntax: 0.5.6 sh-syntax: 0.5.6

View File

@ -58,6 +58,7 @@ https://github.com/mollyim/mollyim-insider-android
https://github.com/Neamar/KISS https://github.com/Neamar/KISS
https://github.com/nextcloud/android https://github.com/nextcloud/android
https://github.com/ooni/probe-android https://github.com/ooni/probe-android
https://github.com/organicmaps/organicmaps
https://github.com/OsmTravel/OsmGo https://github.com/OsmTravel/OsmGo
https://github.com/pilot51/voicenotify https://github.com/pilot51/voicenotify
https://github.com/polymorphicshade/Tubular https://github.com/polymorphicshade/Tubular