aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/XmppActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-13implements FS#276: Remove 'Invite to Pix-Art Messenger'steckbrief1-66/+0
2019-07-07implements FS#303: Remove 'report an issue'steckbrief1-11/+0
2019-07-07implements FS#272: Remove 'App-Updater'steckbrief1-10/+0
2019-06-08fix some more NPEChristian Schneppe1-0/+3
2019-05-18always change music volumeChristian Schneppe1-1/+1
2019-04-12use styled warning for message errorChristian Schneppe1-6/+0
2019-04-12fix invite linksChristian Schneppe1-2/+2
2019-03-31add activity to define some important privacy settings on first startChristian Schneppe1-0/+5
2019-03-06find activity even if wrapped in context wrapperChristian Schneppe1-3/+7
2019-03-06try to catch some NPEChristian Schneppe1-2/+2
2019-02-18fix some more NPEsChristian Schneppe1-0/+3
2019-02-08reset inviteuri after successful generationChristian Schneppe1-10/+35
2019-02-08implement adhoc invite links if server supports thisChristian Schneppe1-0/+12
2019-01-27refactored avatar workers into single classChristian Schneppe1-4/+6
2019-01-27make bitmap worker task staticChristian Schneppe1-5/+15
2019-01-26don't generate invite links if there were no activated accountsChristian Schneppe1-0/+4
2019-01-25modify emoji integrationChristian Schneppe1-0/+4
2019-01-24ignore startService failureChristian Schneppe1-1/+5
2019-01-04add preference to play gif files automatically in chat viewChristian Schneppe1-1/+13
2018-12-27code cleanup and rework show toast on update checkChristian Schneppe1-3/+9
2018-11-30change audio attributes for notification channelChristian Schneppe1-0/+2
2018-11-30let the user forbid android from taking screenshotsChristian Schneppe1-0/+1
2018-11-23added interface to edit nickChristian Schneppe1-0/+1
2018-11-23fix manual update checkChristian Schneppe1-2/+6
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-2/+2
2018-10-24write null bitmap to imageview to replace asyncdrawableChristian Schneppe1-3/+3
2018-10-24don't use internal updater if store != nullChristian Schneppe1-1/+6
2018-10-20Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe1-5/+12
2018-10-20removed unused paramater 'newTask' from switchToConversation apiChristian Schneppe1-26/+8
2018-09-27fixed text sharing in direct sharingChristian Schneppe1-2/+2
2018-09-13initial work toward api 26+Christian Schneppe1-1/+5
2018-08-28catch NPE on inviteUserChristian Schneppe1-1/+5
2018-07-09use sets instead of list for listenersChristian Schneppe1-11/+3
2018-07-09refined create conference dialogChristian Schneppe1-13/+2
2018-06-29open/close soft keyboard in quick editChristian Schneppe1-9/+12
2018-06-29use TextInputLayout in quickedit dialogChristian Schneppe1-18/+15
2018-06-16permit empty values for subject and roster nameChristian Schneppe1-4/+9
2018-06-04Revert "fade in images and avatars" because of strange flickeringChristian Schneppe1-6/+0
2018-06-03fade in images and avatarsChristian Schneppe1-0/+6
2018-05-17some tor modificationsChristian Schneppe1-1/+6
2018-05-16fix exceptionsChristian Schneppe1-3/+3
2018-05-05add animators for more activitiesChristian Schneppe1-4/+13
2018-05-03organize listeners in listsChristian Schneppe1-24/+13
2018-05-02added search result context menu + date separatorsChristian Schneppe1-6/+12
2018-05-02use styled colors for online/offline textChristian Schneppe1-8/+0
2018-04-30click on avatars in message search opens contact detailsChristian Schneppe1-2/+9
2018-04-29mock (non functional) search activityChristian Schneppe1-11/+0
2018-04-29some location reworkChristian Schneppe1-10/+1
2018-04-23fixed some dark theme issues in message viewChristian Schneppe1-1/+1
2018-04-23made font size selectableChristian Schneppe1-7/+2