aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
* 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-012-31/+48
* code stylingDominik Schürmann2013-12-311-68/+85
* Merge pull request #165 from kalkin/key-detailsDominik Schürmann2013-12-302-4/+101
|\
| * Added context menu item KeyDetails to KeyListPublicFragmentBahtiar `kalkin-` Gadimov2013-12-251-4/+11
| * Added first draft of KeyDetailsActivityBahtiar `kalkin-` Gadimov2013-12-251-0/+90
* | Fix custom action bars for Android 4.4Dominik Schürmann2013-12-301-35/+3
|/
* spring-cleaning: remove unused resources, rename strings from camelCase to sn...Dominik Schürmann2013-10-2535-152/+154
* QR Code import works nowDominik Schürmann2013-10-063-25/+74
* QR Code sharing with multiple QR CodesDominik Schürmann2013-10-052-10/+182
* Add parts of zxing library to generate qr codesDominik Schürmann2013-10-051-1/+3
* New API version, import from clipboardDominik Schürmann2013-10-052-1/+80
* Fixed 140 - Multiline Entries in KeyServerQueryActivityBahtiar `kalkin-` Gadimov2013-09-241-40/+74
* Fix file import, part 2Dominik Schürmann2013-09-221-5/+2
* Fix file import, commitAllowingStateLoss() was he answer to fragment crashes,...Dominik Schürmann2013-09-225-87/+122
* Import keys with adapter, loader, and new designDominik Schürmann2013-09-2217-572/+348
* Move adapters into sub packageDominik Schürmann2013-09-223-0/+514
* set mainUserIdRest visible after GONE in previous keyAshley Hughes2013-09-201-0/+2
* Renaming some filesDominik Schürmann2013-09-195-23/+23
* Work on new Import activityDominik Schürmann2013-09-1911-188/+527
* Put PgpMain methods in separate opbject classes, handle passphrase dialog in ...Dominik Schürmann2013-09-1515-171/+166
* Move pgp classes into subpackageDominik Schürmann2013-09-1515-24/+22
* once again reorder packagesDominik Schürmann2013-09-151-1/+1
* Update Intent APIDominik Schürmann2013-09-142-235/+74
* unify naming of api package and processDominik Schürmann2013-09-131-1/+1
* remove swap fileDominik Schürmann2013-09-101-0/+0
* rename extra of importDominik Schürmann2013-09-103-5/+5
* API docsDominik Schürmann2013-09-101-1/+0
* Use underscore in extras, cleanup codeDominik Schürmann2013-09-099-99/+99
* fix editactivity crash, default key creation, import from keyserver menu buttonDominik Schürmann2013-09-093-16/+36
* KEY_IMPORT to IMPORT_KEYDominik Schürmann2013-09-095-18/+18
* Remove most of old APIDominik Schürmann2013-09-0911-191/+166
* Switch from HtmlSpanner to HtmlTextViewDominik Schürmann2013-09-093-77/+16
* Handle wrong/no passphraseDominik Schürmann2013-09-081-0/+6
* api: handle passphrase entering correctlyDominik Schürmann2013-09-081-1/+10
* Make select fragments more reusableDominik Schürmann2013-09-084-27/+102
* Put actionbar methods in helperDominik Schürmann2013-09-087-72/+36
* Work on encryption in new serviceDominik Schürmann2013-09-061-6/+5
* Relicensing from Apache License v2 to GPLv3+. This is only done on classes th...Dominik Schürmann2013-09-0619-184/+193
* Use ButtonBar instead of ActionBar on Done/Cancel activitiesDominik Schürmann2013-09-063-145/+121
* Disable old APIDominik Schürmann2013-09-061-3/+4
* merge k9mail back into masterDominik Schürmann2013-09-066-24/+21
|\
| * App settings activityDominik Schürmann2013-09-044-24/+13
| * Show app name in registered appsDominik Schürmann2013-09-042-3/+3
| * RestructureDominik Schürmann2013-07-013-128/+1
| * More work on crypto consumersDominik Schürmann2013-07-013-0/+135
* | Type is set to text/plain so that encrypted messages can be sent with Whatsap...Enrico Oliverio2013-08-091-1/+5
* | Implemented issue #53 - Change intent actions from extra ints to intent actionsbcbarnes-gmx2013-07-2310-17/+12
* | Issue #61 - Unable to upload public keys to PKSbcbarnes-gmx2013-07-221-1/+1
* | Change key bit length control into a dropdownbcbarnes-gmx2013-07-221-3/+23