aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-22made checkboxes and radiobuttons stylableChristian Schneppe1-2/+2
2018-04-22made all text styleableChristian Schneppe1-4/+0
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 ↵Christian Schneppe1-14/+25
conversation from uuid
2018-04-22fixed read event when status messages are displayedChristian Schneppe1-1/+7
2018-04-22fixed read event when using fab scroll downChristian Schneppe1-43/+47
2018-04-22only mark visible messages as readChristian Schneppe3-8/+33
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 Schneppe2-8/+151
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 Schneppe2-14/+49
2018-04-22catch NPEChristian Schneppe1-1/+1
2018-04-22fix crash in resendMessageChristian Schneppe2-14/+4
2018-04-21more theme workingChristian Schneppe9-57/+110
2018-04-13some OTR hintsChristian Schneppe2-4/+7
2018-04-13remove duplicate call to onConversationArchived()Christian Schneppe1-4/+0
2018-04-13end view if conversation was archivedChristian Schneppe3-36/+39
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 Schneppe3-2/+34
2018-04-13do not allow user to quote fileChristian Schneppe1-2/+4
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-12ignore double tab in ConferenceDetailsActivityChristian Schneppe1-0/+1
2018-04-12StartConversationActivity: persist search across rotationChristian Schneppe1-44/+68
2018-04-12Improved QR code recognition when screen and camera orientation don't matchChristian Schneppe1-13/+29
2018-04-12commit allowing state lossChristian Schneppe1-1/+1
2018-04-12fix getNextEncryptionChristian Schneppe1-9/+5
2018-04-12prevent double tapping on overflow menuChristian Schneppe9-5/+43
2018-04-12fixed redownload of deleted http upload messagesChristian Schneppe1-0/+4
2018-04-12sync roster to disk after roster pushChristian Schneppe1-1/+1
2018-04-12fix jump to first unread messageChristian Schneppe1-39/+38
2018-04-12fix choose imageChristian Schneppe1-14/+12
2018-04-11code cleanupChristian Schneppe1-38/+18
2018-04-11fixed some regressions introduced in toolbar migrationChristian Schneppe1-10/+27
2018-04-11replace deprecated action bar with toolbarChristian Schneppe22-166/+204
* replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
2018-04-08setReplaceAll=false on emojiCompat for android oChristian Schneppe1-0/+17
2018-04-08show message draft in conversation overviewChristian Schneppe1-84/+105
2018-04-08fixed device rotation in settings activityChristian Schneppe1-2/+1
2018-04-08offer a more convienient way to disable omemo from trust keys dialogChristian Schneppe2-92/+88
2018-04-08remove trailing ) in urlsChristian Schneppe1-22/+28
2018-04-08fixed pm to vistorsChristian Schneppe1-7/+2
2018-04-08do not show snackbar for archived conversations. fixes glitch when leaving mucChristian Schneppe1-1/+4
2018-04-08fixed rotation in choose contact activityChristian Schneppe2-10/+31
2018-04-08dynamically get known hosts in dialogChristian Schneppe7-48/+114
2018-04-08add data binding and check in back stack for dialogsChristian Schneppe6-95/+114
2018-04-08place enter jid dialog in dialog fragmentChristian Schneppe4-52/+90
2018-04-08replace group dialogs by dialog fragmentChristian Schneppe3-116/+274