115 lines
4.2 KiB
YAML
115 lines
4.2 KiB
YAML
Categories:
|
|
- Reading
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/uberspot/AnagramSolver
|
|
IssueTracker: https://github.com/uberspot/AnagramSolver/issues
|
|
|
|
AutoName: AnagramSolver
|
|
Description: |-
|
|
Anagram Solver finds the words that can be created with some given letters. It
|
|
supports English, Greek, Polish and French. By default only English is enabled;
|
|
you can enable the other languages from the settings button on top.
|
|
|
|
TIP: If you long click on a search result it will search for the words
|
|
definition online.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/uberspot/AnagramSolver.git
|
|
|
|
Builds:
|
|
- versionName: '1.9'
|
|
versionCode: 10
|
|
commit: 1801cd4610c12dbf17
|
|
srclibs:
|
|
- ActionBarSherlock@4.4.0
|
|
prebuild:
|
|
- echo 'android.library.reference.1=$$ActionBarSherlock$$' >> project.properties
|
|
- cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
|
|
|
- versionName: '2.0'
|
|
versionCode: 11
|
|
commit: e183274989
|
|
init:
|
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
|
>> project.properties
|
|
- echo 'android.library.reference.2=external/changelog/library' >>project.properties
|
|
- echo 'android.library.reference.3=external/storageutils' >>project.properties
|
|
- git submodule init
|
|
- git submodule update
|
|
|
|
- versionName: '2.05'
|
|
versionCode: 12
|
|
commit: c3c48c2e
|
|
init:
|
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
|
>> project.properties
|
|
- echo 'android.library.reference.2=external/changelog/library' >>project.properties
|
|
- echo 'android.library.reference.3=external/storageutils' >>project.properties
|
|
- git submodule init
|
|
- git submodule update
|
|
|
|
- versionName: '2.1'
|
|
versionCode: 13
|
|
commit: 7a6ebadac48
|
|
init:
|
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
|
>> project.properties
|
|
- echo 'android.library.reference.2=external/changelog/library' >>project.properties
|
|
- echo 'android.library.reference.3=external/storageutils' >>project.properties
|
|
- git submodule update --init
|
|
|
|
- versionName: '2.11'
|
|
versionCode: 14
|
|
commit: afbb4b266b
|
|
init:
|
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
|
>> project.properties
|
|
- echo 'android.library.reference.2=external/changelog/library' >>project.properties
|
|
- echo 'android.library.reference.3=external/storageutils' >>project.properties
|
|
- git submodule update --init
|
|
|
|
- versionName: '2.21'
|
|
versionCode: 16
|
|
commit: v2.21
|
|
init:
|
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
|
>> project.properties
|
|
- echo 'android.library.reference.2=external/changelog/library' >>project.properties
|
|
- echo 'android.library.reference.3=external/storageutils' >>project.properties
|
|
- git submodule update --init
|
|
|
|
- versionName: '2.4'
|
|
versionCode: 18
|
|
commit: v2.4
|
|
submodules: true
|
|
init:
|
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
|
>> project.properties
|
|
- echo 'android.library.reference.2=external/changelog/library' >> project.properties
|
|
- echo 'android.library.reference.3=external/storageutils' >> project.properties
|
|
|
|
- versionName: '2.45'
|
|
versionCode: 19
|
|
commit: v2.45
|
|
submodules: true
|
|
init:
|
|
- echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock'
|
|
>> project.properties
|
|
- echo 'android.library.reference.2=external/changelog/library' >> project.properties
|
|
- echo 'android.library.reference.3=external/storageutils' >> project.properties
|
|
|
|
MaintainerNotes: |-
|
|
No tags, and historically no clear marking of release points in commit comments.
|
|
Look out for binary apk changing in source repo though.
|
|
|
|
Uses git submodules for dependencies after 2.0, but the project.properties
|
|
indicates that the developer is not actually using them, so beware of
|
|
versioning discrepancies for those.
|
|
|
|
Update: Recently using tags - maybe can switch to those for UCM if consistent.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '2.45'
|
|
CurrentVersionCode: 19
|