aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix result passingDominik Schürmann2014-10-251-1/+1
|
* Safe slinger activity prepsDominik Schürmann2014-10-251-135/+3
|
* Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Vincent Breitmoser2014-10-231-8/+11
|\ | | | | | | development
| * More color/icon consistencyDominik Schürmann2014-10-151-8/+11
| |
* | integrate download from keyserver into key import operationVincent Breitmoser2014-10-231-1/+1
|/
* color experimentsDominik Schürmann2014-10-151-12/+16
|
* actually remove filter spinner code. that's what git is for~Vincent Breitmoser2014-10-131-46/+0
|
* Remove key list filter for nowDominik Schürmann2014-10-131-27/+27
|
* DeleteResult: add custom createNotifyVincent Breitmoser2014-10-111-1/+9
|
* move around package structure a bitVincent Breitmoser2014-10-101-2/+2
|
* add keys button goes to directly to qr scanVincent Breitmoser2014-10-101-2/+1
|
* keylist: add safeslinger exchange button to secret keysVincent Breitmoser2014-10-101-10/+182
|
* Filter key list by certified keysDominik Schürmann2014-10-081-0/+51
|
* UI stuffDominik Schürmann2014-10-051-0/+10
|
* use status icons in public key selectionDominik Schürmann2014-10-051-3/+1
|
* Add cloud iconDominik Schürmann2014-10-051-0/+1
|
* disable pull to refresh (for now)Vincent Breitmoser2014-09-241-2/+6
|
* disable pull to refresh in upper right cornerVincent Breitmoser2014-09-231-1/+0
| | | | | | | | While at the top of the list, the scroll bar handle is in the top right corner. Previously, dragging the handle from this position was difficult because touch events were intercepted by the pull to refresh handler. Closes #858
* Stop refreshing after all keys have been updatedDominik Schürmann2014-09-181-4/+4
|
* Swipe-to-refresh fixesDominik Schürmann2014-09-181-1/+2
|
* Swipe-to-refresh fixesDominik Schürmann2014-09-181-16/+20
|
* Use key icons in spinnersDominik Schürmann2014-09-171-12/+4
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-5/+5
| | | | created ui.util for everything related to formatting
* Result parcel refactorings (WIP)Dominik Schürmann2014-09-171-5/+3
|
* Temporary fix for #848, fixed pull2refresh bugsDaniel Albert2014-09-131-1/+1
|
* Hack to disable overscroll effect of swipe to updateDominik Schürmann2014-09-131-1/+2
|
* Custom actionbar to indicate swipe down effectDominik Schürmann2014-09-131-0/+51
|
* Removed unnecessary querying of keyservers, reimplemented the ↵Daniel Albert2014-09-131-0/+8
| | | | ListAwareSwipeRefreshLayout and implemented a pull-lock in case there are no keyservers
* Implemented Pull2Refresh in the KeyListFragmentDaniel Albert2014-09-121-1/+27
| | | | | | Added KeyUpdateHelper and extended ProviderHelper for better fingerprint collection Added a class for handling the list in the swipe2refresh layout that prevents scrolling bugs Added Pull2Refresh to the KeyListFragment
* API fixesDominik Schürmann2014-09-071-1/+1
|
* Make Intent API as recommended in ↵Dominik Schürmann2014-09-071-1/+1
| | | | http://developer.android.com/guide/components/intents-filters.html
* Two buttons to encrypt files and text, some fixesDominik Schürmann2014-09-071-1/+1
|
* split EncryptActivity into Encrypt{Text,File}ActivityVincent Breitmoser2014-09-011-4/+3
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* small change to make android studio recognize a honeycomb-only blockVincent Breitmoser2014-08-201-2/+4
|
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2014-08-201-4/+2
|\
| * Notify duration, cleanupDominik Schürmann2014-08-201-4/+2
| |
* | close actionmode in keylist on loading events (avoid inconsistent state)Vincent Breitmoser2014-08-201-0/+10
|/
* hacky fix to prevent key list from scrolling to top when opening nav drawerDominik Schürmann2014-08-141-7/+15
|
* Optimize importsDominik Schürmann2014-08-051-1/+1
|
* Merge branch 'master' into improve-file-moremar-v-in2014-08-011-30/+29
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/CachedPublicKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptAsymmetricFragment.java
| * Use darker colorsDominik Schürmann2014-08-011-3/+3
| |
| * Show revoked and expired for private keysDominik Schürmann2014-07-311-29/+28
| |
* | Merge branch 'master' into improve-file-moremar-v-in2014-07-311-31/+35
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/AndroidManifest.xml OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/CachedPublicKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptMessageFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptAsymmetricFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptMessageFragment.java
| * Robots like coffee too...Dominik Schürmann2014-07-311-4/+3
| |
| * Merge branch 'ditch-appmsg'Vincent Breitmoser2014-07-291-4/+3
| |\ | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog/ShareQrCodeDialogFragment.java
| | * some more work on supertoast and result parcel stuffVincent Breitmoser2014-07-271-5/+2
| | |
| | * use SuperToast instead of AppMsg in code, part 1Vincent Breitmoser2014-07-071-8/+7
| | |
| * | Use new icons in other key related activites, delete old iconsDominik Schürmann2014-07-281-3/+3
| | |
| * | Set visibility at lastDominik Schürmann2014-07-281-3/+3
| | |