aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-03-14removed unused resourcesChristian Schneppe1-5/+1
2018-03-14switch to switchcompatChristian Schneppe2-117/+17
2018-03-12rewrite how preference screens are invokvedChristian Schneppe2-102/+159
2018-03-12integrate trust manager into conversationsChristian Schneppe2-1/+120
2018-03-09fixed search in abstractsearchablelistitemChristian Schneppe2-4/+3
2018-03-09fixed hint color for edit messageChristian Schneppe1-9/+3
2018-03-09use appcompat in more activitiesChristian Schneppe3-5/+6
2018-03-09migrated alert dialogs to app compatChristian Schneppe15-17/+17
2018-03-09switch about activity to appcompatChristian Schneppe1-2/+2
2018-03-09reference support actionbar in all activitiesChristian Schneppe14-65/+70
2018-03-09started work on migrating to appcompatChristian Schneppe3-34/+31
2018-03-08implement multi accounts via expert settingsChristian Schneppe6-20/+138
2018-02-24fixed wrong CHANGELOG_URL in updaterChristian Schneppe1-1/+1
2018-02-24MAM: look at total count for completness. parse fin correctlyChristian Schneppe1-3/+1
2018-02-22catch small NPE in ConversationFragmentChristian Schneppe1-2/+2
2018-02-19don't use automatic updates for playstore versionChristian Schneppe1-0/+3
2018-02-19check if axolotl service is initialized before displaying keysChristian Schneppe1-2/+3
2018-02-19don't delete account if it's not yet created - fixes crashChristian Schneppe1-1/+0
2018-02-17Don't add account if user cancelsChristian Schneppe1-9/+8
2018-02-17show hint to allow installs from unknown sources just before update starts an...Christian Schneppe3-73/+88
2018-02-15Pass invite XMPP URI along instead of JIDChristian Schneppe6-20/+20