aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/XmppActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implements FS#276: Remove 'Invite to Pix-Art Messenger'steckbrief2019-07-131-66/+0
|
* implements FS#303: Remove 'report an issue'steckbrief2019-07-071-11/+0
|
* implements FS#272: Remove 'App-Updater'steckbrief2019-07-071-10/+0
|
* fix some more NPEChristian Schneppe2019-06-081-0/+3
|
* always change music volumeChristian Schneppe2019-05-181-1/+1
|
* use styled warning for message errorChristian Schneppe2019-04-121-6/+0
|
* fix invite linksChristian Schneppe2019-04-121-2/+2
|
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-311-0/+5
|
* find activity even if wrapped in context wrapperChristian Schneppe2019-03-061-3/+7
|
* try to catch some NPEChristian Schneppe2019-03-061-2/+2
|
* fix some more NPEsChristian Schneppe2019-02-181-0/+3
|
* reset inviteuri after successful generationChristian Schneppe2019-02-081-10/+35
|
* use ad-hoc commands for invite links if server supports thisChristian Schneppe2019-02-081-0/+12
|\
| * implement adhoc invite links if server supports thisChristian Schneppe2019-02-081-0/+12
| |
* | refactored avatar workers into single classChristian Schneppe2019-01-271-4/+6
| |
* | make bitmap worker task staticChristian Schneppe2019-01-271-5/+15
| |
* | don't generate invite links if there were no activated accountsChristian Schneppe2019-01-261-0/+4
| |
* | modify emoji integrationChristian Schneppe2019-01-251-0/+4
| |
* | ignore startService failureChristian Schneppe2019-01-241-1/+5
|/ | | | some nokia devices with Android 9 fail to start the service from the activity sometimes. since this is probably a race it should be save to ignore this
* add preference to play gif files automatically in chat viewChristian Schneppe2019-01-041-1/+13
| | | | fixes #170 and #236
* code cleanup and rework show toast on update checkChristian Schneppe2018-12-271-3/+9
|
* change audio attributes for notification channelChristian Schneppe2018-11-301-0/+2
| | | | This may help on platforms that make a difference between ringtone volume and notification volume
* let the user forbid android from taking screenshotsChristian Schneppe2018-11-301-0/+1
|
* added interface to edit nickChristian Schneppe2018-11-231-0/+1
|
* fix manual update checkChristian Schneppe2018-11-231-2/+6
|
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-151-2/+2
|
* write null bitmap to imageview to replace asyncdrawableChristian Schneppe2018-10-241-3/+3
|
* don't use internal updater if store != nullChristian Schneppe2018-10-241-1/+6
|
* Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe2018-10-201-5/+12
| | | | | | | | | | | | | | | | | | | | | | | XMPP uris in the style of `xmpp:test@domain.tld?body=Something` can be used to directly share a message with a specific contact. Previously the text was always appended to the message currently in draft. The message was never send automatically. Essentially those links where treated like normal text share intents (for example when sharing a URL from the browser) but without the contact selection. There is a concern (CVE-2018-18467) that when this URI is invoked automatically and the user is currently drafting a long message to that particular contact the text could be inserted in the draft field (input box) without the user noticing. To circumvent that the text shared over XMPP uris that contain a particular contact is now appended only if the draft box is currently empty. Sharing text normally (**with** manual contact selection) is still treated the same; meaning the shared text will be appended to the current draft. This is intended behaviour to make the 'Hey I have this cool link here;' *open browser*, *share link* - secenario work.
* removed unused paramater 'newTask' from switchToConversation apiChristian Schneppe2018-10-201-26/+8
|
* fixed text sharing in direct sharingChristian Schneppe2018-09-271-2/+2
|
* initial work toward api 26+Christian Schneppe2018-09-131-1/+5
| | | | | * introduce notification channels * always use foreground service on 26+
* catch NPE on inviteUserChristian Schneppe2018-08-281-1/+5
|
* use sets instead of list for listenersChristian Schneppe2018-07-091-11/+3
|
* refined create conference dialogChristian Schneppe2018-07-091-13/+2
|
* open/close soft keyboard in quick editChristian Schneppe2018-06-291-9/+12
|
* use TextInputLayout in quickedit dialogChristian Schneppe2018-06-291-18/+15
|
* permit empty values for subject and roster nameChristian Schneppe2018-06-161-4/+9
|
* Revert "fade in images and avatars" because of strange flickeringChristian Schneppe2018-06-041-6/+0
| | | | This reverts commit 6bf3ef887a57d7427d4b4cccac3a1c1adcb14377.
* fade in images and avatarsChristian Schneppe2018-06-031-0/+6
|
* some tor modificationsChristian Schneppe2018-05-171-1/+6
| | | | possibly fixes #199
* fix exceptionsChristian Schneppe2018-05-161-3/+3
|
* add animators for more activitiesChristian Schneppe2018-05-051-4/+13
|
* organize listeners in listsChristian Schneppe2018-05-031-24/+13
|
* added search result context menu + date separatorsChristian Schneppe2018-05-021-6/+12
|
* use styled colors for online/offline textChristian Schneppe2018-05-021-8/+0
|
* click on avatars in message search opens contact detailsChristian Schneppe2018-04-301-2/+9
|
* mock (non functional) search activityChristian Schneppe2018-04-291-11/+0
|
* some location reworkChristian Schneppe2018-04-291-10/+1
|
* fixed some dark theme issues in message viewChristian Schneppe2018-04-231-1/+1
|