Statistics
| Branch: | Tag: | Revision:

cacheword / sample @ master

Name Size
  res
  src
.classpath 626 Bytes
.project 818 Bytes
AndroidManifest.xml 926 Bytes
lint.xml 53 Bytes
project.properties 139 Bytes

Latest revisions

# Date Author Comment
9421134e 04/14/2015 11:52 pm Hans-Christoph Steiner

bump Target SDK Version to android-22/5.1

d6b150ac 09/16/2014 03:29 pm Hans-Christoph Steiner

rename CacheWordHandler.lock() to match CacheWordHandler.isLocked()

Clean up some unneeded redirection while we are at it. If it is ever
needed in the future, it can be easily added back in.

70afd0d5 09/16/2014 03:29 pm Hans-Christoph Steiner

purge built-in Notification, the app must now provide it

Previously, there was an elaborate, custom framework for customizing the
Notification that was hard-coded into CacheWord. Now, the app must supply
a Notification, and that triggers CacheWordService to run as a foreground...

7d63fcac 09/16/2014 03:28 pm Hans-Christoph Steiner

purge CacheWordActivityHandler, its a pointless wrapper of CacheWordHandler

Instead, apps should just instantiate CacheWordHandler and call
connectToService() and disconnectFromService() where appropriate. That is
most likely going to be in an Activity's onResume() and onPause()...

d9d31b47 09/16/2014 03:28 pm Hans-Christoph Steiner

move notification icon to sample project

This puts the lib one step closer to only being a jar!

refs #3680 https://dev.guardianproject.info/issues/3680

c2bc847c 08/27/2014 11:14 pm Hans-Christoph Steiner

sort out android-support-v4.jar madness in Eclipse

58238faa 08/27/2014 11:13 pm Hans-Christoph Steiner

set sample minSdkVersion="11" to avoid using android-support-v4.jar

642b841b 08/27/2014 11:13 pm Hans-Christoph Steiner

ignore all products of `android update` including proguard-project.txt

d773d2df 08/27/2014 11:13 pm Hans-Christoph Steiner

move SQLCipher helpers to separate library project

This means that the core of Cacheword can be shipped as a simple jar that
only depends on the Android Support v4 jar. Also, for many users, they
will never need the SQLCipherV3MigrationHelper in their project at all...

a766fff6 08/27/2014 11:11 pm Hans-Christoph Steiner

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 library
project'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:...

View revisions

Also available in: Atom