mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-17 18:37:24 +02:00
Compare commits
18 Commits
45c131d300
...
fec9e65f50
Author | SHA1 | Date | |
---|---|---|---|
fec9e65f50 | |||
69d7cde42a | |||
da29d34623 | |||
84b2bdb649 | |||
3089552bf0 | |||
993ffadcc7 | |||
374c4169f9 | |||
577e287f4a | |||
84c08c8b22 | |||
295325485c | |||
dbfcc422e6 | |||
1a0232cfd7 | |||
4de1917846 | |||
a649e0e5c8 | |||
d226d79238 | |||
21390bc9ad | |||
9cbdcaf4fc | |||
f0462342c3 |
@ -1,8 +1,8 @@
|
||||
# Site settings
|
||||
title: Aminda Suomalainen ⚧
|
||||
author: <div lang="fi"><a href="https://aminda.eu">Aminda Suomalainen ⚧</a></a></div>
|
||||
title: Aminda Suomalainen ⚧︎
|
||||
author: <div lang="fi"><a href="https://aminda.eu">Aminda Suomalainen ⚧︎</a></a></div>
|
||||
description: > # this means to ignore newlines until "baseurl:"
|
||||
I am a Highly Sensitive Autistic Pirate with Linux experience since 2008. I am familiar with git and looking for employment. ⚧
|
||||
I am a Highly Sensitive Autistic Pirate with Linux experience since 2008. I am familiar with git and looking for employment. ⚧︎
|
||||
<br/><br/><em lang="en">This website is licensed under the
|
||||
<a href="(https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
|
||||
by <a href="https://aminda.eu">Aminda Suomalainen</a>.</em>
|
||||
@ -111,3 +111,6 @@ keyoxide: https://keyoxide.org
|
||||
|
||||
# Attempt to handle warning
|
||||
excerpt_separator: "\n\n"
|
||||
|
||||
# Fedora version
|
||||
fedora: 40
|
||||
|
4
_layouts/mini.html
vendored
4
_layouts/mini.html
vendored
@ -4,9 +4,9 @@
|
||||
<body>
|
||||
<div class="page-content">
|
||||
<div class="wrapper">
|
||||
<p class="centered"><small><a lang="en" rel="prefetch" href="/">Return to index?</a> <a lang="fi" rel="prefetch" href="/">Palaa etusivulle?</a></small></p>
|
||||
<p class="centered"><small><a lang="en" rel="prefetch" href="/n/">Return to note index?</a></small></p>
|
||||
{{ content }}</div>
|
||||
<p class="centered"><small><a lang="en" rel="prefetch" href="/">Return to index?</a> <a lang="fi" rel="prefetch" href="/">Palaa etusivulle?</a></small></p>
|
||||
<p class="centered"><small><a lang="en" rel="prefetch" href="/n/">Return to note index?</a></small></p>
|
||||
{% include ad.html %}
|
||||
</div>
|
||||
</body>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
// Our variables
|
||||
$base-font-family: ui-serif, system-ui, "Liberation Serif", Tinos,
|
||||
"Times New Roman", serif;
|
||||
"Times New Roman", serif, emoji;
|
||||
//$base-font-family: ui-sans-serif, system-ui, "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
||||
monospace;
|
||||
monospace, emoji;
|
||||
|
||||
// CSS of used Jekyll theme
|
||||
@import "{{ site.theme }}";
|
||||
@ -21,11 +21,13 @@ $monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
||||
color-scheme: light dark !important;
|
||||
}
|
||||
|
||||
// Revert to defaults
|
||||
// Revert to defaults, or make settings default
|
||||
* {
|
||||
color: revert !important;
|
||||
overflow-wrap: break-word !important;
|
||||
hyphens: auto !important;
|
||||
// Experimental trick to make all emojis text if supported.
|
||||
font-variant-emoji: text;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -84,6 +86,13 @@ code {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
// _layouts/mini.html calls this for returning to index!
|
||||
.centered {
|
||||
list-style-type: none;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
// At least used in the index SSH key fingerprints
|
||||
.monospaced {
|
||||
font-family: $monospace-font-family;
|
||||
|
@ -18,7 +18,8 @@ robots: noai
|
||||
|
||||
<p id="bio">
|
||||
I am a Highly Sensitive Autistic Pirate with Linux experience since 2008. I am
|
||||
familiar with git and looking for employment. My pronouns are she/they. ⚧
|
||||
familiar with git and looking for employment. My pronouns are she/they.
|
||||
⚧︎
|
||||
</p>
|
||||
<!-- <p class="centered">I speak Finnish, English and a little Esperanto.</p>
|
||||
-->
|
||||
@ -107,7 +108,7 @@ robots: noai
|
||||
<a href="https://git.com.de/mikaela" rel="me">git.com.de</a> (<a
|
||||
href="http://gitea.qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion/Mikaela"
|
||||
rel="me"
|
||||
>🧅</a
|
||||
>🧅︎</a
|
||||
>)
|
||||
<a
|
||||
rel="me"
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: Co-authoring and private emails with Git Forges
|
||||
excerpt: This note tells how to mark me as a git commit coauthor and my privatized email addresses.
|
||||
layout: mini
|
||||
permalink: /n/coauthor.html
|
||||
sitemap: true
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: My configuration for Dark Reader
|
||||
excerpt: I prefer amber on black with system fonts.
|
||||
layout: mini
|
||||
permalink: /n/darkreader.html
|
||||
redirect_from: /n/opendyslexic.html
|
||||
@ -39,16 +41,10 @@ robots: noai
|
||||
- Background: `#000000` ("AMOLED Black")
|
||||
- Text: `#ffb700` ("Amber")
|
||||
|
||||
1. <del>Font and more</del>
|
||||
1. Font and more
|
||||
|
||||
- Change font: yes
|
||||
- <del>Font name: `OpenDyslexic` or `Comic Shanns Mono`</del>
|
||||
- <del>Consider the [OpenDyslexic extension](https://github.com/OpenDyslexic/extension),
|
||||
while it's incompatible with the "change font feature" and the
|
||||
highlighting for currently read text won't work. Additionally it
|
||||
**_requires Firefox standard tracking protection_** or it won't do
|
||||
anything.</del>
|
||||
- Font name: `system-ui`, `ui-serif`, `ui-sans-serif` or `ui-monospace`.
|
||||
- Font name: `ui-serif, system-ui, serif, emoji`
|
||||
|
||||
<del>In _Settings_ there is additionally _Detect dark theme_ option which is nice,
|
||||
but again disables font changing.<del>
|
||||
In _Settings_ there is additionally _Detect dark theme_ option which is nice,
|
||||
but again disables font changing.
|
||||
|
2
n/dns.md
2
n/dns.md
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: Philosophical pondering on DNS and its features and usage
|
||||
excerpt: What DNS server is used, does it support ECS, is that threat or possibility, and everything that doesn't have a better place?
|
||||
layout: mini
|
||||
permalink: /n/dns.html
|
||||
redirect_from:
|
||||
|
116
n/emoji.md
Normal file
116
n/emoji.md
Normal file
@ -0,0 +1,116 @@
|
||||
---
|
||||
title: Emojis and symbols in terminal and HTML
|
||||
excerpt: This is just for personal reference and fun.
|
||||
layout: mini
|
||||
permalink: /n/emoji.html
|
||||
redirect_from: /r/emoji.html
|
||||
sitemap: true
|
||||
robots: noai
|
||||
lang: en
|
||||
---
|
||||
|
||||
# Unemojied emojis
|
||||
|
||||
[John D. Cook shares a nice trick to prevent emojis from being displayed as
|
||||
emojis](https://www.johndcook.com/blog/2022/09/30/preventing-emoji/) and I
|
||||
want to store it here alongside the more personally
|
||||
relevant symbols.
|
||||
|
||||
So to make something not an emoji, `U+FE0E` or `︎` and to use emoji,
|
||||
`FE0F` or (`️`).
|
||||
|
||||
<!-- editorconfig-checker-disable -->
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
<em lang="fi">Automaattinen sisällysluettelo</em> / <em lang="en">Automatically generated Table of Contents</em>
|
||||
|
||||
- [Motivational messages](#motivational-messages)
|
||||
- [aminda.eu](#amindaeu)
|
||||
- [Flags](#flags)
|
||||
- [Kingdom Hearts](#kingdom-hearts)
|
||||
- [Roman Numerals](#roman-numerals)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## Motivational messages
|
||||
|
||||
_My shellrc has some reminders for me and these are the sequences there._
|
||||
|
||||
- ⚧︎ Transgender symbol: `\u26A7\ufe0e` `⚧︎`
|
||||
- ❄︎ Snowflake `\u2744\ufe0e` `❄︎`
|
||||
- 🕊︎ Dove of Peace `\u1f54a\ufe0e` `🕊︎`
|
||||
|
||||
## aminda.eu
|
||||
|
||||
- 🧅︎ Onion: `\u1f9c5` `🧅︎`
|
||||
- I guess it just doesn't have a non-emoji variant at least on my system at the time of writing?
|
||||
|
||||
## Flags
|
||||
|
||||
- 🏴‍☠︎ Pirate Flag: `\u1f3f4\u200d\u2620\ufe0f\ufe0e` or `🏴‍☠︎`
|
||||
|
||||
## Kingdom Hearts
|
||||
|
||||
Well, one must be prepared to discuss the clash between Light and Darkness and the χ-blade, in case someone resurrects it?
|
||||
|
||||
- χ can be expressed as `\U03C7`, `χ` or neatly `χ`.
|
||||
- In case of `&Chi` making it a capital letter turns it into Χ, but can you even distinguish that from X?
|
||||
|
||||
### Roman Numerals
|
||||
|
||||
_You have no idea how often I miss these. And I don't even mean to discuss the_ Organization ⅫⅠ.
|
||||
|
||||
**_WARNING: The first syntax may be incorrect._**
|
||||
|
||||
- Ⅰ `\u2160` or `Ⅰ`
|
||||
- Ⅱ `\u2161` or `Ⅱ`
|
||||
- Ⅲ `\u2162` or `Ⅲ`
|
||||
- Ⅳ `\u2163` or `Ⅳ`
|
||||
- Ⅴ `\u2164` or `Ⅴ`
|
||||
- Ⅵ `\u2165` or `Ⅵ`
|
||||
- Ⅶ `\u2166` or `Ⅶ`
|
||||
- Ⅷ `\u2167` or `Ⅷ`
|
||||
- Ⅸ `\u2168` or `Ⅸ`
|
||||
- Ⅹ `\u2169` or `Ⅹ`
|
||||
- Ⅺ `\u2170` or `Ⅺ`
|
||||
- Ⅻ `\u216A` or `Ⅻ`
|
||||
- Ⅻ‍Ⅰ `\u2161a\u8544` or `Ⅻ‍Ⅰ`
|
||||
- Ⅹ‍Ⅳ `\u2169\u2163` or `Ⅹ‍Ⅳ`
|
||||
|
||||
<!-- TODO: FINISH THESE!
|
||||
|
||||
- Ⅼ `\u216B` or `Ⅰ`
|
||||
- Ⅽ `\u216C` or `Ⅰ`
|
||||
- Ⅾ `\u216D`
|
||||
- Ⅿ `\u216E`
|
||||
- ⅰ `\u216F`
|
||||
- ⅱ `\u216G`
|
||||
- ⅲ
|
||||
- ⅳ
|
||||
- ⅴ
|
||||
- ⅵ
|
||||
- ⅶ
|
||||
- ⅷ
|
||||
- ⅸ
|
||||
- ⅹ
|
||||
- ⅺ
|
||||
- ⅻ
|
||||
- ⅼ
|
||||
- ⅽ
|
||||
- ⅾ
|
||||
- ⅿ
|
||||
- ↀ
|
||||
- ↁ
|
||||
- ↂ
|
||||
- Ↄ
|
||||
- ↅ
|
||||
- ↆ
|
||||
- ↇ
|
||||
- ↈ
|
||||
|
||||
-->
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: Essential software on my systems
|
||||
excerpt: This is a living note on what I should consider installing or configuring everywhere.
|
||||
layout: mini
|
||||
permalink: /n/essentialsoftware.html
|
||||
sitemap: true
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: F-Droid repository list
|
||||
excerpt: I always add these on my F-Droid.
|
||||
layout: mini
|
||||
permalink: /n/f-droid.html
|
||||
redirect_from: /n/fdroid.html
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: Fairbuds XL and the equalizer settings
|
||||
excerpt: I am just copying Dezponia who has approved it in hopes of someone else benefiting from this too.
|
||||
layout: mini
|
||||
permalink: /n/fairbuds.html
|
||||
redirect_from:
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: firewalld
|
||||
excerpt: Firewall configuration on Fedora/RHEL based distributions.
|
||||
layout: mini
|
||||
permalink: /n/firewalld.html
|
||||
redirect_from:
|
||||
|
2
n/gpg.md
2
n/gpg.md
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: GPG notes without a better place
|
||||
excerpt: Creating Ed25519/future key, configuring WKD, Keyoxide PGP and something on Keybase.
|
||||
layout: mini
|
||||
permalink: /n/gpg.html
|
||||
redirect_from:
|
||||
|
41
n/index.html
Normal file
41
n/index.html
Normal file
@ -0,0 +1,41 @@
|
||||
---
|
||||
layout: default
|
||||
title: Notes
|
||||
excerpt: Extra aid for my memory in random subjects. Maybe you are reading this page?
|
||||
permalink: /n/index.html
|
||||
redirect_from: /n/n.html
|
||||
navigation: true
|
||||
lang: en
|
||||
sitemap: true
|
||||
robots: noai
|
||||
---
|
||||
|
||||
<h1>Notes</h1>
|
||||
|
||||
<p>
|
||||
You have discovered my notes listing, where I ramble about random subjects for
|
||||
future me, so I don't have to rediscover the things again. I tend to access
|
||||
these with direct link, but for your benefit, they are also listed here.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<em
|
||||
>I won't comment on whether there are secret messy unlisted notes lying
|
||||
around.</em
|
||||
>
|
||||
</p>
|
||||
|
||||
<!-- Make a variable containing pages under n/ -->
|
||||
{% assign notes = site.pages | where_exp: "page", "page.path contains 'n/'" %}
|
||||
|
||||
<!-- For loop to go through the contents of the pages -->
|
||||
{% for note in notes %}
|
||||
<!-- If the page is on the sitemap, I want to publish it here -->
|
||||
{% if note.sitemap == true %}
|
||||
|
||||
<p>
|
||||
<a href="{{ note.url }}">{{note.title}}</a>
|
||||
<em>{{ note.excerpt | markdownify }}</em>
|
||||
|
||||
{% endif %} {% endfor %}
|
||||
</p>
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: Keyoxide
|
||||
excerpt: Here you can find my Keyoxide profiles and ASP proof syntax.
|
||||
layout: mini
|
||||
permalink: /n/keyoxide.html
|
||||
redirect_from: /n/keyoxide-flutter.html
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: Quick localectl config
|
||||
excerpt: For when I need to remember how to change system language on systemd using distributions.
|
||||
layout: mini
|
||||
permalink: /n/localectl.html
|
||||
redirect_from:
|
||||
|
31
n/matrix.md
31
n/matrix.md
@ -1,13 +1,32 @@
|
||||
---
|
||||
title: Matrix copypastas
|
||||
excerpt: These are for personal copy-pasting purposes, please keep out.
|
||||
layout: mini
|
||||
permalink: /n/matrix.html
|
||||
sitemap: false
|
||||
lang: en
|
||||
---
|
||||
|
||||
Collected critiques on Matrix for copying either as oneliner or a markdown list.
|
||||
# Matrix copypastas
|
||||
|
||||
https://www.aminda.eu/blog/english/2021/08/03/matrix-perfect-privacy-not.html#you-mentioned-privacy https://www.aminda.eu/blog/english/2021/12/05/matrix-community-abuse-security-by-obscurity.html https://www.aminda.eu/discuss.html#a-couple-of-words-on-protocols https://www.aminda.eu/matrix/#questions-and-answers
|
||||
<!-- editorconfig-checker-disable -->
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
<em lang="fi">Automaattinen sisällysluettelo</em> / <em lang="en">Automatically generated Table of Contents</em>
|
||||
|
||||
- [Critiques, oneliner & list](#critiques-oneliner--list)
|
||||
- [Display names](#display-names)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## Critiques, oneliner & list
|
||||
|
||||
`https://www.aminda.eu/blog/english/2021/08/03/matrix-perfect-privacy-not.html#you-mentioned-privacy https://www.aminda.eu/blog/english/2021/12/05/matrix-community-abuse-security-by-obscurity.html https://www.aminda.eu/discuss.html#a-couple-of-words-on-protocols https://www.aminda.eu/matrix/#questions-and-answers`
|
||||
|
||||
```markdown
|
||||
- https://www.aminda.eu/blog/english/2021/08/03/matrix-perfect-privacy-not.html#you-mentioned-privacy
|
||||
@ -15,3 +34,11 @@ https://www.aminda.eu/blog/english/2021/08/03/matrix-perfect-privacy-not.html#yo
|
||||
- https://www.aminda.eu/discuss.html#a-couple-of-words-on-protocols
|
||||
- https://www.aminda.eu/matrix/#questions-and-answers
|
||||
```
|
||||
|
||||
## Display names
|
||||
|
||||
- Aminda.eu ⚧︎ (she/they)
|
||||
- Aminda.eu χ ⚧︎ (she/they)
|
||||
- Aminda.eu ⚧︎ 🏴‍☠︎ (she/they)
|
||||
- Aminda.eu ⚧︎ (F-{{ site.fedora }}) (she/they)
|
||||
- Aminda Suomalainen ⚧︎ (she/they)
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: Spoilers on Matrix protocol
|
||||
excerpt: Instructions for proper spoiling on Matrix using FluffyChat, Nheko and Element Web.
|
||||
layout: mini
|
||||
permalink: /n/matrixspoilers.html
|
||||
redirect_from:
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: Obtainiun
|
||||
excerpt: Obtainium and useful apps for it.
|
||||
layout: mini
|
||||
permalink: /n/obtainium.html
|
||||
sitemap: true
|
||||
@ -76,10 +78,6 @@ _Always exercise caution when installing apps, even from Google Play Store!_
|
||||
- APK Pure. Full of intrusive advertising, I wouldn't use it without adblocker and even then would keep my family away from it.
|
||||
- `https://gitlab.com/AuroraOSS/AuroraStore`
|
||||
- Open source and anonymous interface for Google Play Store. Google doesn't like it, so the accounts often don't work, which is the reason this section has so many apps regardless of the common advice to install nothing outside of Play Store (that I obviously disagree with as there are dangerous and unwanted apps there too).
|
||||
- `https://aptoide.en.aptoide.com/app`
|
||||
- Aptoide App Store. Divided into multiple "substores", I would only use `apps`
|
||||
which is the official and `jolla` which comes with SailfishOS. I wouldn't
|
||||
install it for a family member.
|
||||
- `https://f-droid.org/packages/org.fdroid.fdroid`
|
||||
- FOSS-only app store with support for additional [repositories](/n/f-droid.html). I prefer the Basic version though, see below.
|
||||
- `https://f-droid.org/packages/org.fdroid.basic`
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: Telegram language links
|
||||
excerpt: This page contains link lists to change language of Telegram clients.
|
||||
layout: mini
|
||||
permalink: /n/telegram.html
|
||||
redirect_from: /r/telegram.html
|
||||
|
@ -6,25 +6,4 @@ excerpt: "404, not found, don't bother clicking..."
|
||||
lang: en
|
||||
---
|
||||
|
||||
<!-- editorconfig-checker-disable -->
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
<em lang="fi">Automaattinen sisällysluettelo</em> / <em lang="en">Automatically generated Table of Contents</em>
|
||||
|
||||
- [Guesses what you might have been looking for?](#guesses-what-you-might-have-been-looking-for)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
Sorry, whatever you were looking for, is not here.
|
||||
|
||||
## Guesses what you might have been looking for?
|
||||
|
||||
- [The index](/)?
|
||||
- [Something about Matrix](/matrix/index.html)?
|
||||
- [Onions](https://gitea.blesmrt.net/mikaela/ormirror) or [garlics](https://gitea.blesmrt.net/mikaela/i2pmirror)?
|
||||
- [My blog](/blog/index.html)?
|
||||
Sorry, whatever you were looking for, is not here. Maybe the navigation bar above or on the top right on smaller displays will help you?
|
||||
|
@ -2,10 +2,11 @@ https://android-system-webview.en.uptodown.com/android
|
||||
https://apkpure.net/apkpure/com.apkpure.aegon
|
||||
https://apkpure.net/lidl-home/com.lidlhome.smart
|
||||
https://apkpure.net/sunsmart-global-uv/au.org.cancervic.globaluv
|
||||
https://apkpure.net/temperature-monitor-alarm/com.device.temperature.monitor.cpu
|
||||
https://apkpure.net/thermal-monitor/com.rollerbush.thermal
|
||||
https://apkpure.net/trichrome-library/com.google.android.trichromelibrary
|
||||
https://apkpure.net/wiz/com.tao.wiz
|
||||
https://apkpure.net/wiz-connected/com.wizconnected.wiz2
|
||||
https://aptoide.en.aptoide.com/app
|
||||
https://beeper.en.uptodown.com/android
|
||||
https://beeper-mini.en.uptodown.com/android
|
||||
https://bluesky-social.en.uptodown.com/android
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
https://github.com/accrescent/accrescent
|
||||
https://github.com/AnySoftKeyboard/AnySoftKeyboard
|
||||
https://github.com/billthefarmer/editor
|
||||
@ -10,6 +9,7 @@ https://github.com/Catfriend1/syncthing-android-fdroid
|
||||
https://github.com/celzero/rethink-app
|
||||
https://github.com/cliambrown/EasyNoise
|
||||
https://github.com/c-lis/morelocale
|
||||
https://github.com/d4rken-org/permission-pilot
|
||||
https://github.com/element-hq/element-android
|
||||
https://github.com/element-hq/element-x-android
|
||||
https://github.com/F0x1d/LogFox
|
||||
|
Loading…
x
Reference in New Issue
Block a user