aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-02-15null check on invite objectChristian Schneppe1-1/+1
2018-02-15allow roster action with nameChristian Schneppe1-0/+3
2018-02-15integrate intent integrator to finish activity when neededChristian Schneppe4-13/+8
2018-02-10do not cross reference bookmarks and conversationsChristian Schneppe2-6/+5
2018-02-10don't cancel animation when switching accounts w/o initChristian Schneppe1-1/+3
2018-02-10return to welcome activity after deleting last accountChristian Schneppe3-19/+20
2018-02-10skip animations for startup activitiesChristian Schneppe2-5/+14
2018-02-10add null checks to huawei settings codeChristian Schneppe1-13/+9
2018-02-10do not put setup activites on stack twiceChristian Schneppe2-3/+11
2018-02-09add servers from https://conversations.im/compliance/ to autocomplete jidsChristian Schneppe2-4/+139
2018-02-04show the correct icon for shared xmpp addressesChristian Schneppe1-0/+1
2018-02-04we don't need location permissions for showing locationsChristian Schneppe1-12/+1
2018-02-04highlight searchword in messagesChristian Schneppe2-1/+16
2018-02-04implemented message searchChristian Schneppe2-2/+171
2018-02-03finish() SettingsActivity in onPauseChristian Schneppe1-8/+11
2018-02-02don't crash if huaweiPreferenceScreen.getIntent() = nullChristian Schneppe1-5/+8
2018-02-02reorder context menu entries for ConferenceDetailsActivity and make membershi...Christian Schneppe1-7/+7
2018-02-02show progress dialog while downloading updateChristian Schneppe1-107/+207