aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-31fixed take photo + do not reint twiceChristian Schneppe1-25/+64
2018-03-30show warning dialogsChristian Schneppe3-1027/+295
2018-03-30fix permission handlingChristian Schneppe2-36/+48
2018-03-30skip unnecessary loading of conversation overview fragmentChristian Schneppe1-4/+8
2018-03-30fixed showing QR code on long pressChristian Schneppe2-2/+5
2018-03-30don't show qr scan in conversation viewChristian Schneppe1-1/+8
2018-03-30fixed onActivityResult handling for pgpChristian Schneppe2-8/+50
2018-03-30added dedicated scan buttonChristian Schneppe4-11/+22
2018-03-29made download button in message adapter workChristian Schneppe2-197/+154
2018-03-29redirect on empty conversation listChristian Schneppe2-2/+64
2018-03-29register open conversation with notification serviceChristian Schneppe2-0/+4
2018-03-29process intentsChristian Schneppe3-15/+54
2018-03-29make archive menu item workChristian Schneppe4-15/+56
2018-03-29make read markers workChristian Schneppe3-11/+39
2018-03-29handle view conversation action when ConversationFragment is already openChristian Schneppe3-18/+36
2018-03-29change font size in conversation overviewChristian Schneppe3-3/+25
2018-03-29handle view intentChristian Schneppe1-0/+48
2018-03-29move new activity back to original nameChristian Schneppe10-1207/+1285
2018-03-29increase swipe valuesChristian Schneppe1-2/+2
2018-03-24made refresh workChristian Schneppe3-17/+37
2018-03-24made select workChristian Schneppe5-12/+67
2018-03-24WIP & fragment voodooChristian Schneppe14-139/+796
2018-03-24switch conversations fragment to data binderChristian Schneppe4-171/+140
2018-03-24vastly untested refactor. pushing for backup purposesChristian Schneppe13-1419/+1635
2018-03-22refactoring. move functionality from activity to fragmentChristian Schneppe2-110/+55
2018-03-22don't use autocomplete in MagicCreateActivity for usernameChristian Schneppe1-6/+2
2018-03-22make account chooser visible for group chatsChristian Schneppe1-0/+16
2018-03-21show connection options in expert settingsChristian Schneppe1-6/+0
2018-03-21fixed crash in settingsChristian Schneppe1-0/+4
2018-03-21fix crashes because requestCode was too longChristian Schneppe2-3/+3
2018-03-20show own account if multi account is enabledChristian Schneppe6-7/+29
2018-03-20Moved the error message to TextInputLayout in the ChangePasswordActivityChristian Schneppe2-12/+84
2018-03-20cleanupChristian Schneppe2-19/+10
2018-03-20use data binder for list item adapaterChristian Schneppe1-18/+18
2018-03-20use data binder for inflating muc itemsChristian Schneppe1-35/+25
2018-03-20use async avatar loader in conference detailsChristian Schneppe4-9/+104
2018-03-20add fab to start conversations activityChristian Schneppe1-19/+22
2018-03-20use data binder for contact key itemChristian Schneppe1-55/+47
2018-03-20create dedicated button to enable undecided accountsChristian Schneppe1-5/+7
2018-03-17started to change text style to app compatChristian Schneppe1-0/+2
2018-03-17ported presence activity to cardviewChristian Schneppe1-52/+28
2018-03-17switch account activity to card view. started using data binderChristian Schneppe1-196/+122
2018-03-16only show one error at onceChristian Schneppe1-4/+29
2018-03-16Moved the error message to TextInputLayoutChristian Schneppe1-25/+31
2018-03-16change key activities to cardsChristian Schneppe1-81/+54
2018-03-16use data binder for contact details activityChristian Schneppe1-106/+79
2018-03-16migrate to CardView in contact and muc detailsChristian Schneppe2-29/+18
2018-03-15Change ShowHidePasswordEditText to TextInputEditText.Christian Schneppe2-36/+30
2018-03-14do not use pop up menus for encryption and attachment selectionChristian Schneppe1-264/+176
2018-03-14fixed crash when selecting participantsChristian Schneppe1-29/+19