49 lines
1.7 KiB
YAML
49 lines
1.7 KiB
YAML
|
Categories:
|
||
|
- Development
|
||
|
License: Apache-2.0
|
||
|
WebSite: http://aschillings.co.uk/html/android_resource_viewer.html
|
||
|
SourceCode: https://github.com/alt236/Android-Drawables---Android
|
||
|
IssueTracker: https://github.com/alt236/Android-Drawables---Android/issues
|
||
|
|
||
|
AutoName: Android Resources
|
||
|
Description: |-
|
||
|
This application will list all public and private Android resources (i.e.
|
||
|
resources located under android.R.* and under com.android.internal.R.*) for the
|
||
|
current device. If the resource is a drawable or a colour the background colour
|
||
|
of the list can be changed to see how it looks next to a different colour.
|
||
|
Internal resources (anything under 'com.android._internal_.R') are not
|
||
|
guaranteed to be in all devices/Android versions. Do not reference them directly
|
||
|
in your application or it will crash on untested device configurations.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/alt236/Android-Drawables---Android.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 0.0.7
|
||
|
versionCode: 7
|
||
|
commit: e40721
|
||
|
srclibs:
|
||
|
- ActionBarSherlock@6e3f2bb5
|
||
|
- NewQuickAction3D@f2b7b
|
||
|
prebuild:
|
||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$NewQuickAction3D$$@' project.properties
|
||
|
|
||
|
- versionName: 0.0.8
|
||
|
versionCode: 8
|
||
|
commit: v0.0.8
|
||
|
srclibs:
|
||
|
- ActionBarSherlock@4.1.0
|
||
|
- NewQuickAction3D@f2b7b
|
||
|
extlibs:
|
||
|
- android/android-support-v4.jar
|
||
|
prebuild:
|
||
|
- mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||
|
- sed -i -e 's@\.1=.*@.1=$$ActionBarSherlock$$@' -e 's@\.2=.*@.2=$$NewQuickAction3D$$@'
|
||
|
project.properties
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 0.0.8
|
||
|
CurrentVersionCode: 8
|