Statistics
| Branch: | Tag: | Revision:

cacheword / cachewordtest @ master

Name Size
  assets
  libs
  res
  src
.classpath 763 Bytes
.project 850 Bytes
AndroidManifest.xml 696 Bytes
custom_rules.xml 681 Bytes
lint.xml 53 Bytes
project.properties 143 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.

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

simplify SerializedSecretsV1 interface to just what is needed and used

The only operations that SerializedSecretsV1 needs to provide is setting up
and instance in the constructor, then getting the info encoded in a byte
array.

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

84eec0fd 09/04/2014 09:27 pm Hans-Christoph Steiner

Eclipse insists on exporting these Android ADT things

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

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

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

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

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

move test classes into same package as the classes they test

This generally makes it easier to test the classes since the test classes
will have access to all methods/variables that are not declared private.

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:...

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

bump targetSdkVersion to latest (20)

View revisions

Also available in: Atom