aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure
Commit message (Collapse)AuthorAgeFilesLines
* cleanup and documentationDominik Schürmann2014-01-032-41/+32
|
* prettify nfc dialogDominik Schürmann2014-01-031-2/+2
|
* integrate NFC into key view and import activitiesDominik Schürmann2014-01-034-241/+252
|
* integrate share activity in view activityDominik Schürmann2014-01-022-104/+44
|
* fix nullpointer in EditKeyActivityDominik Schürmann2014-01-021-11/+11
|
* final fixes for public key listDominik Schürmann2014-01-022-25/+28
|
* fixing some layout problemsDominik Schürmann2014-01-024-13/+8
|
* New list with sticky list headers libraryDominik Schürmann2014-01-022-30/+143
|
* Simple new list implementations, remove library, use simple adapter with ↵Dominik Schürmann2014-01-0112-443/+760
| | | | headings
* show layout not before passphrase is enteredDominik Schürmann2014-01-011-28/+28
|
* Use data uri instead of extra for key detailsDominik Schürmann2014-01-013-32/+49
|
* code stylingDominik Schürmann2013-12-312-78/+95
|
* Merge pull request #165 from kalkin/key-detailsDominik Schürmann2013-12-303-4/+112
|\ | | | | Key details
| * Added context menu item KeyDetails to KeyListPublicFragmentBahtiar `kalkin-` Gadimov2013-12-251-4/+11
| |
| * Added first draft of KeyDetailsActivityBahtiar `kalkin-` Gadimov2013-12-251-0/+90
| |
| * Added shortifyFingerprint() to PGPHelperBahtiar `kalkin-` Gadimov2013-12-251-0/+11
| |
* | Fix custom action bars for Android 4.4Dominik Schürmann2013-12-303-40/+10
| |
* | Inform user if signature check failsDominik Schürmann2013-12-303-6/+40
| |
* | remote service: package signature verification, use string for service ↵Dominik Schürmann2013-12-308-48/+182
|/ | | | instead of getClass.getName
* spring-cleaning: remove unused resources, rename strings from camelCase to ↵Dominik Schürmann2013-10-2547-227/+229
| | | | snake_case to follow standard practice
* remove unused codeDominik Schürmann2013-10-061-49/+0
|
* QR Code import works nowDominik Schürmann2013-10-063-25/+74
|
* QR Code sharing with multiple QR CodesDominik Schürmann2013-10-053-11/+183
|
* Add parts of zxing library to generate qr codesDominik Schürmann2013-10-052-1/+124
|
* New API version, import from clipboardDominik Schürmann2013-10-053-41/+189
|
* Merge branch 'master' of github.com:dschuermann/openpgp-keychainDominik Schürmann2013-10-021-40/+74
|\
| * Fixed 140 - Multiline Entries in KeyServerQueryActivityBahtiar `kalkin-` Gadimov2013-09-241-40/+74
| | | | | | | | | | | | | | | | | | | | * EditText is now singleLine and has a hint * EditText has set inputType=text and imeOptions=actionSearch * Implemented listener for the actionSearch event * Reformated the source code according to the project specification. Sorry for the diff mess :-/ Signed-off-by: Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>
* | API updateDominik Schürmann2013-10-021-14/+17
|/
* Fix file import, part 2Dominik Schürmann2013-09-221-5/+2
|
* Fix file import, commitAllowingStateLoss() was he answer to fragment ↵Dominik Schürmann2013-09-225-87/+122
| | | | crashes, PS: I hate fragment lifecycles...
* Import keys with adapter, loader, and new designDominik Schürmann2013-09-2224-739/+505
|
* Move adapters into sub packageDominik Schürmann2013-09-223-0/+514
|
* Merge branch 'master' of github.com:dschuermann/openpgp-keychainDominik Schürmann2013-09-221-0/+2
|\
| * set mainUserIdRest visible after GONE in previous keyAshley Hughes2013-09-201-0/+2
| |
* | Set default algorithms to SHA-512 and AES-256Dominik Schürmann2013-09-202-3/+3
|/
* Renaming some filesDominik Schürmann2013-09-195-23/+23
|
* Work on new Import activityDominik Schürmann2013-09-1912-195/+553
|
* Don't use revoked keysogasser2013-09-171-1/+1
| | | Check if keys are revoked when getting usable encryption keys. Only use keys which are not expired and not revoked.
* null checkAshley Hughes2013-09-171-1/+2
|
* add public keys when importing secret keysAshley Hughes2013-09-171-0/+12
|
* Updated PRNGFixes from official blogpostDominik Schürmann2013-09-171-93/+117
|
* API documentationDominik Schürmann2013-09-161-1/+1
|
* API documentationDominik Schürmann2013-09-161-1/+1
|
* Simplify exception handling in serviceDominik Schürmann2013-09-162-61/+23
|
* Better error handlingDominik Schürmann2013-09-165-64/+108
|
* API update: boolean to allow/disallow user interaction allow real background ↵Dominik Schürmann2013-09-161-17/+20
| | | | pgp operations that will not require user input
* 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-152-10/+29
|
* remove unused codeDominik Schürmann2013-09-152-51/+0
|