aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/util/Notify.java
Commit message (Collapse)AuthorAgeFilesLines
* enc-export: localize snackbar stringsVincent Breitmoser2015-09-291-2/+2
|
* enc-export: implement save file as CREATE_DOCUMENT, with static fallback for ↵Vincent Breitmoser2015-09-291-1/+6
| | | | pre-kitkat
* instrument: add helper method for snackbar checkingVincent Breitmoser2015-06-171-16/+7
|
* implement sticky preferencesVincent Breitmoser2015-05-311-13/+25
|
* use top line in snackbar for status indicationVincent Breitmoser2015-03-221-14/+23
|
* Added docs for Notify classManoj Khanna2015-03-201-0/+10
|
* Reworked Notify classManoj Khanna2015-03-201-124/+72
|
* Fix for Issue #1114Manoj Khanna2015-03-191-5/+30
| | | | Displays the snackbar above the keyboard on all activities.
* some changes to qr scan logicVincent Breitmoser2015-02-281-8/+15
|
* fab support for all notify typesVincent Breitmoser2015-02-281-23/+29
|
* small Notify cleanupVincent Breitmoser2015-02-281-24/+2
|
* control flow for moving the fab up with snackbarVincent Breitmoser2015-02-281-2/+37
|
* Enable multi line snackbar optionDominik Schürmann2015-02-271-1/+5
|
* Use right colors in snackbars and logsDominik Schürmann2015-02-221-8/+10
|
* use Notify helper everywhere, replace supertoasts with snackbar libraryVincent Breitmoser2015-01-191-11/+100
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-0/+70
created ui.util for everything related to formatting