mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 21:37:51 +00:00
Brackeys UI had to rebrand to Squircle UI
This commit is contained in:
parent
cdbc55612c
commit
1ed9836e86
2 changed files with 51 additions and 2 deletions
49
metadata/com.blacksquircle.ui.yml
Normal file
49
metadata/com.blacksquircle.ui.yml
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
AntiFeatures:
|
||||
- UpstreamNonFree
|
||||
Categories:
|
||||
- Development
|
||||
License: Apache-2.0
|
||||
AuthorName: massivemadness
|
||||
SourceCode: https://github.com/massivemadness/Squircle-IDE
|
||||
IssueTracker: https://github.com/massivemadness/Squircle-IDE/issues
|
||||
Changelog: https://github.com/massivemadness/Squircle-IDE/releases
|
||||
|
||||
AutoName: Squircle IDE
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/massivemadness/Squircle-IDE
|
||||
|
||||
Builds:
|
||||
- versionName: 2021.1.3
|
||||
versionCode: 10006
|
||||
commit: 2021.1.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- gradle/publish.gradle
|
||||
- app/src/main/kotlin/com/blacksquircle/ui/utils/inappupdate/InAppUpdateImpl.kt
|
||||
prebuild:
|
||||
- sed -i -e '/publish.gradle/d' ../editorkit/build.gradle ../languages/language-*/build.gradle
|
||||
- sed -i -e '/playcore/d' build.gradle ../gradle/versions.gradle
|
||||
- sed -i -e 's/InAppUpdateImpl(context)/InAppUpdateStub()/' -e '/InAppUpdateImpl/d'
|
||||
src/main/kotlin/com/blacksquircle/ui/internal/di/AppModule.kt
|
||||
|
||||
MaintainerNotes: |-
|
||||
App repo contains both android app and
|
||||
editor library, as well gradle recipes
|
||||
to publish it. F-Droid scanner complains
|
||||
about maven repos used in aar publishing
|
||||
so the gradle/publish.gradle is removed.
|
||||
|
||||
Both app and library gets tagged, so
|
||||
we're only looking for 0000.00.00
|
||||
tag schema.
|
||||
|
||||
Squircle was rebranded from Brackeys (com.brackeys.ui), see
|
||||
https://github.com/massivemadness/Squircle-IDE/pull/29#issuecomment-844784646
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}$
|
||||
CurrentVersion: 2021.1.3
|
||||
CurrentVersionCode: 10006
|
||||
|
|
@ -58,7 +58,7 @@ MaintainerNotes: |-
|
|||
we're only looking for 0000.00.00
|
||||
tag schema.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}$
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 2021.1.2
|
||||
CurrentVersionCode: 10005
|
||||
|
|
|
|||
Loading…
Reference in a new issue