index
:
PiratX
feature/fixed_domain_flavor
master
thedevstack
The new way for communications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
de
/
pixart
/
messenger
/
services
/
NotificationService.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
make short vibrate in open chat configurable and respect phone silent mode
Christian Schneppe
1
-1
/
+4
2019-06-17
MessageStyle notifications replace car extender
Christian Schneppe
1
-21
/
+13
2019-05-03
introduced type private_file_message to handle attachments in PMs
Christian Schneppe
1
-1
/
+1
2019-03-31
catch exceptions in NotificationService
Christian Schneppe
1
-1
/
+7
2019-02-18
after switching from forced foreground to foreground notification needs update
Christian Schneppe
1
-1
/
+1
2019-02-08
optimize imports
Christian Schneppe
1
-2
/
+0
2019-01-26
always show number of connected accounts in foreground notification
Christian Schneppe
1
-43
/
+38
2019-01-26
rework backup & restore
Christian Schneppe
1
-1
/
+0
2019-01-25
synchronize around notification update from corrected messages
Christian Schneppe
1
-1
/
+7
2019-01-25
offer 'open with' in context menu for geo uris
Christian Schneppe
1
-1
/
+1
2019-01-25
fix display of deleted files
Christian Schneppe
1
-1
/
+1
2019-01-25
mark deleted files in database and not query them when querying for media
Christian Schneppe
1
-0
/
+1
2019-01-24
added avatar to 'me' in notifications
Christian Schneppe
1
-2
/
+6
2019-01-24
put images into MessageStyle notifications
Christian Schneppe
1
-6
/
+19
2019-01-24
use bitmap instead of URI for avatars in notification
Christian Schneppe
1
-27
/
+8
2019-01-03
use person in message style notification
Christian Schneppe
1
-2
/
+44
2018-12-15
display last not first message in notification
Christian Schneppe
1
-1
/
+2
2018-12-04
try to fix persistent export notifications
Christian Schneppe
1
-17
/
+0
2018-11-30
change audio attributes for notification channel
Christian Schneppe
1
-1
/
+1
2018-11-23
refactor quite hours to make them time zone indepentent
Christian Schneppe
1
-3
/
+3
2018-11-23
do not update foreground notification on error if it wasn’t enabled
Christian Schneppe
1
-12
/
+11
2018-11-23
avatar code changes
Christian Schneppe
1
-1
/
+1
2018-11-23
refresh contacts when opening StartConversationsActivity
Christian Schneppe
1
-1
/
+2
2018-11-15
do not show up navigation when opening edit account from notification
Christian Schneppe
1
-1
/
+2
2018-11-15
refactored some ManageAccount, WelcomeActivity and a few other things
Christian Schneppe
1
-4
/
+10
2018-11-08
NotificationService: open chatlist if there were multiple notifications
Christian Schneppe
1
-1
/
+1
2018-11-08
refined nick matching patter. word boundry (\b) doesn’t match on words endi...
Christian Schneppe
1
-1
/
+1
2018-10-24
play short vibrate while your are inside the chat
Christian Schneppe
1
-0
/
+1
2018-10-20
Lower foreground service notification priority
Christian Schneppe
1
-1
/
+1
2018-10-02
create notification channel for quite hours
Christian Schneppe
1
-23
/
+36
2018-10-01
make NotificationManager final
Christian Schneppe
1
-1
/
+1
2018-09-27
fixed notification sounds for Android 6
Christian Schneppe
1
-1
/
+3
2018-09-27
behave nicely (no foreground service by default) if app is built with targetS...
Christian Schneppe
1
-6
/
+6
2018-09-13
avoid duplicate notifcation sounds
Christian Schneppe
1
-15
/
+42
2018-09-13
properly clear file adding notification if forground service channel is disabled
Christian Schneppe
1
-0
/
+7
2018-09-13
correct channel for video compression, updater, backup and LED color
Christian Schneppe
1
-5
/
+5
2018-09-13
removed global notifications switch
Christian Schneppe
1
-5
/
+0
2018-09-13
make channel for video compression, updater, backup
Christian Schneppe
1
-0
/
+24
2018-09-13
initial work toward api 26+
Christian Schneppe
1
-101
/
+203
2018-07-29
null pointer check in notification service
Christian Schneppe
1
-1
/
+1
2018-06-17
introduced config setting to hide error notification
Christian Schneppe
1
-0
/
+4
2018-06-01
add more logging to setIsInForeground
Christian Schneppe
1
-1
/
+0
2018-05-21
Make nickname matching case-sensitive
Christian Schneppe
1
-1
/
+1
2018-05-16
fix exceptions
Christian Schneppe
1
-2
/
+2
2018-05-14
apply styling helper to conversation overview
Christian Schneppe
1
-2
/
+2
2018-04-30
very much unoptimized search functionality
Christian Schneppe
1
-15
/
+22
2018-04-29
do not match mentions on word boundries but only when preceeded by white space
Christian Schneppe
1
-7
/
+1
2018-04-29
removed 'received' prefix from description
Christian Schneppe
1
-3
/
+1
2018-04-29
wrap all calls to notification manager in exception handler to catch dead obj...
Christian Schneppe
1
-12
/
+44
2018-04-07
return contact and account.getServer() as String
Christian Schneppe
1
-2
/
+2
[next]