aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/util
Commit message (Collapse)AuthorAgeFilesLines
* New Gradle project structureDominik Schürmann2014-01-2714-1509/+0
|
* remove unused adapterDominik Schürmann2014-01-191-266/+0
|
* fix qr code scanning, implement basic scanning of fingerprint onlyDominik Schürmann2014-01-191-0/+47
|
* Simple new list implementations, remove library, use simple adapter with ↵Dominik Schürmann2014-01-011-0/+266
| | | | headings
* spring-cleaning: remove unused resources, rename strings from camelCase to ↵Dominik Schürmann2013-10-251-4/+4
| | | | snake_case to follow standard practice
* remove unused codeDominik Schürmann2013-10-061-49/+0
|
* QR Code sharing with multiple QR CodesDominik Schürmann2013-10-051-1/+1
|
* Add parts of zxing library to generate qr codesDominik Schürmann2013-10-051-0/+121
|
* Import keys with adapter, loader, and new designDominik Schürmann2013-09-223-106/+97
|
* Updated PRNGFixes from official blogpostDominik Schürmann2013-09-171-93/+117
|
* More docs on rng issuesDominik Schürmann2013-09-151-0/+5
|
* Do not seed /dev/urandom. urandom is non-writeable on some devices. Because ↵Dominik Schürmann2013-09-151-42/+55
| | | | only OpenSSL seeding is broken, this should not result in security problems!
* Reorder security providers in application class, document functionalityDominik Schürmann2013-09-151-2/+2
|
* Put PgpMain methods in separate opbject classes, handle passphrase dialog in ↵Dominik Schürmann2013-09-151-5/+5
| | | | EditKey not in SecretKeyList
* Move pgp classes into subpackageDominik Schürmann2013-09-151-2/+2
|
* Use underscore in extras, cleanup codeDominik Schürmann2013-09-091-1/+0
|
* Make asciiArmor a parameter, extend advanced app settingsDominik Schürmann2013-09-091-0/+101
|
* sign via apiDominik Schürmann2013-09-081-9/+10
|
* Relicensing from Apache License v2 to GPLv3+. This is only done on classes ↵Dominik Schürmann2013-09-061-10/+11
| | | | that (have copyright by Dominik Schürmann or Markus Doits) or (are completly refactored by me and contain no remaining code by Thialfihar). Code by Thialfihar (not reachable by mail) and Shaun Senecal (disagreed on license change) remain Apache License v2.
* Add PRNG fixes by GoogleDominik Schürmann2013-09-061-0/+319
|
* Better API demo, open activity from service, discover crypto provider with ↵Dominik Schürmann2013-06-171-0/+89
| | | | packagemanager instead of register intent
* Renaming APG to OpenPGP KeychainDominik Schürmann2013-01-169-0/+847