85 lines
2.4 KiB
YAML
85 lines
2.4 KiB
YAML
Categories:
|
|
- Writing
|
|
License: GPL-3.0-only
|
|
WebSite: https://code.google.com/p/moloko
|
|
SourceCode: https://code.google.com/p/moloko/source
|
|
|
|
AutoName: Moloko
|
|
Description: |-
|
|
The goal of the app is to support nearly all features provided by the
|
|
rememberthemilk.com web application. Moloko accesses all tasks via a local
|
|
database. Network connection is only necessary for background synchronization.
|
|
Currently it supports German, English and French language.
|
|
|
|
rememberthemilk.com is a website that helps you manage todo lists. The app sets
|
|
up an account provider and you can choose read access or read/write access to
|
|
your account, but you will need an account on the website first.
|
|
|
|
Support for HTTP and HTTPS access of RTM including proxy settings and
|
|
compression to save data volume. RTM smart search syntax operators: also used
|
|
for smart lists. See the wiki on the website for more.
|
|
|
|
Status: BETA
|
|
|
|
RepoType: git-svn
|
|
Repo: https://moloko.googlecode.com/svn/trunk
|
|
|
|
Builds:
|
|
- versionName: 0.16.3b
|
|
versionCode: 90115
|
|
commit: '629'
|
|
androidupdate:
|
|
- .
|
|
- lib/ActionBarSherlock
|
|
|
|
- versionName: 0.17.0b
|
|
versionCode: 94208
|
|
commit: '714'
|
|
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1lib/ActionBarSherlock@'
|
|
project.properties
|
|
androidupdate:
|
|
- .
|
|
- lib/ActionBarSherlock
|
|
target: android-16
|
|
|
|
- versionName: 0.17.1b
|
|
versionCode: 94209
|
|
commit: '717'
|
|
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1lib/ActionBarSherlock@'
|
|
project.properties
|
|
androidupdate:
|
|
- .
|
|
- lib/ActionBarSherlock
|
|
target: android-16
|
|
|
|
- versionName: 0.17.2b
|
|
versionCode: 94210
|
|
commit: '728'
|
|
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1lib/ActionBarSherlock@'
|
|
project.properties
|
|
androidupdate:
|
|
- .
|
|
- lib/ActionBarSherlock
|
|
target: android-16
|
|
|
|
- versionName: 0.17.3b
|
|
versionCode: 94211
|
|
commit: '736'
|
|
prebuild: sed -i 's@\(reference.1=\).*@\1lib/ActionBarSherlock@' project.properties
|
|
androidupdate:
|
|
- .
|
|
- lib/ActionBarSherlock
|
|
|
|
- versionName: 0.17.4b
|
|
versionCode: 94212
|
|
commit: '813'
|
|
prebuild: sed -i 's@\(reference.1=\).*@\1lib/ActionBarSherlock@' project.properties
|
|
androidupdate:
|
|
- .
|
|
- lib/ActionBarSherlock
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 0.17.4b
|
|
CurrentVersionCode: 94212
|