aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (unfollow)
Commit message (Expand)AuthorFilesLines
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 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
2018-02-01fixed crash on receiving filesChristian Schneppe1-2/+2
2018-01-31fixed crash on receiving filesChristian Schneppe2-3/+2
2018-01-30optimized /me behaviorChristian Schneppe4-4/+4
2018-01-30discover file extension in original filename from pgpChristian Schneppe5-44/+74
2018-01-30check if wakelock is held before releasingChristian Schneppe1-1/+3
2018-01-29do not explicitly request MAM archive for blocked contactsChristian Schneppe2-43/+44
2018-01-29support new http upload namespaceChristian Schneppe3-91/+100
2018-01-29direct link from settings to huaweis protected appsChristian Schneppe1-0/+13
2018-01-29add snooze button to notificationChristian Schneppe2-23/+97
2018-01-29check if app is installedFromPlayStore and use upcoming playstore site for up...Christian Schneppe3-15/+43
2018-01-29bypass check for unknown source settings for OEROChristian Schneppe1-3/+10
2018-01-28aaded some checks to fix some rare crashes of location servicesChristian Schneppe1-5/+11
2018-01-27show destroy button in light redChristian Schneppe1-0/+2
2018-01-27show snackbar if you are not participating a group chat to clearify this for ...Christian Schneppe1-0/+3
2018-01-27show account details when clicking avatar picture in self chatChristian Schneppe1-37/+34
2018-01-27just switch to conversations & do not creat when 'creating' self contactChristian Schneppe1-1/+4
2018-01-27encrypt muc PM only to actual recipientChristian Schneppe2-7/+27
2018-01-27improvements for self messagesChristian Schneppe5-10/+25
2018-01-27allow axolotl header to be empty in empty mucsChristian Schneppe1-4/+4
2018-01-27show self messages from other devices as receivedChristian Schneppe1-1/+17
2018-01-27fixed sharing multiple imagesChristian Schneppe1-1/+1
2018-01-27delegate uri permission to service when processing filesChristian Schneppe5-2/+23
2018-01-27respond to message receipts request when processing carbon copyChristian Schneppe1-2/+0
2018-01-27make chat markers opportunistic in private mucsChristian Schneppe7-22/+31
2018-01-27fix NPE when writing Resolver.Result to diskChristian Schneppe1-1/+1
2018-01-27avoid some unnecessary notification updatesChristian Schneppe1-11/+16
2018-01-27allow sending pm via context menu from ConferenceDetailsActivityChristian Schneppe1-7/+16
2018-01-27Show toast after destroying group chatChristian Schneppe2-6/+7
2018-01-26add possibility to destroy group chatChristian Schneppe5-14/+96
2018-01-21permanently cache last resolver resultChristian Schneppe5-47/+119
2018-01-21check if app installs from unknown sources are allowed, if not open settings ...Christian Schneppe2-0/+53
2018-01-21remove wakelocks in XmlReaderChristian Schneppe2-33/+3