aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-01put settings defaults into resource fileChristian Schneppe10-16/+36
2017-08-01make scan barcode icon survive rotationsChristian Schneppe1-0/+11
2017-08-01show scan button in TrustKeys only if there is something to scanChristian Schneppe1-1/+24
2017-08-01use DND instead of XA when phone is silentChristian Schneppe1-1/+2
2017-06-25fixed fingerprint trust (was messed up after library upgrade)Christian Schneppe2-5/+8
2017-06-24offer to open website if ibb offers oob redirectChristian Schneppe1-1/+21
2017-06-24mark message as failed after canceling ft w/o transferableChristian Schneppe1-0/+2
2017-06-24upgrade to signal-protocol-javaChristian Schneppe1-1/+1
2017-06-17allow recording of videos from attachment choice tooChristian Schneppe2-20/+51
2017-06-17fix resend featureChristian Schneppe1-3/+2
2017-06-11correct resend textChristian Schneppe1-1/+5
2017-06-11recreate settingsactivity when theme changedChristian Schneppe4-5/+17
2017-06-01allow changing of nickname in conferences when nick is in useChristian Schneppe1-2/+1
2017-05-31'end this conversation afterwards' checked by defaultChristian Schneppe1-0/+1
2017-05-31add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe1-2/+9
2017-05-31do not turn send button green unless history is caught upChristian Schneppe1-3/+4
2017-05-17use mam reference instead of timestampChristian Schneppe2-4/+5
2017-05-17make updater more failsaveChristian Schneppe1-0/+6
2017-05-10add ability to distrust inactive/trusted keysChristian Schneppe1-1/+1
2017-05-10set catchup flag on mam only when doing thatChristian Schneppe1-1/+1
2017-05-10display open pgp key id in account details and allow to deleteChristian Schneppe4-10/+74
2017-05-09unified copy text and share with context menu entriesChristian Schneppe1-20/+6
2017-04-26run enterPasswordDialog onUiThread fixes #131Christian Schneppe1-1/+1
2017-04-26code cleanup: made conversation property final in message objectChristian Schneppe1-2/+3
2017-04-26avoid rare race condition when saving draft messageChristian Schneppe1-0/+1
2017-04-26fixed click area for pgp key in contact detailsChristian Schneppe1-17/+12
2017-04-26make sure context is not null before setting content description on send buttonChristian Schneppe1-3/+3
2017-04-20re-add redownload context menu entry for deleted filesChristian Schneppe1-0/+12
2017-04-20changed text for positive button while changing nick nameChristian Schneppe1-1/+1
2017-04-18hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe2-2/+12
2017-04-18Add content description to send buttonChristian Schneppe1-0/+4
2017-04-16show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe1-1/+6
2017-04-13set colored contact status preference correctlyChristian Schneppe1-2/+6
2017-04-13integrate OpenPGP (untested)Christian Schneppe1-0/+14
2017-04-13don't show reconnect button, when offline or no account availbaleChristian Schneppe1-0/+3
2017-04-13use async message loading only when called from UIChristian Schneppe3-7/+7
2017-04-13properly unregister bookmark from conversations when deleting bookmarkChristian Schneppe1-1/+2
2017-04-13Optimized imports from entire projectChristian Schneppe1-3/+0
2017-04-13Removed unnecessary string builderChristian Schneppe1-6/+2
2017-04-13Made variable localChristian Schneppe1-2/+2
2017-04-13Code clean upChristian Schneppe4-15/+15
2017-04-13be more careful with corner cases when mentioning multiple peopleChristian Schneppe1-5/+9
2017-04-13do not linkify urls starting with a dotChristian Schneppe1-1/+1
2017-04-13use comma seperation for multiple mentionsChristian Schneppe1-4/+8
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe3-19/+4
2017-04-13send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe1-1/+1
2017-04-13unread/failed count: show >99 as infinity symbolChristian Schneppe1-2/+2
2017-04-13make contacts status color configurableChristian Schneppe2-2/+19
2017-04-05add missing finaleChristian Schneppe1-1/+1
2017-04-05Show colored presence status for contacts in overview and contact listChristian Schneppe2-0/+27