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 ```
55 lines
1.9 KiB
YAML
55 lines
1.9 KiB
YAML
Disabled: Package id changed to community.fairphone.clock
|
||
Categories:
|
||
- System
|
||
License: Apache-2.0
|
||
SourceCode: https://github.com/WeAreFairphone/android_packages_apps_ClockWidget
|
||
IssueTracker: https://github.com/WeAreFairphone/android_packages_apps_ClockWidget/issues
|
||
|
||
Name: Clock widget (legacy)
|
||
AutoName: Clock widget
|
||
Summary: Add Fairphone clock widget to your homescreen
|
||
Description: |-
|
||
''''DEPRECATION NOTICE'''
|
||
|
||
The app's development continues in [[community.fairphone.clock]], no further
|
||
updates will be available. The old app will be moved to the archive.
|
||
|
||
The interactive clock on the phone's lock screen is another function to create
|
||
more awareness when you use your phone. You can cycle through the clock by
|
||
tapping on it, and it will show different data, for example:
|
||
|
||
* how long you own your Fairphone (this data is pulled from the motherboard manufacturer date)
|
||
* until what time the battery will last
|
||
* the amount of time you've had 'peace of mind' (based on Android's "no interruptions" setting).
|
||
|
||
If you want to, you can easily share this information with others by pressing
|
||
the Share button. So now you can brag about how long you’ve been a proud
|
||
Fairphone owner to all your friends!
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/WeAreFairphone/android_packages_apps_ClockWidget
|
||
|
||
Builds:
|
||
- versionName: '2.0'
|
||
versionCode: 2
|
||
commit: 1.0.0
|
||
gradle:
|
||
- yes
|
||
prebuild: sed -i -e '/proguardFiles/d' -e '/minifyEnabled/s/true/false/' -e '/shrinkResources/s/true/false/'
|
||
build.gradle
|
||
|
||
- versionName: 2.0.1
|
||
versionCode: 3
|
||
commit: 422c821c3a8bc35b54258384abf54712e729a28c
|
||
gradle:
|
||
- yes
|
||
prebuild: sed -i -e '/proguardFiles/d' -e '/minifyEnabled/s/true/false/' -e '/shrinkResources/s/true/false/'
|
||
build.gradle
|
||
|
||
MaintainerNotes: 'TODO: Move to archive, UCM:Static .'
|
||
|
||
AutoUpdateMode: None
|
||
UpdateCheckMode: RepoManifest/old-package-name
|
||
CurrentVersion: 2.0.1
|
||
CurrentVersionCode: 3
|