fdroiddata/metadata/com.google.android.stardroid.yml
2021-02-01 16:01:58 +01:00

130 lines
3.9 KiB
YAML

Categories:
- Navigation
License: Apache-2.0
AuthorName: Sky Map Devs
AuthorEmail: skymapdevs+feedback@gmail.com
WebSite: https://sky-map-team.github.io/stardroid/
SourceCode: https://github.com/sky-map-team/stardroid
IssueTracker: https://github.com/sky-map-team/stardroid/issues
AutoName: Sky Map
Description: |-
Point your phone at the sky, and Sky Map will show the stars, planets,
constellations, and more to help you identify the celestial objects in view. You
can also browse the skies in manual mode.
The app may not be able to detect your location very well if you are not using
the non-Free Network Location service. It could be best to enter coordinates
rather than entering a town or using GPS.
The app has been built without the non-free Google Analytics library.
RepoType: git
Repo: https://github.com/sky-map-team/stardroid
Builds:
- versionName: 1.6.4
versionCode: 1112
commit: '3'
prebuild:
- rm libs/libGoogleAnalytics.jar
- rm libs/.svn/prop-base/libGoogleAnalytics.jar.svn-base
- rm libs/.svn/text-base/libGoogleAnalytics.jar.svn-base
- versionName: 1.6.5
versionCode: 1113
commit: '8'
rm:
- libs/libGoogleAnalytics.jar
- libs/.svn/prop-base/libGoogleAnalytics.jar.svn-base
- libs/.svn/text-base/libGoogleAnalytics.jar.svn-base
- versionName: 1.8.0
versionCode: 1304
disable: analytics
commit: 1.8.0-published
subdir: app
gradle:
- yes
- versionName: 1.9.2
versionCode: 1480
commit: d195e1cee24af70ce6e6a2c12d4d2a9b796d53c6
subdir: app
gradle:
- Fdroid
prebuild:
- sed -i -e 's/gms/fdroid/' ../tools/build.gradle
- sed -i -e '/gms/d' ../build.gradle
- sed -i -e '/gmsCompile/d' build.gradle
- sed -i -e '/com.google.gms.google-services/d' build.gradle
- cd ..
- gradle assembleFdroid installDist
- cd tools
- sed -i -e 's#CLASSPATH=#CLASSPATH=$APP_HOME/lib/:#g' build/install/datagen/bin/datagen
- ./generate.sh
- ./rewrite.sh
- ./binary.sh
- versionName: 1.9.4 - neowisehack
versionCode: 1510
commit: 25e8ccf98f97692d9fd1a914b9b3b637506c70f6
subdir: app
gradle:
- Fdroid
rm:
- app/libs-src/*
- app/libs/*
- tools/libs/*
prebuild:
- sed -i -e 's/gms/fdroid/' ../tools/build.gradle
- sed -i -e "s/implementation fileTree.*/implementation 'com.google.protobuf:protobuf-java:2.6.1'/"
../tools/build.gradle
- sed -i -e '/gms/d' ../build.gradle
- sed -i -e '/gmsCompile/d' build.gradle
- sed -i -e '/com.google.gms.google-services/d' build.gradle
- sed -i -e '/fdroid/,+2 s#//##' build.gradle
- sed -i -e "s/implementation fileTree.*/implementation 'com.google.protobuf:protobuf-java:2.3.0'/"
build.gradle
- cd ..
- gradle assembleFdroid installDist
- cd tools
- sed -i -e 's#CLASSPATH=#CLASSPATH=$APP_HOME/lib/:#g' build/install/datagen/bin/datagen
- ./generate.sh
- ./rewrite.sh
- ./binary.sh
scanignore:
- tools/build
- versionName: 1.9.6 - RC2
versionCode: 1519
commit: 6c5e604a571dc7f337c68568c4045246f107b6ca
subdir: app
gradle:
- Fdroid
prebuild:
- sed -i -e '/gms/d' ../build.gradle
- sed -i -e '/com.google.gms.google-services/d' build.gradle
- cd ..
- gradle installDist
- cd tools
- sed -i -e 's#CLASSPATH=#CLASSPATH=$APP_HOME/lib/:#g' build/install/datagen/bin/datagen
- ./generate.sh
- ./binary.sh
scanignore:
- tools/build
- versionName: 1.9.7 - RC1
versionCode: 1524
commit: 7775d5b7268301e3c148828c88f587faf7ea8f31
subdir: app
gradle:
- Fdroid
prebuild:
- sed -i -e '/gms/d' ../build.gradle
- sed -i -e '/com.google.gms.google-services/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.9.7 - RC1
CurrentVersionCode: 1524