new BVs to fix K-9 dashclock extensions
This commit is contained in:
parent
dc6f0e5d22
commit
6fb3e73cc2
|
@ -10,19 +10,24 @@ Summary:Display email info on the lockscreen
|
|||
Description:
|
||||
[[net.nurik.roman.dashclock]] extension that displays the number of
|
||||
unread emails from [[org.fdroid.k9]].
|
||||
'''Only works with our K-9 package.'''
|
||||
Marking messages as read only works for v4.4xx of K-9.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/benjymous/dashclock-k-9.git
|
||||
|
||||
Build Version:1.1.0.1,1101,3ded5013c3,srclibs=DashClock@v1.2,rm=libs/dashclock-api-r1.1.jar,prebuild=\
|
||||
Build Version:1.1.0.1,1101,!3ded5013c3,srclibs=DashClock@v1.2,rm=libs/dashclock-api-r1.1.jar,prebuild=\
|
||||
echo 'source.dir=src;$$DashClock$$/api/src' >> project.properties
|
||||
Build Version:1.1.1.0,1110,042f693,srclibs=DashClock@v1.2,rm=libs/dashclock-api-r1.1.jar,prebuild=\
|
||||
Build Version:1.1.1.0,1110,!042f693,srclibs=DashClock@v1.2,rm=libs/dashclock-api-r1.1.jar,prebuild=\
|
||||
echo 'source.dir=src;$$DashClock$$/api/src' >> project.properties
|
||||
Build Version:1.1.1.1,1111,042f693,srclibs=DashClock@v1.2,\
|
||||
rm=libs/dashclock-api-r1.1.jar,prebuild=\
|
||||
find . -type f -print0 | xargs -0 sed -i 's/com.fsck.k9/org.fdroid.k9/g' && \
|
||||
cp -r $$DashClock$$/api/src/com src/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1.1.0
|
||||
Current Version Code:1110
|
||||
Update Check Mode:None
|
||||
Current Version:1.1.1.1
|
||||
Current Version Code:1111
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ Summary:Display email info on the lockscreen
|
|||
Description:
|
||||
[[net.nurik.roman.dashclock]] extension that displays the number of
|
||||
unread emails from [[org.fdroid.k9]], from your choice of accounts.
|
||||
'''Only works with our K-9 package.'''
|
||||
Marking messages as read only works for v4.4xx of K-9.
|
||||
.
|
||||
|
||||
|
@ -17,9 +18,12 @@ Repo Type:git
|
|||
Repo:https://github.com/cketti/DashClock_K-9.git
|
||||
|
||||
Build Version:1.0,1,release-v1.0
|
||||
Build Version:1.0.1,2,release-v1.0,prebuild=\
|
||||
find . -type f -print0 | xargs -0 sed -i 's/com.fsck.k9/org.fdroid.k9/g'
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
# Tags
|
||||
Update Check Mode:None
|
||||
Current Version:1.0.1
|
||||
Current Version Code:2
|
||||
|
||||
|
|
Loading…
Reference in a new issue