aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-05Run in background instead of writing instantaneouslyChristian Schneppe1-1/+1
2017-04-05Changes the deprecated getColor() methodChristian Schneppe6-19/+25
2017-04-05fix small bug with updater on devices < SDK 21Christian Schneppe1-2/+4
2017-03-26update libraries and dependenciesChristian Schneppe1-2/+2
2017-03-26show received/read markers in chatlistChristian Schneppe1-0/+16
2017-03-26made a few exceptions to quote parser for emoticons and quotesChristian Schneppe1-1/+2
2017-03-24open version can use tor networks (via settings)Christian Schneppe1-0/+9
2017-03-24make auto media rotation in fullscreen configurableChristian Schneppe1-2/+10
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe3-14/+7
2017-03-23offer to block entire domain in message from stranger snackbarChristian Schneppe2-3/+29
2017-03-23do not show block stranger snackbar when blocking command is unavailableChristian Schneppe1-1/+4
2017-03-23call EditText.setText() instead of clear because clear causes problemsChristian Schneppe1-8/+7
2017-03-23don't mark message as delivery_failed when cancel didn't workChristian Schneppe1-2/+0
2017-03-23call messageSent() from UI thread after encrypting pgp messageChristian Schneppe1-6/+7
2017-03-17fix NPE while sending images directly from GBoardChristian Schneppe1-35/+51
2017-03-17show contact and conference names in details viewChristian Schneppe2-0/+6
2017-03-17add new Emoji libraryChristian Schneppe4-6/+14
2017-03-17use qr codes instead of aztec. Barcode Scanner is terrible at reading aztecChristian Schneppe1-1/+1
2017-03-15grey out offline contacts in StartConversationChristian Schneppe1-0/+20
2017-03-15also hide actionbar share iconChristian Schneppe1-1/+3
2017-03-14add build flavor to about summaryChristian Schneppe1-1/+2
2017-03-14add missing importChristian Schneppe1-0/+1
2017-03-14show typing info in overviewChristian Schneppe2-5/+37
2017-03-14fix jump to bottom while scrollingChristian Schneppe1-23/+16
2017-03-14optimize apk and vcard handling in messagesChristian Schneppe1-24/+42
2017-03-14don't open conversation when opening contact detailsChristian Schneppe1-1/+1
2017-03-14don't show share icons on account creationChristian Schneppe1-0/+6
2017-03-14set QR Code background to whiteChristian Schneppe1-1/+2
2017-03-11load new messages in chatlist a bit earlierChristian Schneppe1-1/+1
2017-03-11rename media directoriesChristian Schneppe4-8/+8
2017-03-11display chat states in conferencesChristian Schneppe2-47/+65
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe1-1/+4
2017-03-11use async avatar loading in AccountAdapterChristian Schneppe1-1/+93
2017-03-11hide keyboard after setting up accountChristian Schneppe1-0/+1
2017-03-11try to fix crashChristian Schneppe1-0/+2
2017-03-09possible audioplayer fixChristian Schneppe1-3/+4
2017-03-09fix update of chatbubblesChristian Schneppe1-1/+1
2017-03-09do not interpret grin >< as quoteChristian Schneppe1-1/+1
2017-03-09do not show 'block stranger' snackbar in empty conversationsChristian Schneppe1-1/+3
2017-03-09show snackbar in conversations with stranger to blockChristian Schneppe1-0/+9
2017-03-09fixed sender label for empty conversationsChristian Schneppe1-1/+3
2017-03-09added colon to seperate sender and message preview. only show first nameChristian Schneppe1-2/+3
2017-03-09Adds a message sender label in each conversation for text messagesChristian Schneppe1-0/+17
2017-03-09closing the corresponding conversations after blocking a contactChristian Schneppe6-41/+73
2017-03-09renamed enter jid menu item idChristian Schneppe1-2/+2
2017-03-09added an option to directly add a jid to block list from blocklist activityChristian Schneppe2-3/+42
2017-03-04Keep draft even when correcting previously sent msgChristian Schneppe1-6/+12
2017-03-04fixed messages vanishing after pgp raised error on editing a messageChristian Schneppe1-2/+2
2017-03-04show icons in pop menu with reflection. imagespan was not centred ver…Christian Schneppe1-22/+1
2017-03-04block send action while encrypting pgp messageChristian Schneppe2-0/+14