aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* add new Emoji libraryChristian Schneppe2017-03-1718-33/+42
* use qr codes instead of aztec. Barcode Scanner is terrible at reading aztecChristian Schneppe2017-03-172-7/+9
* grey out offline contacts in StartConversationChristian Schneppe2017-03-156-12/+51
* set default for videocompression correctlyChristian Schneppe2017-03-151-1/+1
* also hide actionbar share iconChristian Schneppe2017-03-151-1/+3
* add build flavor to about summaryChristian Schneppe2017-03-141-1/+2
* add missing importChristian Schneppe2017-03-141-0/+1
* set background to messages in layoutChristian Schneppe2017-03-142-2/+4
* never mark conversation w/ own server as strangerChristian Schneppe2017-03-141-5/+4
* show typing info in overviewChristian Schneppe2017-03-142-5/+37
* fix jump to bottom while scrollingChristian Schneppe2017-03-141-23/+16
* optimize apk and vcard handling in messagesChristian Schneppe2017-03-141-24/+42
* update shortcutbadger asyncChristian Schneppe2017-03-141-9/+20
* don't open conversation when opening contact detailsChristian Schneppe2017-03-142-1/+56
* don't show share icons on account creationChristian Schneppe2017-03-141-0/+6
* set QR Code background to whiteChristian Schneppe2017-03-141-1/+2
* Fix typos (#124)licaon-kter2017-03-132-3/+3
* load new messages in chatlist a bit earlierChristian Schneppe2017-03-111-1/+1
* rename media directoriesChristian Schneppe2017-03-118-29/+84
* fixed entity time for timezones with minutes !=0Christian Schneppe2017-03-111-3/+11
* send chat states only to private and non-anon mucsChristian Schneppe2017-03-111-1/+1
* added and changed some stringsChristian Schneppe2017-03-112-3/+10
* display chat states in conferencesChristian Schneppe2017-03-117-49/+106
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-116-14/+63
* use async avatar loading in AccountAdapterChristian Schneppe2017-03-111-1/+93
* hide keyboard after setting up accountChristian Schneppe2017-03-111-0/+1
* catch fileprovider related NPEsChristian Schneppe2017-03-112-3/+3
* catch some OOM ExceptionsChristian Schneppe2017-03-112-1/+9
* try to fix crashChristian Schneppe2017-03-111-0/+2
* possible audioplayer fixChristian Schneppe2017-03-091-3/+4
* fix textoverlayChristian Schneppe2017-03-091-8/+9
* fix update of chatbubblesChristian Schneppe2017-03-091-1/+1
* notify for muc messages after mam catchupChristian Schneppe2017-03-091-1/+1
* add <x/> element to outgoing MUC PMChristian Schneppe2017-03-091-0/+1
* add origin-id to outgoing messagesChristian Schneppe2017-03-092-1/+9
* only take 1:1 conversations into account when determining catchup timestampChristian Schneppe2017-03-091-1/+1
* do not interpret grin >< as quoteChristian Schneppe2017-03-092-3/+12
* fixed regression that caused stanza-ids not to be savedChristian Schneppe2017-03-091-2/+2
* do not show 'block stranger' snackbar in empty conversationsChristian Schneppe2017-03-091-1/+3
* changed string from unread conversation to messages in notificationChristian Schneppe2017-03-091-2/+3
* show conversation time as last clear date when emptyChristian Schneppe2017-03-091-1/+1
* set last clear date to time of last messageChristian Schneppe2017-03-091-1/+7
* Modifies notification for MUC conversationsChristian Schneppe2017-03-091-6/+32
* show snackbar in conversations with stranger to blockChristian Schneppe2017-03-092-0/+10
* do not notify for messages from strangers by defaultChristian Schneppe2017-03-095-2/+37
* fixed sender label for empty conversationsChristian Schneppe2017-03-092-1/+4
* added colon to seperate sender and message preview. only show first nameChristian Schneppe2017-03-091-2/+3
* cleaned code of muc name generatorChristian Schneppe2017-03-091-10/+6
* Adds a message sender label in each conversation for text messagesChristian Schneppe2017-03-092-0/+30
* closing the corresponding conversations after blocking a contactChristian Schneppe2017-03-099-47/+111