aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-14code cleanupChristian Schneppe30-60/+1
2018-03-14switch to switchcompatChristian Schneppe32-179/+18
2018-03-12AppCompat Migration contributionChristian Schneppe1-13/+18
2018-03-12rewrite how preference screens are invokvedChristian Schneppe5-102/+181
2018-03-12integrate trust manager into conversationsChristian Schneppe10-15/+1076
2018-03-09fixed search in abstractsearchablelistitemChristian Schneppe2-4/+3
2018-03-09fixed hint color for edit messageChristian Schneppe2-10/+4
2018-03-09remove pre api 21 themeChristian Schneppe2-91/+19
2018-03-09use appcompat in more activitiesChristian Schneppe6-14/+14
2018-03-09migrating more menus to appcompatChristian Schneppe2-2/+2
2018-03-09migrated alert dialogs to app compatChristian Schneppe17-19/+19
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 Schneppe20-111/+131
2018-03-09don't log passwordsChristian Schneppe1-1/+0
2018-03-08fixed translationsChristian Schneppe2-4/+4
2018-03-08update translationsChristian Schneppe10-220/+2570
2018-03-08fixed concurrent modification when killing mam queriesChristian Schneppe1-40/+40
2018-03-08implement multi accounts via expert settingsChristian Schneppe16-41/+201
2018-02-26do not merge bug reportsChristian Schneppe1-1/+2
2018-02-26added config param to use a random resource at every bindChristian Schneppe3-3/+6
2018-02-24fixed wrong CHANGELOG_URL in updaterChristian Schneppe2-1/+2
2018-02-24MAM: rework hasMessagesLeft to account for prosody’s missing countChristian Schneppe1-6/+12
2018-02-24only explicitly request device list for users not in rosterChristian Schneppe3-3/+17
2018-02-24kill mam query when archiving conversationChristian Schneppe2-0/+21
2018-02-24MAM: look at total count for completness. parse fin correctlyChristian Schneppe4-15/+24
2018-02-24fixed pref_use_white_background_summary to match the correct behaviourChristian Schneppe1-1/+1
2018-02-22catch small NPE in ConversationFragmentChristian Schneppe1-2/+2
2018-02-22request disco items before disco#info on first connectChristian Schneppe1-1/+7
2018-02-22warn when attempting to write stanza to an unbound streamChristian Schneppe2-21/+29
2018-02-22mark error notifications as sensitve and local onlyChristian Schneppe1-2/+3
2018-02-19don't use automatic updates for playstore versionChristian Schneppe1-0/+3
2018-02-19changed icons for markasread and reply in NotificationServiceChristian Schneppe11-3/+4
2018-02-19update translationsChristian Schneppe2-12/+31
2018-02-19check if axolotl service is initialized before displaying keysChristian Schneppe1-2/+3
2018-02-19fixed handling of self address messages w/o remoteMsgIdChristian Schneppe1-1/+1
2018-02-19do not allow insecure bindChristian Schneppe1-7/+5
2018-02-19Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA cons...Christian Schneppe5-7/+10
2018-02-19only allow a number of white listed headers according to http upload v0.5Christian Schneppe1-7/+14
2018-02-19don't delete account if it's not yet created - fixes crashChristian Schneppe1-1/+0
2018-02-17don't show notification if there is no updateChristian 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 Schneppe4-76/+95
2018-02-17fix typo in playstore detectionChristian Schneppe1-1/+1
2018-02-15Pass invite XMPP URI along instead of JIDChristian Schneppe6-20/+20
2018-02-15XmppUri: Add toString() methodChristian Schneppe1-0/+9
2018-02-15null check on invite objectChristian Schneppe1-1/+1
2018-02-15allow roster action with nameChristian Schneppe2-6/+15
2018-02-15always copy firefoxe’s shared filesChristian Schneppe2-2/+16
2018-02-15integrate intent integrator to finish activity when neededChristian Schneppe6-13/+634