fdroiddata/metadata/com.xatik.app.droiddraw.cli...

49 lines
1.5 KiB
YAML

Categories:
- Graphics
License: Apache-2.0
SourceCode: https://bitbucket.org/XatikGroup/droiddraw/src
IssueTracker: https://bitbucket.org/XatikGroup/droiddraw/issues
AutoName: Droid Draw
Description: |-
Control a pen holding Android and create complex shapes using part of the LOGO
programming language. Not sure what Turtle Graphics and LOGO programming is? The
original Turtle Graphics allowed a user to enter commands which represented what
would be drawn out out on a Cartesian plane. Droid Draw brings this same
functionality to Android users.
Not sure what to do? Make sure to check out the help section in the app or visit
the website. There is information on how to use the app and what every command
does.
Builds:
- versionName: 1.0.0
versionCode: 4
commit: 6721ed5417ae
subdir: DroidDrawClient
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
project.properties
androidupdate:
- .
- ../TouchListView
target: android-15
- versionName: 1.1.1
versionCode: 6
disable: libraries dont build
commit: v1.1.1
subdir: app
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:0.7.+/com.android.tools.build:gradle:0.10.1/g'
build.gradle ../libraries/actionbarsherlock/build.gradle ../libraries/DragSortListView/build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.1.1
CurrentVersionCode: 6
NoSourceSince: 1.1.1