aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/ListAwareSwipeRefreshLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Swipe-to-refresh fixesDominik Schürmann2014-09-181-11/+3
|
* Temporary fix for #848, fixed pull2refresh bugsDaniel Albert2014-09-131-3/+7
|
* Hack to disable overscroll effect of swipe to updateDominik Schürmann2014-09-131-14/+11
|
* Removed unnecessary querying of keyservers, reimplemented the ↵Daniel Albert2014-09-131-21/+53
| | | | ListAwareSwipeRefreshLayout and implemented a pull-lock in case there are no keyservers
* Implemented Pull2Refresh in the KeyListFragmentDaniel Albert2014-09-121-0/+49
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