aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't use automatic updates for playstore versionChristian Schneppe2018-02-191-0/+3
* check if axolotl service is initialized before displaying keysChristian Schneppe2018-02-191-2/+3
* don't delete account if it's not yet created - fixes crashChristian Schneppe2018-02-191-1/+0
* Don't add account if user cancelsChristian Schneppe2018-02-171-9/+8
* show hint to allow installs from unknown sources just before update starts an...Christian Schneppe2018-02-173-73/+88
* Pass invite XMPP URI along instead of JIDChristian Schneppe2018-02-156-20/+20
* null check on invite objectChristian Schneppe2018-02-151-1/+1
* allow roster action with nameChristian Schneppe2018-02-151-0/+3
* integrate intent integrator to finish activity when neededChristian Schneppe2018-02-154-13/+8
* do not cross reference bookmarks and conversationsChristian Schneppe2018-02-102-6/+5
* don't cancel animation when switching accounts w/o initChristian Schneppe2018-02-101-1/+3
* return to welcome activity after deleting last accountChristian Schneppe2018-02-103-19/+20
* skip animations for startup activitiesChristian Schneppe2018-02-102-5/+14
* add null checks to huawei settings codeChristian Schneppe2018-02-101-13/+9
* do not put setup activites on stack twiceChristian Schneppe2018-02-102-3/+11
* add servers from https://conversations.im/compliance/ to autocomplete jidsChristian Schneppe2018-02-092-4/+139
* show the correct icon for shared xmpp addressesChristian Schneppe2018-02-041-0/+1
* we don't need location permissions for showing locationsChristian Schneppe2018-02-041-12/+1
* highlight searchword in messagesChristian Schneppe2018-02-042-1/+16
* implemented message searchChristian Schneppe2018-02-042-2/+171
* finish() SettingsActivity in onPauseChristian Schneppe2018-02-031-8/+11
* don't crash if huaweiPreferenceScreen.getIntent() = nullChristian Schneppe2018-02-021-5/+8
* reorder context menu entries for ConferenceDetailsActivity and make membershi...Christian Schneppe2018-02-021-7/+7
* show progress dialog while downloading updateChristian Schneppe2018-02-021-107/+207
* optimized /me behaviorChristian Schneppe2018-01-302-2/+2
* do not explicitly request MAM archive for blocked contactsChristian Schneppe2018-01-291-1/+1
* direct link from settings to huaweis protected appsChristian Schneppe2018-01-291-0/+13
* check if app is installedFromPlayStore and use upcoming playstore site for up...Christian Schneppe2018-01-292-15/+25
* bypass check for unknown source settings for OEROChristian Schneppe2018-01-291-3/+10
* aaded some checks to fix some rare crashes of location servicesChristian Schneppe2018-01-281-5/+11
* show destroy button in light redChristian Schneppe2018-01-271-0/+2
* show snackbar if you are not participating a group chat to clearify this for ...Christian Schneppe2018-01-271-0/+3
* show account details when clicking avatar picture in self chatChristian Schneppe2018-01-271-37/+34
* just switch to conversations & do not creat when 'creating' self contactChristian Schneppe2018-01-271-1/+4
* encrypt muc PM only to actual recipientChristian Schneppe2018-01-271-2/+4
* fixed sharing multiple imagesChristian Schneppe2018-01-271-1/+1
* delegate uri permission to service when processing filesChristian Schneppe2018-01-274-2/+17
* make chat markers opportunistic in private mucsChristian Schneppe2018-01-271-1/+1
* allow sending pm via context menu from ConferenceDetailsActivityChristian Schneppe2018-01-271-7/+16
* Show toast after destroying group chatChristian Schneppe2018-01-271-1/+1
* add possibility to destroy group chatChristian Schneppe2018-01-263-8/+47
* check if app installs from unknown sources are allowed, if not open settings ...Christian Schneppe2018-01-212-0/+53
* reworked audioPlayer screenOn/Off a bitChristian Schneppe2018-01-211-1/+10
* show hint on top of chatview while sending private messagesChristian Schneppe2018-01-211-0/+20
* try to detect if Messenger is installed from fdroid and don't use updater if ...Christian Schneppe2018-01-211-2/+19
* fix NPE in shareWith intent and use FileProvider for sharingChristian Schneppe2018-01-211-4/+12
* show warning toast if PM is disabled in MUCChristian Schneppe2018-01-212-25/+22
* replace AdvancedListView with ListView because it was never usedChristian Schneppe2018-01-191-76/+2
* don't overlap readmarker with "show more messages"Christian Schneppe2018-01-191-6/+3
* ShareWithActivity: refactor for java 8Christian Schneppe2018-01-171-58/+29