aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* optimized /me behaviorChristian Schneppe2018-01-302-2/+2
| | | | fixes #133
* 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 ↵Christian Schneppe2018-01-292-15/+25
| | | | updates
* 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
| | | | new users
* 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
| | | | to allow this manually
* 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
| | | | this is true
* 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
|
* do not use theme in uri activityChristian Schneppe2018-01-171-0/+1
|
* let screen on while playing audio messageChristian Schneppe2018-01-171-2/+2
|
* small improvement in ShareLocationActivityChristian Schneppe2018-01-081-2/+3
|
* reworked location services from GoogleMap to OSMChristian Schneppe2018-01-073-301/+287
|
* close ShareWithActivity while transforming video fileChristian Schneppe2017-12-271-0/+1
|
* show pep as available if omemo_all_access has been installed on serverChristian Schneppe2017-12-271-1/+1
|
* store new intent in welcome account activityChristian Schneppe2017-12-271-0/+7
|
* transport invitee from welcome activity to start conversations activityChristian Schneppe2017-12-276-74/+98
|
* PublishProfilePictureActivity: fix avatar sizeChristian Schneppe2017-12-231-1/+1
|
* use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe2017-12-231-21/+7
| | | | create avatar in background thread
* PublishProfilePictureActivity: refresh on status changeChristian Schneppe2017-12-231-57/+55
|
* removed 'contact-only' hint from publish avtar screenChristian Schneppe2017-12-231-53/+36
|
* refactor StartConversationsActivityChristian Schneppe2017-12-231-57/+28
|
* remove NFC + light refactoring of XmppActivityChristian Schneppe2017-12-231-283/+194
|
* fix location viewChristian Schneppe2017-12-232-7/+1
|
* Conference Details: hide settings in offline mucsChristian Schneppe2017-12-231-2/+12
|
* ChatMarkers: parse own account from true counterpartChristian Schneppe2017-12-161-3/+0
|
* remove NFC handling + let edit account handle own jidsChristian Schneppe2017-12-163-45/+41
|
* fix init EmojiService in StartConversationActivityChristian Schneppe2017-12-161-1/+7
|
* StartConversationActivity: Scan QR codes via UriHandlerActivityChristian Schneppe2017-12-162-18/+30
|
* UriHandlerActivity: Handle 'message action' XMPP URIChristian Schneppe2017-12-161-6/+41
|
* XmppUri: Parse 'message action' queryChristian Schneppe2017-12-161-5/+1
|
* Add ShareViaAccountActivityChristian Schneppe2017-12-161-0/+104
|
* Implement simple URI handler activityChristian Schneppe2017-12-161-0/+38
|