aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* recreate settingsactivity when theme changedChristian Schneppe2017-06-114-5/+17
* allow changing of nickname in conferences when nick is in useChristian Schneppe2017-06-011-2/+1
* 'end this conversation afterwards' checked by defaultChristian Schneppe2017-05-311-0/+1
* add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe2017-05-311-2/+9
* do not turn send button green unless history is caught upChristian Schneppe2017-05-311-3/+4
* use mam reference instead of timestampChristian Schneppe2017-05-172-4/+5
* make updater more failsaveChristian Schneppe2017-05-171-0/+6
* add ability to distrust inactive/trusted keysChristian Schneppe2017-05-101-1/+1
* set catchup flag on mam only when doing thatChristian Schneppe2017-05-101-1/+1
* display open pgp key id in account details and allow to deleteChristian Schneppe2017-05-104-10/+74
* unified copy text and share with context menu entriesChristian Schneppe2017-05-091-20/+6
* run enterPasswordDialog onUiThread fixes #131Christian Schneppe2017-04-261-1/+1
* code cleanup: made conversation property final in message objectChristian Schneppe2017-04-261-2/+3
* avoid rare race condition when saving draft messageChristian Schneppe2017-04-261-0/+1
* fixed click area for pgp key in contact detailsChristian Schneppe2017-04-261-17/+12
* make sure context is not null before setting content description on send buttonChristian Schneppe2017-04-261-3/+3
* re-add redownload context menu entry for deleted filesChristian Schneppe2017-04-201-0/+12
* changed text for positive button while changing nick nameChristian Schneppe2017-04-201-1/+1
* hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe2017-04-182-2/+12
* Add content description to send buttonChristian Schneppe2017-04-181-0/+4
* show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe2017-04-161-1/+6
* set colored contact status preference correctlyChristian Schneppe2017-04-131-2/+6
* integrate OpenPGP (untested)Christian Schneppe2017-04-131-0/+14
* don't show reconnect button, when offline or no account availbaleChristian Schneppe2017-04-131-0/+3
* use async message loading only when called from UIChristian Schneppe2017-04-133-7/+7
* properly unregister bookmark from conversations when deleting bookmarkChristian Schneppe2017-04-131-1/+2
* Optimized imports from entire projectChristian Schneppe2017-04-131-3/+0
* Removed unnecessary string builderChristian Schneppe2017-04-131-6/+2
* Made variable localChristian Schneppe2017-04-131-2/+2
* Code clean upChristian Schneppe2017-04-134-15/+15
* be more careful with corner cases when mentioning multiple peopleChristian Schneppe2017-04-131-5/+9
* do not linkify urls starting with a dotChristian Schneppe2017-04-131-1/+1
* use comma seperation for multiple mentionsChristian Schneppe2017-04-131-4/+8
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-133-19/+4
* send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe2017-04-131-1/+1
* unread/failed count: show >99 as infinity symbolChristian Schneppe2017-04-131-2/+2
* make contacts status color configurableChristian Schneppe2017-04-132-2/+19
* add missing finaleChristian Schneppe2017-04-051-1/+1
* Show colored presence status for contacts in overview and contact listChristian Schneppe2017-04-052-0/+27
* show file size for files smaller 1024 bytesChristian Schneppe2017-04-051-5/+5
* Run in background instead of writing instantaneouslyChristian Schneppe2017-04-051-1/+1
* Changes the deprecated getColor() methodChristian Schneppe2017-04-056-19/+25
* fix small bug with updater on devices < SDK 21Christian Schneppe2017-04-051-2/+4
* update libraries and dependenciesChristian Schneppe2017-03-261-2/+2
* show received/read markers in chatlistChristian Schneppe2017-03-261-0/+16
* made a few exceptions to quote parser for emoticons and quotesChristian Schneppe2017-03-261-1/+2
* open version can use tor networks (via settings)Christian Schneppe2017-03-241-0/+9
* make auto media rotation in fullscreen configurableChristian Schneppe2017-03-241-2/+10
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-233-14/+7
* offer to block entire domain in message from stranger snackbarChristian Schneppe2017-03-232-3/+29