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 ```
37 lines
1.5 KiB
YAML
37 lines
1.5 KiB
YAML
Categories:
|
|
- Theming
|
|
License: MIT
|
|
SourceCode: https://github.com/ideasfrombrain/search-based-launcher-v2
|
|
IssueTracker: https://github.com/ideasfrombrain/search-based-launcher-v2/issues
|
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vackosar%40gmail%2ecom&lc=US&item_name=ideasfrombrain&item_number=Search%20based%20launcher&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
|
|
|
|
Name: Search Based Launcher v2
|
|
Summary: Minimalistic home-screen
|
|
Description: |-
|
|
This app has been deprecated in favor of [[com.vackosar.searchbasedlauncher]].
|
|
|
|
* When the results narrow down to one app, it can be automaticaly started (Autostart button).
|
|
* Add any activity of any app on your device to list of apps (e.g. Wifi settings, ...).
|
|
* Hide any app from list of apps adding it to the hide list.
|
|
* Rename any app however you like.
|
|
* Icons of apps and wallpapers are not displayed, freeing up RAM.
|
|
* The space character " " is mapped to the "any set of characters". (i.e. in terms of REGEX " " is replaced with "*." )
|
|
* Advanced search using REGEX.
|
|
* Includes basic widgets for Wifi, camera etc.
|
|
* Works as a home-screen or normal app
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/ideasfrombrain/search-based-launcher-v2.git
|
|
|
|
Builds:
|
|
- versionName: '1.13'
|
|
versionCode: 5
|
|
commit: 859f3a19ed
|
|
target: android-16
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '1.13'
|
|
CurrentVersionCode: 5
|