aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* put settings defaults into resource fileChristian Schneppe2017-08-0110-16/+36
|
* make scan barcode icon survive rotationsChristian Schneppe2017-08-011-0/+11
|
* show scan button in TrustKeys only if there is something to scanChristian Schneppe2017-08-011-1/+24
|
* use DND instead of XA when phone is silentChristian Schneppe2017-08-011-1/+2
|
* fixed fingerprint trust (was messed up after library upgrade)Christian Schneppe2017-06-252-5/+8
|
* offer to open website if ibb offers oob redirectChristian Schneppe2017-06-241-1/+21
|
* mark message as failed after canceling ft w/o transferableChristian Schneppe2017-06-241-0/+2
|
* upgrade to signal-protocol-javaChristian Schneppe2017-06-241-1/+1
|
* allow recording of videos from attachment choice tooChristian Schneppe2017-06-172-20/+51
|
* fix resend featureChristian Schneppe2017-06-171-3/+2
|
* correct resend textChristian Schneppe2017-06-111-1/+5
|
* 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
| | | | fixes #136
* '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
| | | | …otherwise show resend button
* Add content description to send buttonChristian Schneppe2017-04-181-0/+4
| | | | This can be used by screen readers and other accessibility aids.
* 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
| | | | fixes #127
* 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
| | | | | | * online, free for chat = green * away = yellow * dnd, xa = red