aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/LogDisplayFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for d...Dominik Schürmann2015-10-151-2/+2
* Show dialog before sharing logDominik Schürmann2015-10-041-5/+4
* share rather than save log files (OKC-01-015)Vincent Breitmoser2015-09-111-158/+31
* some cleanup in FileHelper, and allow input of filename during exportVincent Breitmoser2015-08-271-1/+1
* Make the log display honour the themeThialfihar2015-07-211-6/+9
* re-parcel log in LogDisplayFragmentVincent Breitmoser2015-05-171-6/+20
* corrected code styleAdithya Abraham Philip2015-03-041-58/+75
* supports sub logs in log exportAdithya Abraham Philip2015-03-011-68/+55
* added logging, notify for log exportAdithya Abraham Philip2015-03-011-20/+52
* cleaned up log exportAdithya Abraham Philip2015-02-281-20/+9
* refined log outputAdithya Abraham Philip2015-02-281-4/+71
* merged dialogAdithya Abraham Philip2015-02-261-10/+10
|\
| * Use right colors in snackbars and logsDominik Schürmann2015-02-221-10/+10
* | initial Log Display functionAdithya Abraham Philip2015-02-261-0/+102
|/
* set padding for sublog entriesVincent Breitmoser2014-10-251-0/+2
* move around package structure a bitVincent Breitmoser2014-10-101-4/+4
* get rid of some old code in LogDisplayFragmentVincent Breitmoser2014-10-061-70/+4
* add support for second line in log viewVincent Breitmoser2014-10-051-6/+43
* add support for hierarchical log entriesVincent Breitmoser2014-10-051-4/+31
* Fix LogDisplayFragmentDominik Schürmann2014-09-211-10/+4
* Feature to change key configuration in create keyDominik Schürmann2014-09-211-0/+2
* move LogLevel info into LogType enumVincent Breitmoser2014-09-151-4/+4
* work on OperationResultParcelVincent Breitmoser2014-09-141-6/+6
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-3/+3
* add cancel support to edit key actionVincent Breitmoser2014-08-311-0/+1
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
* return some more resultsDominik Schürmann2014-08-201-1/+0
* Fixes and temporary fixes for returning resultsDominik Schürmann2014-08-201-0/+1
* Optimize importsDominik Schürmann2014-08-051-2/+0
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-2/+4
* Prefer composition to inheritance is the mantra these dasArt O Cathain2014-07-061-1/+2
* code cleanup and plurals in import log entriesVincent Breitmoser2014-06-281-1/+8
* Use actionbar button for log activityDominik Schürmann2014-06-201-0/+17
* import-log: use holder pattern in log fragmentVincent Breitmoser2014-06-111-16/+24
* import-log: work on log fragment uiVincent Breitmoser2014-06-101-14/+94
* import-log: more interface workVincent Breitmoser2014-06-101-0/+1
* import-log: some cosmeticsVincent Breitmoser2014-06-101-1/+1
* import-log: add LogDisplay activityVincent Breitmoser2014-06-101-0/+86