aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* add empty view to viewkeycertsfragmentVincent Breitmoser2014-03-121-0/+2
|
* add menu to viewcertactivityVincent Breitmoser2014-03-121-4/+42
|
* add view cert activityVincent Breitmoser2014-03-126-10/+223
|
* add "show unknown signatures" buttonVincent Breitmoser2014-03-112-15/+32
|
* add keys we don't know about, just for funVincent Breitmoser2014-03-111-0/+2
|
* experimental cert list, properVincent Breitmoser2014-03-113-34/+268
|
* experimental cert displayVincent Breitmoser2014-03-112-4/+8
|
* join cert info into query routinesVincent Breitmoser2014-03-111-3/+22
|
* experimental cert importVincent Breitmoser2014-03-111-7/+42
|
* certs: close in from both sides :)Vincent Breitmoser2014-03-112-12/+49
|
* (preliminary) certs tableVincent Breitmoser2014-03-113-1/+87
|
* add contact count to My Keys headerVincent Breitmoser2014-03-081-1/+10
|
* better handling of multi select in ListKeysFragmentVincent Breitmoser2014-03-081-17/+22
|
* ditch old key list activitiesVincent Breitmoser2014-03-087-1110/+1
|
* add edit button and secret key info to public key viewVincent Breitmoser2014-03-083-1/+36
|
* move some placeholders into resourcesVincent Breitmoser2014-03-082-3/+2
|
* Normalize public key uri in KeyListFragmentVincent Breitmoser2014-03-083-6/+29
| | | | | | | | | Find the explicit row id of the public key id given in the uri in KeyListFragment and work with that. This way, passing in uris by master key id, mail address, or any other criteria, works. Might be a good idea to add an actual check if the row id is non-zero here, but not sure how to do a "bad intent" thing
* Make EditKeyActivity's uri handling (more) saneVincent Breitmoser2014-03-082-6/+4
| | | | | This activity didn't actually use the uri for anything, but just chopped off the last path segment and interpreted it as row id. What the hell.
* working unified list (no actions yet)Vincent Breitmoser2014-03-086-244/+353
|
* copy public keylist as stub for unified keylistVincent Breitmoser2014-03-063-0/+641
|
* Merge pull request #322 from mj7007/smooth_activity_switchDominik Schürmann2014-03-041-8/+15
|\ | | | | Smooth Activity Switch Fixed
| * Smooth Activity Switch Fixedmj70072014-03-041-8/+15
| |
* | Merge pull request #315 from jessicayuen/masterDominik Schürmann2014-03-046-11/+86
|\ \ | | | | | | #226: Added cancel option to ProgressDialogFragments. Create Key is now cancelable.
| * | #226: Small fix to prevent message from being sent if IntentService is canceledJessica Yuen2014-03-031-0/+16
| | |
| * | #226: Async key gen task is stopped if progress is canceledJessica Yuen2014-03-025-17/+40
| | |
| * | #226: Activity no longer closes if progress is canceled for key creation in ↵Jessica Yuen2014-03-025-10/+17
| | | | | | | | | | | | EditKeyActivity
| * | #226: Added cancel option to ProgressDialogFragments. Create Key is now ↵Jessica Yuen2014-03-025-9/+38
| | | | | | | | | | | | cancelable.
* | | Fix NewApi Lint ErrorsEmantor2014-03-033-3/+8
| | | | | | | | | | | | | | | | | | Fix missing ; import android.annotation.TargetApi where needed
* | | Fix DefaultLocale Lint WarningsEmantor2014-03-031-3/+4
| | |
* | | API changesDominik Schürmann2014-03-023-160/+132
|/ /
* | Merge pull request #306 from danielhass/keyserver-conerrorDominik Schürmann2014-02-284-27/+99
|\ \ | | | | | | Show error if keyserver is not reachable
| * | Some clean upDaniel Haß2014-02-281-4/+2
| | |
| * | Added different notifys for different exceptionsDaniel Haß2014-02-271-6/+17
| | |
| * | Added StackOverflow link to documentationDaniel Haß2014-02-271-0/+2
| | |
| * | Added documentation to the AsyncTaskResultWrapperDaniel Haß2014-02-271-0/+5
| | |
| * | Adapted the ImportKeysLoader to work with the new AsyncWrapperDaniel Haß2014-02-263-9/+13
| | |
| * | Reworked ImportKeysListFragment to handel exceptions, ImportKeyListLoader is ↵Daniel Haß2014-02-262-20/+34
| | | | | | | | | | | | temporarily disabled
| * | Added the AsyncTaskResultWrapperDaniel Haß2014-02-261-0/+38
| | |
* | | cleanupDominik Schürmann2014-02-274-40/+22
| | |
* | | Added GPL headersNikhil Peter Raj2014-02-272-11/+31
| | |
* | | Complete fix for #304Nikhil Peter Raj2014-02-272-94/+170
| | |
* | | Partial fix for #304Nikhil Peter Raj2014-02-262-32/+82
|/ /
* | Final fix for #266Nikhil Peter Raj2014-02-262-2/+2
| | | | | | | | | | -Fix implemented using setIcon() as setIconAttribute() is not valid for API less than 11
* | Fix for #266Nikhil Peter Raj2014-02-252-2/+3
|/ | | | | -Extra: Added the appropriate images to drawable folder from Android SDK source, can be used as alternative if required.
* Replaced Toast with AppMsg in DecryptActivityDaniel Haß2014-02-241-16/+17
|
* cleanupDominik Schürmann2014-02-241-57/+7
|
* fix signature passing and verify in demoDominik Schürmann2014-02-241-5/+6
|
* remove debug stuffDaniel Haß2014-02-231-2/+1
|
* Revert "Replaced Toast with AppMsg in EncryptActivity"Daniel Haß2014-02-231-13/+15
| | | | This reverts commit e936a4762b4c6ed8153d216ab4655e251c4366f3.
* Replaced Toast with AppMsg in EncryptActivityDaniel Haß2014-02-231-15/+13
|