update Dashclock
This commit is contained in:
parent
9c95f8798b
commit
892953fc31
|
@ -21,6 +21,8 @@ left-most page of your lock screen and touch the "+" icon. Then, select
|
||||||
"DashClock" to customize and add the widget. You can make this the primary lock
|
"DashClock" to customize and add the widget. You can make this the primary lock
|
||||||
screen widget, replacing the default clock, by first touching-and-holding it
|
screen widget, replacing the default clock, by first touching-and-holding it
|
||||||
and then dragging it horizontally to the very rightmost position.
|
and then dragging it horizontally to the very rightmost position.
|
||||||
|
|
||||||
|
Status: Recent versions are using the proprietary Google Play Services
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:srclib
|
Repo Type:srclib
|
||||||
|
@ -37,17 +39,25 @@ sed -i '59\,74d' res/values-es/strings.xml && \
|
||||||
cd ../../../ && echo "source.dir=$PWD/main/src/main/java;$PWD/api/src/main/java;\
|
cd ../../../ && echo "source.dir=$PWD/main/src/main/java;$PWD/api/src/main/java;\
|
||||||
$PWD/main/src/main/aidl;$PWD/api/src/main/aidl" >> main/src/main/ant.properties
|
$PWD/main/src/main/aidl;$PWD/api/src/main/aidl" >> main/src/main/ant.properties
|
||||||
|
|
||||||
# gradle build
|
Build:1.6,26
|
||||||
#Build Version:1.5,25,v1.5,subdir=main,gradle=yes,\
|
commit=ba178b86f8b7
|
||||||
#prebuild=echo 'sdk.dir=$$SDK$$' > ../local.properties && \
|
subdir=main/src/main
|
||||||
# sed -i '10s/dashclock/main/g;s/18.0.0/18.0.1/g;51\,86d' build.gradle && \
|
target=android-19
|
||||||
# sed -i 's@"aidl@"$$SDK$$/build-tools/18.0.1/aidl@g' ../api/build.gradle && \
|
forceversion=yes
|
||||||
# sed -i 's/0.4/0.5.6/g' ../example-extension/build.gradle && \
|
forcevercode=yes
|
||||||
# sed -i '59\,74d' src/main/res/values-es/strings.xml
|
extlibs=android/android-support-v13.jar
|
||||||
# see ../../../main/version.properties for version
|
srclibs=1:DragSort@0.6.1
|
||||||
Auto Update Mode:None
|
patch=code_26.patch
|
||||||
# Use None because of checkupdates bug
|
prebuild=cd ../../../ && \
|
||||||
Update Check Mode:None
|
echo "source.dir=$PWD/main/src/main/java;$PWD/api/src/main/java;$PWD/main/src/main/aidl;$PWD/api/src/main/aidl" >> main/src/main/ant.properties
|
||||||
Current Version:1.5
|
|
||||||
Current Version Code:25
|
Maintainer Notes:
|
||||||
|
fdroid breaks build.gradle so ant must be used; it's probably better here anyway
|
||||||
|
RM don't work; last version without GMS
|
||||||
|
.
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:Static
|
||||||
|
Current Version:1.6
|
||||||
|
Current Version Code:26
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue