aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-22made checkboxes and radiobuttons stylableChristian Schneppe8-2/+20
2018-04-22made all text styleableChristian Schneppe28-244/+355
2018-04-22show account chooser for new conferences / join conferencesChristian Schneppe3-6/+11
2018-04-22in case fragment starts after activity is bound to service; fetch conversatio...Christian Schneppe1-14/+25
2018-04-22fixed muc detection for rare cases where muc is hosted on primary domainChristian Schneppe2-1/+7
2018-04-22fixed read event when status messages are displayedChristian Schneppe1-1/+7
2018-04-22code cleanupChristian Schneppe1-2/+2
2018-04-22fixed read event when using fab scroll downChristian Schneppe1-43/+47
2018-04-22only mark visible messages as readChristian Schneppe5-31/+64
2018-04-22fixed regression in StartConversationActivity that ignored welcome jidChristian Schneppe1-4/+3
2018-04-22null check for conversationChristian Schneppe1-0/+3
2018-04-22show scroll down button instantly when scrolling upChristian Schneppe1-7/+8
2018-04-22introduced sroll to bottom buttonChristian Schneppe8-13/+252
2018-04-22make it possible to switch back to single account if only one account availableChristian Schneppe1-3/+2
2018-04-22integrate invite to Pix-Art MessengerChristian Schneppe6-23/+81
2018-04-22fix theme in activity_edit_accountChristian Schneppe1-4/+4
2018-04-22catch NPEChristian Schneppe1-1/+1
2018-04-22fix crash in resendMessageChristian Schneppe2-14/+4
2018-04-21more theme workingChristian Schneppe132-201/+383
2018-04-13some OTR hintsChristian Schneppe2-4/+7
2018-04-13persist some muc configurationsChristian Schneppe3-16/+33
2018-04-13remove duplicate call to onConversationArchived()Christian Schneppe1-4/+0
2018-04-13end view if conversation was archivedChristian Schneppe5-57/+74
2018-04-13hide disable encryption button when omemo is in always modeChristian Schneppe1-1/+10
2018-04-13fixed regression of 'add contact' not workingChristian Schneppe1-0/+1
2018-04-13introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe10-11/+148
2018-04-13add ruleset to disable omemo-by-default for certain providersChristian Schneppe2-2/+23
2018-04-13getNextEncryption does not honor ENCYPTION_MASKChristian Schneppe1-0/+3
2018-04-13put toolbar elevation in dimen fileChristian Schneppe3-2/+4
2018-04-13fixed popup menu in dark themeChristian Schneppe3-6/+9
2018-04-13process receipts only on mam catchupChristian Schneppe1-1/+1
2018-04-13reformatChristian Schneppe1-83/+83
2018-04-13make receipt handling work with out of order receiptsChristian Schneppe2-4/+17
2018-04-13do not allow user to quote fileChristian Schneppe1-2/+4
2018-04-13code cleanup in Contact classChristian Schneppe1-18/+22
2018-04-13ignore bookmark name of 'None'Christian Schneppe3-16/+26
2018-04-12fix OTRChristian Schneppe1-0/+5
2018-04-12in lack of confirm source dialog in account details only trust scanned urisChristian Schneppe2-6/+8
2018-04-12call to update ui after fingerprint verificationChristian Schneppe1-1/+2
2018-04-12fixed cache key generation for messages w/o full jidChristian Schneppe1-8/+26
2018-04-12figure out fallbacks with omemo source idChristian Schneppe3-3/+55
2018-04-12messages coming from known muc server are treated as muc when creating conver...Christian Schneppe3-13/+12
2018-04-12ignore double tab in ConferenceDetailsActivityChristian Schneppe1-0/+1
2018-04-12StartConversationActivity: persist search across rotationChristian Schneppe1-44/+68
2018-04-12improved logging while deleting old cache filesChristian Schneppe1-2/+3
2018-04-12Improved QR code recognition when screen and camera orientation don't matchChristian Schneppe1-13/+29
2018-04-12use utf-8 in barcodesChristian Schneppe1-39/+53
2018-04-12increased LruCache for unicode script detectionChristian Schneppe1-1/+1
2018-04-12commit allowing state lossChristian Schneppe1-1/+1
2018-04-12fix getNextEncryptionChristian Schneppe2-13/+10