aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make keyword styling work in quotesChristian Schneppe2017-11-201-0/+6
|
* changed text styling to keep the keywordChristian Schneppe2017-11-201-7/+7
|
* fix take photo with pending keysChristian Schneppe2017-11-201-1/+1
|
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-204-13/+13
|
* support for basic IM stylingChristian Schneppe2017-11-202-0/+4
|
* use ThreadPoolExecutor for BitmapWorkerTaskChristian Schneppe2017-11-025-5/+5
|
* a little rewrite in WelcomeActivityChristian Schneppe2017-10-311-3/+14
|
* rename some variables/stringsChristian Schneppe2017-10-312-11/+12
|
* UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe2017-10-292-2/+2
|
* Sharing: request permissionChristian Schneppe2017-10-291-0/+23
|
* MessageAdapter: round file sizesChristian Schneppe2017-10-291-2/+2
|
* MessageAdapter: Do not display muc whispers as emoji onlyChristian Schneppe2017-10-291-1/+1
|
* bring back option to highlight user in muc ...Christian Schneppe2017-10-181-1/+6
| | | | ... via context menu on selected user in ConferenceDetails
* correct (un)verified contacts icon (lock/shield)Christian Schneppe2017-10-141-2/+2
| | | | fixes https://github.com/kriztan/Pix-Art-Messenger/issues/139
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-131-34/+25
|
* use a lighter red color for 'delete contact button' and remove this action ↵Christian Schneppe2017-10-102-12/+7
| | | | from actionbar
* Merge branch 'rework_Updater'Christian Schneppe2017-10-103-245/+150
|\
| * reworked updaterChristian Schneppe2017-10-103-244/+155
| |
* | save message drafts across restartsChristian Schneppe2017-10-061-3/+9
| |
* | slight refactoring in MessageAdapterChristian Schneppe2017-10-061-14/+9
|/
* select presence if necessary when resending fileChristian Schneppe2017-09-241-3/+18
|
* removed unnecessary padding restrictions around emoji messagesChristian Schneppe2017-09-241-2/+0
|
* refactored AudioPlayerChristian Schneppe2017-09-242-67/+47
|
* unified share with menuChristian Schneppe2017-09-244-50/+46
|
* show correct tooltip when long pressing start conversationsChristian Schneppe2017-09-191-14/+16
|
* show also a button to delete contact from rosterChristian Schneppe2017-09-171-7/+26
|
* show jid in ContactDetails if contact is not on the same serverChristian Schneppe2017-09-171-1/+5
|
* show block menu after long press on allow/add backChristian Schneppe2017-09-171-25/+42
|
* Foregroundservice can be deactivated in expert options (default = ↵Christian Schneppe2017-09-171-1/+3
| | | | | | foregroundservice active) Fixes #138
* use 'partial' in server info if publish-options is n/aChristian Schneppe2017-09-171-2/+4
|
* make filtered list item activity survive roationsChristian Schneppe2017-09-042-1/+10
|
* get rid of uneccessary 'own omemo fingerprint' stringChristian Schneppe2017-09-041-0/+2
|
* link jid in trust keys activity to contact detailsChristian Schneppe2017-09-041-0/+6
|
* request storage permission when sending gifChristian Schneppe2017-09-042-12/+12
|
* improved error messages on missing omemo keysChristian Schneppe2017-09-041-2/+23
|
* fix crash in location activitiesChristian Schneppe2017-09-042-14/+14
|
* reset attempt counts on enableChristian Schneppe2017-08-131-0/+5
|
* default input type to numbers on captcha dialogChristian Schneppe2017-08-131-0/+3
|
* prevent users from editing their account jid after successful loginChristian Schneppe2017-08-131-0/+7
|
* cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe2017-08-132-17/+10
| | | | isGeoUri and isXmppUri
* remove all whitespaces in emoji only messagesChristian Schneppe2017-08-131-1/+1
|
* display messages that only contain emoji slightly largerChristian Schneppe2017-08-031-5/+6
|
* Give up PGP decryption when intent is cancelledChristian Schneppe2017-08-011-0/+5
| | | | | | | | | | | When receiving a PGP message which is not encrypted with YOUR key, OpenKeychain shows a dialog, which tells you the private key to decrypt the message is unavailable. However, Conversations won't give up decrypting the message. So whether the subsequent messages are decryptable or not, the decryption is blocked at the current message. The commit fixes the bug in this way: Give up the current message when the decryption intent is cancelled, so that subsequent messages can be handled.
* incorporate support for publish-options into server infoChristian Schneppe2017-08-011-1/+1
|
* update datebubblesChristian Schneppe2017-08-012-34/+42
|
* allow users to send PMs in mucs w/o voiceChristian Schneppe2017-08-011-1/+3
|
* set focusable=false instead of enabled=false for rooms w/o voiceChristian Schneppe2017-08-011-4/+10
|
* refactored retrieval of default preferencesChristian Schneppe2017-08-011-1/+1
|
* put settings defaults into resource fileChristian Schneppe2017-08-0110-16/+36
|
* make scan barcode icon survive rotationsChristian Schneppe2017-08-011-0/+11
|