aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/test/java/org/sufficientlysecure/keychain/util
Commit message (Collapse)AuthorAgeFilesLines
* ditch isLikelyText flag, set mimeType to text/plain in that caseVincent Breitmoser2016-02-231-1/+4
|
* add test for CharsetVerifierVincent Breitmoser2016-02-231-0/+141
|
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-1/+1
|
* Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-101-1/+1
| | | | what tokens are supported
* export: support encrypted export, first versionVincent Breitmoser2015-09-281-0/+24
|
* move stray test file to correct positionVincent Breitmoser2015-08-291-0/+46
|
* Tests not working anymore on travis after using new annotation parameterDominik Schürmann2015-07-092-4/+9
| | | | | | Revert "Get rid of robolectric workaround by using new annotation in robolectric 3.0" This reverts commit 85a47d22f9bb1e4aaf5770c67416a5532977658e.
* Get rid of robolectric workaround by using new annotation in robolectric 3.0Dominik Schürmann2015-07-092-9/+4
|
* Fix debug/release build separationDominik Schürmann2015-06-112-2/+4
|
* Use new officially supported way for local unit tests, many dependencies ↵Dominik Schürmann2015-06-113-0/+221
upgraded for this, temporary disabled separate debug builds