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 ```
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
WebSite: http://forum.xda-developers.com/android/apps-games/app-screen-shift-change-screen-t3138718
|
|
SourceCode: https://github.com/aravindsagar/ScreenShift
|
|
IssueTracker: https://github.com/aravindsagar/ScreenShift/issues
|
|
|
|
AutoName: Screen Shift
|
|
Summary: Change screen resolution, density and overscan
|
|
Description: |-
|
|
This app let's you change your screen resolution, density and overscan. Also
|
|
supports saving settings into profiles which can be loaded at later times.
|
|
|
|
Requires root: Yes, on Android 4.3 (JellyBean) and higher
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/aravindsagar/ScreenShift
|
|
|
|
Builds:
|
|
- versionName: '2.0'
|
|
versionCode: 4
|
|
commit: 85ff46b6727331956b66933ccb5d20b88b1e8d06
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e 's@InAppBillingPublicKey.getPublicKey()@"null"@g' -e '/import
|
|
com.sagar.screenshift2.util.InAppBillingPublicKey/d' src/main/java/com/sagar/screenshift2/MainActivity.java
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '2.0'
|
|
CurrentVersionCode: 4
|