aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-02-15don't show search icon if there is no roomChristian Schneppe1-1/+1
2018-02-11http upload: do not crash on invalid slot responsesChristian Schneppe1-4/+4
2018-02-10do not cross reference bookmarks and conversationsChristian Schneppe8-48/+37
2018-02-10always persist current nick (in bookmark and database)Christian Schneppe2-7/+17
2018-02-10don't cancel animation when switching accounts w/o initChristian Schneppe1-1/+3
2018-02-10skip empty srv recordsChristian Schneppe1-0/+3
2018-02-10return to welcome activity after deleting last accountChristian Schneppe4-60/+58
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-10update build tools and libsChristian Schneppe1-3/+3
2018-02-10SM saftey checksChristian Schneppe1-1/+11
2018-02-09add servers from https://conversations.im/compliance/ to autocomplete jidsChristian Schneppe3-5/+140
2018-02-07update translationsChristian Schneppe2-1/+26
2018-02-05update leafletChristian Schneppe4-4/+8
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 Schneppe14-41/+272