aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
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
fixes #110
2018-02-03finish() SettingsActivity in onPauseChristian Schneppe1-8/+11
and revert 82732be0dafeb8cea0c8a3dedecdaaf1906cde34
2018-02-02don't crash if huaweiPreferenceScreen.getIntent() = nullChristian Schneppe1-5/+8
2018-02-02reorder context menu entries for ConferenceDetailsActivity and make ↵Christian Schneppe1-7/+7
membership and ban options visible in standardmode and make adminprevileges visible in advanced mode
2018-02-02show progress dialog while downloading updateChristian Schneppe1-107/+207
2018-01-30optimized /me behaviorChristian Schneppe2-2/+2
fixes #133
2018-01-29do not explicitly request MAM archive for blocked contactsChristian Schneppe1-1/+1
2018-01-29direct link from settings to huaweis protected appsChristian Schneppe1-0/+13
2018-01-29check if app is installedFromPlayStore and use upcoming playstore site for ↵Christian Schneppe2-15/+25
updates
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
new users
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 Schneppe1-2/+4
2018-01-27fixed sharing multiple imagesChristian Schneppe1-1/+1
2018-01-27delegate uri permission to service when processing filesChristian Schneppe4-2/+17
2018-01-27make chat markers opportunistic in private mucsChristian Schneppe1-1/+1
2018-01-27allow sending pm via context menu from ConferenceDetailsActivityChristian Schneppe1-7/+16
2018-01-27Show toast after destroying group chatChristian Schneppe1-1/+1
2018-01-26add possibility to destroy group chatChristian Schneppe3-8/+47
2018-01-21check if app installs from unknown sources are allowed, if not open settings ↵Christian Schneppe2-0/+53
to allow this manually
2018-01-21reworked audioPlayer screenOn/Off a bitChristian Schneppe1-1/+10
2018-01-21show hint on top of chatview while sending private messagesChristian Schneppe1-0/+20
2018-01-21try to detect if Messenger is installed from fdroid and don't use updater if ↵Christian Schneppe1-2/+19
this is true
2018-01-21fix NPE in shareWith intent and use FileProvider for sharingChristian Schneppe1-4/+12
2018-01-21show warning toast if PM is disabled in MUCChristian Schneppe2-25/+22
2018-01-19replace AdvancedListView with ListView because it was never usedChristian Schneppe1-76/+2
2018-01-19don't overlap readmarker with "show more messages"Christian Schneppe1-6/+3
2018-01-17ShareWithActivity: refactor for java 8Christian Schneppe1-58/+29
2018-01-17do not use theme in uri activityChristian Schneppe1-0/+1
2018-01-17let screen on while playing audio messageChristian Schneppe1-2/+2
2018-01-08small improvement in ShareLocationActivityChristian Schneppe1-2/+3
2018-01-07reworked location services from GoogleMap to OSMChristian Schneppe3-301/+287
2017-12-27close ShareWithActivity while transforming video fileChristian Schneppe1-0/+1