add BV template for next version of Dashclock. UCM:None...
The app now uses Gradle solely, so I've done a very unelegant port for ant. This version will allow to enter location manually so amend the description. Use UCM:None because automatic checkupdates don't seem to work now for srclibs and they would give an incorrect (beta) value anyway.
This commit is contained in:
parent
b9349471f3
commit
a0711192e0
|
@ -12,9 +12,9 @@ with extensions that give you instant access to:
|
||||||
* Missed calls and unread text messages
|
* Missed calls and unread text messages
|
||||||
* Your next calendar appointment
|
* Your next calendar appointment
|
||||||
* Your next scheduled alarm
|
* Your next scheduled alarm
|
||||||
The local weather extension requires Network Location which is a non-free
|
For versions 1.4.3 and below, the Local Weather extension requires Network
|
||||||
system app. That's found on devices alongside the other proprietary Google
|
Location, the non-free system app that's found on devices that have the other
|
||||||
services though its functionality can be disabled through the Location Settings.
|
proprietary Google services.
|
||||||
|
|
||||||
To add the widget to your Android 4.2 device's lock screen, simply swipe to the
|
To add the widget to your Android 4.2 device's lock screen, simply swipe to the
|
||||||
left-most page of your lock screen and touch the "+" icon. Then, select
|
left-most page of your lock screen and touch the "+" icon. Then, select
|
||||||
|
@ -31,9 +31,17 @@ Repo:DashClock
|
||||||
Build Version:1.3.1,14,v1.3.1,subdir=main
|
Build Version:1.3.1,14,v1.3.1,subdir=main
|
||||||
Build Version:1.4.2,17,v1.4.2,subdir=main
|
Build Version:1.4.2,17,v1.4.2,subdir=main
|
||||||
Build Version:1.4.3,19,v1.4.3,subdir=main
|
Build Version:1.4.3,19,v1.4.3,subdir=main
|
||||||
|
Build Version:1.5 Beta 2,21,!wait for next beta at 6ba8bd1863da,\
|
||||||
|
forceversion=yes,forcevercode=yes,\
|
||||||
|
subdir=main/src/main,extlibs=android/android-support-v13.jar,target=android-17,\
|
||||||
|
prebuild=mkdir -p src && cd ../../../ && x=$(pwd) && \
|
||||||
|
printf 'source.dir=%s/main/src/main/aidl;%s/main/src/main/java;\
|
||||||
|
%s/api/src/main/java;%s/api/src/main/aidl' $x >> ant.properties
|
||||||
|
|
||||||
|
# see ../../../main/version.properties for version
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
# Use None because of checkupdates bug
|
||||||
Current Version:1.5 Beta 2
|
Update Check Mode:None
|
||||||
|
Current Version:1.4.3
|
||||||
Current Version Code:21
|
Current Version Code:21
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue