History | View | Annotate | Download (17.5 KB)
fixing typo in doc, there is no CacheWordHandler.disconnect(), only CacheWordHandler.disconnectFromService()closes #17
fix gradle compile line in README
document how to use cacheword JAR with gradle
Remove CacheWordActivityHandler information
Remove all information related to CacheWordActivityHandler fromREADME.md to prevent new user wasting time looking for it. It wasremoved since over a month ago, based onhttps://dev.guardianproject.info/news/193.
merge all supporting texts into the README
set up cachewordlib's manifest for merging, introduced in ADT v20
As of ADT v10 and gradle v0.10, it is possible to put stuff into a libraryproject's manifest, then have it included into the main project's manifest.The main project has to add this to its project.properties to enable it:...
standard script for setting up ant builds
readme: document new detach/reattach functions
readme: add table of contents for readability
README: explain how to use background services with CW
document dependency on sqlcipher 3.0.2
update minimum api level in docs
document calibration configurability
README: indicate SQLCipher v3 is the minimum version
add more docs about CacheWordHandler and the new settings configuration
implement custom notification intents
I took the opportunity to refactor the settings into a separate class.
refs #2424
README: add ant documentation
README: add minimum version
add vibration feature to docs
the persistent unlocked notification can now be disabled
README.md: reference project issue tracker
also added some nice line wrapping
Update README.md
removing DO NOT USE because, we are using it :P
user configurable timeout settings
rename the events to be shorter and more useable
clarify event invocation triggers #3
readme: indeed onResume belongs here (fixes #2)
reaadme: include the android support lib #1
readme: add explanation of cached secrets interface
readme: sqlcipher docs, and split security notes into new file
readme: simplify intro
readme: update to reflect new API
build notes in new HACKING doc
documentation placeholder
more documentation massaging
spruce up formatting
begin developer usage documentation
documentation about string memory in java
add warning message just in case
initial commit