mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 13:24:53 +00:00
81 lines
2.2 KiB
YAML
81 lines
2.2 KiB
YAML
Categories:
|
||
- Writing
|
||
License: Apache-2.0
|
||
AuthorName: Ryosuke839
|
||
AuthorEmail: ryosukem16@yahoo.co.jp
|
||
SourceCode: https://github.com/Ryosuke839/UnicodePad
|
||
IssueTracker: https://github.com/Ryosuke839/UnicodePad/issues
|
||
Changelog: https://github.com/Ryosuke839/UnicodePad/releases
|
||
|
||
AutoName: UnicodePad
|
||
Description: |-
|
||
<i>UnicodePad</i> lets you input every character in Unicode. And input string can
|
||
be copied to the clipboard or input directly by Mushroom. You can find out
|
||
where selected character is in list. By long clicking, larger character and
|
||
code point will be shown. Favorite characters can be memorized.
|
||
|
||
If you can’t see special characters, you have to get a font such as Noto font
|
||
and select it. You can download Noto fonts <a href="https://www.google.com/get/noto/
|
||
from">Google</a>.
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/Ryosuke839/UnicodePad.git
|
||
|
||
Builds:
|
||
- versionName: 2.4.0
|
||
versionCode: 34
|
||
commit: v2.4.0
|
||
subdir: app/
|
||
gradle:
|
||
- yes
|
||
|
||
- versionName: 2.5.0
|
||
versionCode: 35
|
||
commit: v2.5.0
|
||
subdir: app/
|
||
gradle:
|
||
- yes
|
||
|
||
- versionName: 2.9.1
|
||
versionCode: 46
|
||
commit: v2.9.1
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
prebuild:
|
||
- sed -i -e '/gms/d' build.gradle
|
||
- sed -i -e '/gms/,/meta-data/d' src/main/AndroidManifest.xml
|
||
- sed -i -e '/LinearLayout adConteiner/,/^\t\t\t}/d' -e '/no-ad/,/^\t\t}/d'
|
||
-e '/ads/d' -e '/AdView/d' src/main/java/jp/ddo/hotmist/unicodepad/UnicodeActivity.java
|
||
scanignore:
|
||
- app/src/main/assets/namedb.zip
|
||
|
||
- versionName: 2.10.4-fdroid
|
||
versionCode: 51
|
||
commit: 1bb4fd6c480ee53ccb1360b9d75d271444543cd4
|
||
subdir: app
|
||
gradle:
|
||
- fdroid
|
||
scanignore:
|
||
- app/src/main/assets/namedb.zip
|
||
|
||
- versionName: 2.11.0-fdroid
|
||
versionCode: 52
|
||
commit: d85611d82e081e7979585778d439693051f6d5e4
|
||
subdir: app
|
||
gradle:
|
||
- fdroid
|
||
scanignore:
|
||
- app/src/main/assets/namedb.zip
|
||
|
||
- versionName: 2.12.2-fdroid
|
||
versionCode: 55
|
||
commit: 7c8f06bc2ac8dd890e58c255f4247c787c32ed98
|
||
subdir: app
|
||
gradle:
|
||
- fdroid
|
||
|
||
AutoUpdateMode: Version
|
||
UpdateCheckMode: Tags
|
||
CurrentVersion: 2.12.2-fdroid
|
||
CurrentVersionCode: 55
|