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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2018-09-27
fixed text sharing in direct sharing
Christian Schneppe
4
-5
/
+4
2018-09-27
behave nicely (no foreground service by default) if app is built with ↵
Christian Schneppe
4
-12
/
+44
targetSdk <26
2018-09-26
do not show media overview in contact/conference details when missing ↵
Christian Schneppe
7
-17
/
+30
storage permission
2018-09-26
use javax api instead of BC for file decryption
Christian Schneppe
1
-66
/
+54
2018-09-26
do not use BC provider on android 22+
Christian Schneppe
2
-2
/
+7
2018-09-26
check omemo keys when attachments are commit instead of before
Christian Schneppe
1
-12
/
+7
2018-09-26
commit next message (draft) when input box gets emptied. causes tablet view ↵
Christian Schneppe
1
-12
/
+19
to update
2018-09-26
show inactive keys if all of them are
Christian Schneppe
1
-2
/
+11
2018-09-26
clear parent activities pending view intent before calling ↵
Christian Schneppe
3
-4
/
+33
startAcitvityForResult()
2018-09-26
fixed regression that would not dismiss video encoding notification
Christian Schneppe
1
-2
/
+2
2018-09-26
use internal viewer for images and videos
Christian Schneppe
2
-35
/
+34
2018-09-26
introduce media browser activity
Christian Schneppe
5
-2
/
+85
2018-09-26
show conversation media in contact/conference details
Christian Schneppe
18
-116
/
+537
2018-09-24
catch NPE
Christian Schneppe
1
-1
/
+3
2018-09-23
use different menu items for record video and take photo
Christian Schneppe
3
-55
/
+56
2018-09-23
fix media preview in tablet mode
Christian Schneppe
2
-0
/
+7
2018-09-23
show media preview in messagebubble like text messages
Christian Schneppe
7
-14
/
+27
2018-09-23
made foreground service logging more meaninful
Christian Schneppe
1
-5
/
+6
2018-09-23
add icon for unknown file while keeping 'file' icon for documents
Christian Schneppe
1
-2
/
+14
2018-09-23
make media previews survive rotations
Christian Schneppe
3
-46
/
+89
2018-09-23
preview media before sending them and allow sharing and attaching of ↵
Christian Schneppe
17
-543
/
+551
multiple files
2018-09-14
do some performance optimizations on jid host suggestions
Christian Schneppe
1
-162
/
+22
2018-09-14
show background in chatoverview a bit darker
Christian Schneppe
1
-1
/
+1
2018-09-14
show contact/group details as icons in tablet view
Christian Schneppe
1
-0
/
+18
2018-09-14
change text highlight color
Christian Schneppe
1
-1
/
+1
2018-09-14
highlight selected conversation in tablet view
Christian Schneppe
1
-1
/
+1
2018-09-14
optimize some multi account handling in SettingsActivity
Christian Schneppe
2
-17
/
+64
2018-09-13
avoid duplicate notifcation sounds
Christian Schneppe
1
-15
/
+42
2018-09-13
sync roster after setting pgp id
Christian Schneppe
2
-2
/
+7
2018-09-13
do not parse caps and pgp keys from muc presences
Christian Schneppe
1
-1
/
+5
2018-09-13
speed up DNS
Christian Schneppe
4
-111
/
+148
run queries in parallel decrease timeout do not fall back to google
2018-09-13
hasInternetConnection() will always return true if type=ethernet
Christian Schneppe
1
-1
/
+1
2018-09-13
listen for Android 6 DND events
Christian Schneppe
1
-12
/
+36
2018-09-13
properly clear file adding notification if forground service channel is disabled
Christian Schneppe
2
-0
/
+8
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
load contacts and start observer after giving permissions
Christian Schneppe
2
-26
/
+18
2018-09-13
bug fixes in UpdaterActivity
Christian Schneppe
1
-2
/
+2
2018-09-13
more bug fixes in ExportLogsService
Christian Schneppe
1
-6
/
+12
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
12
-171
/
+332
* introduce notification channels * always use foreground service on 26+
2018-09-12
fixed user hint in magic create mode
Christian Schneppe
1
-0
/
+1
2018-09-12
code cleanup for group chat user context menu
Christian Schneppe
4
-76
/
+83
2018-09-12
start new conversations by long press on avatar
Christian Schneppe
6
-131
/
+219
2018-09-12
add more logging and fix an error in ExportDatabase
Christian Schneppe
1
-12
/
+13
2018-09-11
AudioPlayer: disable screen when holding phone to ear
Christian Schneppe
4
-4
/
+72
2018-09-11
catch illegalargument exception when discovering extension from url
Christian Schneppe
1
-1
/
+6
2018-09-11
removed synchronized in favor of another interrupted check in startXmpp()
Christian Schneppe
1
-1
/
+4
2018-09-11
catch illegal state not illegal argument on popBackStack()
Christian Schneppe
1
-1
/
+1
2018-09-11
do not show 'delete contact' for phone contacts. do not treat as stranger
Christian Schneppe
2
-0
/
+3
[next]