aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (follow)
Commit message (Collapse)AuthorAgeFilesLines
* respond to message receipts request when processing carbon copyChristian Schneppe2018-01-271-2/+0
|
* make chat markers opportunistic in private mucsChristian Schneppe2018-01-277-22/+31
|
* fix NPE when writing Resolver.Result to diskChristian Schneppe2018-01-271-1/+1
|
* avoid some unnecessary notification updatesChristian Schneppe2018-01-271-11/+16
|
* allow sending pm via context menu from ConferenceDetailsActivityChristian Schneppe2018-01-271-7/+16
|
* Show toast after destroying group chatChristian Schneppe2018-01-272-6/+7
|
* add possibility to destroy group chatChristian Schneppe2018-01-265-14/+96
|
* permanently cache last resolver resultChristian Schneppe2018-01-215-47/+119
|
* check if app installs from unknown sources are allowed, if not open settings ↵Christian Schneppe2018-01-212-0/+53
| | | | to allow this manually
* remove wakelocks in XmlReaderChristian Schneppe2018-01-212-33/+3
|
* reworked audioPlayer screenOn/Off a bitChristian Schneppe2018-01-212-24/+18
|
* 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
|
* use countdownlatch to check if TagWriter has finishedChristian Schneppe2018-01-212-15/+14
|
* fixed interupt handlingChristian Schneppe2018-01-212-17/+33
|
* postpone notification actions (mark as read, reply) until after messages are ↵Christian Schneppe2018-01-213-24/+59
| | | | loaded
* treat key transport messages differently to not open empty conversationsChristian Schneppe2018-01-211-2/+25
|
* sent message receipts after mam catchupChristian Schneppe2018-01-214-21/+146
|
* disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe2018-01-217-5/+75
|
* properly handle key transport messages. use prekeyparsing only when that ↵Christian Schneppe2018-01-215-48/+54
| | | | attribute is set
* show warning toast if PM is disabled in MUCChristian Schneppe2018-01-213-25/+27
|
* rewrite isVideoMessage logic and add some more loggingChristian Schneppe2018-01-192-4/+7
|
* improved some hints in ConfigChristian Schneppe2018-01-191-2/+2
|
* 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
|
* fix wrong avatar shown when true jid doesn't match in mucChristian Schneppe2018-01-172-2/+8
|
* 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-172-4/+26
|
* setting room subject also sets room nameChristian Schneppe2018-01-171-1/+2
|
* small improvement in ShareLocationActivityChristian Schneppe2018-01-081-2/+3
|
* reworked location services from GoogleMap to OSMChristian Schneppe2018-01-075-301/+341
|
* 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-273-5/+8
|
* clear muc avatar after going onlineChristian Schneppe2017-12-272-2/+6
|
* fixed omemo device list not getting annouced on empty listChristian Schneppe2017-12-271-1/+1
|
* save muc subject to disk and use crypto targets for offline name generationChristian Schneppe2017-12-274-14/+39
|
* 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-234-64/+82
| | | | 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-234-14/+7
|
* Conference Details: hide settings in offline mucsChristian Schneppe2017-12-231-2/+12
|
* ChatMarkers: parse own account from true counterpartChristian Schneppe2017-12-162-7/+5
|
* fixed treatAsDownload() for empty messagesChristian Schneppe2017-12-161-1/+5
|