6dc775b236
```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
AntiFeatures:
|
|
- NonFreeNet
|
|
Categories:
|
|
- Games
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/afwang/ogame-android-app
|
|
IssueTracker: https://github.com/afwang/ogame-android-app/issues
|
|
|
|
AutoName: Ogame on Android
|
|
Summary: Third-party client for Ogame
|
|
Description: |-
|
|
Playing Ogame on a mobile browser eats up a lot of memory, which makes
|
|
performance on lower-end devices horrible. This ongoing project aims to provide
|
|
a client for Ogame which would cut down on memory usage while playing the game.
|
|
|
|
At the current moment, this application can only view events from the overview
|
|
screen. Not all mission types are properly identified, but all missions will
|
|
show up on the screen.
|
|
|
|
This application is a third-party application for Ogame. This application is
|
|
'''NOT''' an official tool from Gameforge.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/afwang/ogame-android-app
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: v1.0.1
|
|
srclibs:
|
|
- 1:appcompat@ad5a63f
|
|
- JSoup@jsoup-1.8.1.a
|
|
rm:
|
|
- libs/*
|
|
prebuild:
|
|
- mkdir libs/
|
|
- cp $$appcompat$$/libs/android-support-v4.jar libs/
|
|
- cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs/
|
|
- pushd $$JSoup$$
|
|
- $$MVN3$$ package
|
|
- popd
|
|
- cp $$JSoup$$/target/jsoup-1.8.1.jar libs/
|
|
target: android-21
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.0.1
|
|
CurrentVersionCode: 2
|