aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* null check when cleaning avatars for mucChristian Schneppe2018-04-291-2/+5
|
* do not match mentions on word boundries but only when preceeded by white spaceChristian Schneppe2018-04-291-7/+1
|
* fixed caps hash generation for empty form valuesChristian Schneppe2018-04-291-12/+13
|
* catch run time exception when starting service from event receiverChristian Schneppe2018-04-291-1/+5
|
* removed 'received' prefix from descriptionChristian Schneppe2018-04-291-3/+1
|
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-292-15/+6
|
* wrap all calls to notification manager in exception handler to catch dead ↵Christian Schneppe2018-04-291-12/+44
| | | | object exception
* include node when requesting disco featuresChristian Schneppe2018-04-271-15/+19
|
* display avatar in groupsChristian Schneppe2018-04-272-55/+50
|
* fixed condition to accept lmc if user reference existsChristian Schneppe2018-04-241-7/+1
|
* load currently open conversation fasterChristian Schneppe2018-04-241-5/+19
|
* change icon sizeChristian Schneppe2018-04-231-23/+25
|
* support contact shortcutsChristian Schneppe2018-04-232-8/+69
| | | | | | | * support contact shortcuts * make ShortcutActivity extends AbstractSearchableListItemActivity * Draw the app icon in the corner of the icon and modify the name of the widget * updated label and icon size
* code cleanupChristian Schneppe2018-04-221-2/+2
|
* only mark visible messages as readChristian Schneppe2018-04-221-13/+20
|
* more theme workingChristian Schneppe2018-04-211-2/+1
|
* persist some muc configurationsChristian Schneppe2018-04-131-4/+4
|
* end view if conversation was archivedChristian Schneppe2018-04-131-0/+11
|
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-131-0/+2
|
* make receipt handling work with out of order receiptsChristian Schneppe2018-04-131-1/+14
|
* fixed cache key generation for messages w/o full jidChristian Schneppe2018-04-121-8/+26
|
* messages coming from known muc server are treated as muc when creating ↵Christian Schneppe2018-04-121-4/+1
| | | | conversation
* improved logging while deleting old cache filesChristian Schneppe2018-04-121-2/+3
|
* use utf-8 in barcodesChristian Schneppe2018-04-121-39/+53
|
* write roster only for active accountsChristian Schneppe2018-04-121-1/+1
|
* run roster sync in replacing task managerChristian Schneppe2018-04-121-1/+4
|
* sync roster to disk after roster pushChristian Schneppe2018-04-121-32/+29
|
* removed unecessary loggingChristian Schneppe2018-04-121-1/+0
|
* presist http upload availibilityChristian Schneppe2018-04-121-264/+177
|
* setReplaceAll=false on emojiCompat for android oChristian Schneppe2018-04-081-3/+8
|
* fix register account checkbox glitchChristian Schneppe2018-04-071-1/+0
|
* do not highlight users when not participatingChristian Schneppe2018-04-071-6/+3
|
* return contact and account.getServer() as StringChristian Schneppe2018-04-074-16/+15
|
* added splash screenChristian Schneppe2018-04-033-10/+10
|
* send transcoded video in onTranscodeCompletedChristian Schneppe2018-04-031-0/+1
|
* migrate to xmpp-addrChristian Schneppe2018-04-028-143/+142
|
* fixed duplicate file sendingChristian Schneppe2018-04-022-1/+1
|
* audio player now requests permission when hitting playChristian Schneppe2018-04-011-0/+22
|
* reorder and scroll down after resending a messageChristian Schneppe2018-04-011-0/+2
|
* fix change password activity for magic created accountsChristian Schneppe2018-04-011-11/+8
|
* finished 'Set Status Message' dialogChristian Schneppe2018-04-011-28/+15
|
* delegate mime type from intentChristian Schneppe2018-04-012-8/+8
|
* use text styles in more placesChristian Schneppe2018-04-011-1/+5
|
* removed 'preemptive grant' settingChristian Schneppe2018-04-011-2/+1
|
* get rid of customizable resourcesChristian Schneppe2018-04-011-11/+0
|
* made conference invite work againChristian Schneppe2018-04-011-0/+1
|
* don't send messages in callbackChristian Schneppe2018-04-012-3/+5
|
* redirect on empty conversation listChristian Schneppe2018-03-291-1/+14
|
* move new activity back to original nameChristian Schneppe2018-03-291-1/+1
|
* AppCompat Migration contributionChristian Schneppe2018-03-121-13/+18
|