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
/
persistance
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
only take 1:1 conversations into account when determining catchup timestamp
Christian Schneppe
2017-03-09
1
-1
/
+1
|
*
fix sending video file as is, if it is in our directory
Christian Schneppe
2017-02-28
1
-2
/
+2
|
*
don't compress videos if they are in our files directory
Christian Schneppe
2017-02-12
1
-0
/
+12
|
*
do not sync thumbnail creation on cache
Christian Schneppe
2017-02-09
1
-1
/
+4
|
*
add index to message.conversationUuid
Christian Schneppe
2017-02-08
1
-1
/
+6
|
*
Stop Conversations force closing over sqlite errors due to long messages
Christian Schneppe
2017-02-08
1
-2
/
+4
|
*
check if media folders are existing, if not, create them
Christian Schneppe
2017-02-06
1
-4
/
+11
|
|
|
|
fixes #101
*
make updater work in Android N
Christian Schneppe
2017-02-05
1
-3
/
+11
|
|
|
|
fixes #98
*
fix detection of filesize
Christian Schneppe
2017-02-02
1
-2
/
+8
|
*
configurable local message retention period.
Christian Schneppe
2017-01-29
1
-0
/
+7
|
*
add database migrations
Christian Schneppe
2017-01-29
1
-1
/
+7
|
*
reworked FileBackend
Christian Schneppe
2017-01-25
1
-27
/
+15
|
*
fixed avatar republish missing the mime type
Christian Schneppe
2017-01-14
1
-3
/
+7
|
*
unify getFileUri across share and open intents
Christian Schneppe
2017-01-09
1
-7
/
+15
|
*
add overlay to indicate that image is gif
Christian Schneppe
2017-01-05
1
-6
/
+25
|
*
Do not compress GIFs, allow GBoard to send GIFs
Christian Schneppe
2017-01-05
1
-1
/
+2
|
*
fixed migrations from pre-btbv phase
Christian Schneppe
2016-11-27
1
-3
/
+7
|
|
|
|
add some logging to FullScreenView
*
when swiping don't clean startup counter entirely. just don't count last startup
Christian Schneppe
2016-11-24
1
-3
/
+8
|
*
remove omemo devices from annoucement after 7 days of inactivity
Christian Schneppe
2016-11-20
1
-0
/
+14
|
*
save last activation time in fingerprint status
Christian Schneppe
2016-11-20
1
-1
/
+9
|
*
reformat code
Christian Schneppe
2016-11-19
3
-2170
/
+2170
|
*
parse omemo fingerprints from uris
Christian Schneppe
2016-11-18
1
-7
/
+24
|
*
reset startup count when swiped away (only count kills)
Christian Schneppe
2016-11-18
1
-0
/
+2
|
*
distinguish between general i/o error and write exception when copying files
Christian Schneppe
2016-11-17
1
-95
/
+108
|
*
refactore trust enum to be FingerprintStatus class with trust and active
Christian Schneppe
2016-11-17
1
-81
/
+119
|
*
brought restart threshold down to 8 times in 8h
Christian Schneppe
2016-11-11
1
-6
/
+15
|
*
add frequent restart detection
Christian Schneppe
2016-11-08
1
-2
/
+25
|
*
Revert "use file provider on android M as well"
Christian Schneppe
2016-11-07
1
-1
/
+1
|
|
|
|
This reverts commit fae5a658b9ea3c637c2158e60a1cd369ef4f912a.
*
add error message to failed messages. accessible via context menu
Christian Schneppe
2016-10-26
1
-1
/
+6
|
*
use file provider on android M as well
Christian Schneppe
2016-10-26
1
-1
/
+1
|
*
write prepped string to db. use display version everywhere else
Christian Schneppe
2016-10-26
1
-8
/
+8
|
*
fixed omemo shown as unavailable in 1:1 chats
Christian Schneppe
2016-10-05
1
-1
/
+3
|
*
resolve take photo uri for internal use
Christian Schneppe
2016-10-05
1
-2
/
+2
|
*
properly index take photo uris from file provider
Christian Schneppe
2016-10-05
1
-8
/
+15
|
*
explicit logging when copying files to storage
Christian Schneppe
2016-10-05
1
-3
/
+4
|
*
expert 'setting' to remove omemo identity
Christian Schneppe
2016-09-28
1
-4
/
+0
|
*
Don't use file provider for photo uris on android < N. fixes #2030
Daniel Gultsch
2016-09-23
1
-2
/
+6
|
*
use history clear date as minimum date for mam
Christian Schneppe
2016-09-17
1
-6
/
+23
|
*
correct variables
Christian Schneppe
2016-09-14
1
-2
/
+2
|
*
don't use display version of jids
Daniel Gultsch
2016-09-14
1
-83
/
+91
|
*
optimized imports
Christian Schneppe
2016-09-09
1
-2
/
+0
|
*
be a bit more careful when deleting and deactivating accounts
Daniel Gultsch
2016-09-08
1
-5
/
+6
|
*
fixed typo
Daniel Gultsch
2016-09-03
1
-2
/
+2
|
*
use file provider for taking pictures
Daniel Gultsch
2016-09-02
1
-3
/
+4
|
*
change filename pattern
Christian Schneppe
2016-08-30
1
-1
/
+2
|
*
compress videos bigger than 10 MB before sending
Christian Schneppe
2016-08-28
1
-11
/
+10
|
*
rotate images based on EXIF data in preview
Christian Schneppe
2016-08-13
1
-0
/
+47
|
|
|
|
fiexes #91
*
catch NPE in getVideoPreview() because getFrame sometimes returns null
Daniel Gultsch
2016-08-11
1
-1
/
+1
|
*
don't name images "IMG_..."
Christian Schneppe
2016-08-06
1
-1
/
+1
|
*
catch exception when trying to get video preview of pgp encrypted file
Daniel Gultsch
2016-08-02
1
-1
/
+5
|
[next]