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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
refined nick matching patter. word boundry (\b) doesn’t match on words endi...
Christian Schneppe
1
-1
/
+1
2018-10-24
add missing slash to make database import working again
Christian Schneppe
1
-2
/
+2
2018-10-24
write null bitmap to imageview to replace asyncdrawable
Christian Schneppe
2
-4
/
+4
2018-10-24
code cleanup, null check not necessary when using instance of
Christian Schneppe
1
-9
/
+10
2018-10-24
ask for permission when committing attachments
Christian Schneppe
1
-10
/
+22
2018-10-24
do not provide up navigation in publish account when in setup mode
Christian Schneppe
2
-6
/
+10
2018-10-24
play short vibrate while your are inside the chat
Christian Schneppe
1
-0
/
+1
2018-10-24
try to catch a NPE on iterator.remove
Christian Schneppe
1
-3
/
+7
2018-10-24
reformat XmppConnection.java
Christian Schneppe
1
-37
/
+30
2018-10-24
don't use internal updater if store != null
Christian Schneppe
4
-51
/
+40
2018-10-24
don't use compression for HttpDownloads
Christian Schneppe
1
-0
/
+2
2018-10-22
bring back animated gif view in MediaViewer
Christian Schneppe
1
-2
/
+12
2018-10-20
fix bug in Updater
Christian Schneppe
1
-8
/
+4
2018-10-20
fix some build errors
Christian Schneppe
1
-1
/
+3
2018-10-20
refactor magic creates password gen to CryptoHelper
Christian Schneppe
2
-19
/
+15
2018-10-20
Do not insert text shared over XMPP uri when already drafting message
Christian Schneppe
4
-15
/
+35
2018-10-20
removed unused paramater 'newTask' from switchToConversation api
Christian Schneppe
3
-30
/
+12
2018-10-20
revert back to 16 byte IVs for omemo since ChatSecure doesn't support 12 byte
Christian Schneppe
1
-1
/
+1
2018-10-20
only store non hardcoded resolver result in db
Christian Schneppe
1
-1
/
+1
2018-10-20
fixed NPE after attempt to store user@ip style jid resolver result
Christian Schneppe
1
-2
/
+3
2018-10-20
fixed cache cleaning cleaning all confercenes instead of where contact is
Christian Schneppe
1
-2
/
+1
2018-10-20
do not show 'open website' button after info has changed
Christian Schneppe
1
-3
/
+4
2018-10-20
use bouncycastle provider up to api 27
Christian Schneppe
3
-6
/
+6
2018-10-20
offer either 'cancel download' or 'delete file' but not both
Christian Schneppe
1
-3
/
+4
2018-10-20
Lower foreground service notification priority
Christian Schneppe
1
-1
/
+1
2018-10-20
make 'cancelled' work for jingle ft
Christian Schneppe
4
-18
/
+24
2018-10-20
show snackbar for remote server timeout in mucs
Christian Schneppe
3
-0
/
+10
2018-10-20
show cancelled instead of delivery failed if user requested to abort transfer
Christian Schneppe
3
-7
/
+11
2018-10-20
Do not attempt to draw overlay on null bitmap
Christian Schneppe
2
-2
/
+3
2018-10-20
PRNG fixes were a nop ever since we switched to 4.4+
Christian Schneppe
1
-62
/
+62
2018-10-20
catch exception if Conscrypt could not be initialized and use tls 1.2
Christian Schneppe
2
-2
/
+10
2018-10-20
make jids appear as monospace in dialogs
Christian Schneppe
4
-28
/
+38
2018-10-20
add confirmation dialog for deleting files
Christian Schneppe
1
-7
/
+14
2018-10-20
code cleanup / reformat in ShareViaAccount
Christian Schneppe
2
-22
/
+15
2018-10-20
go back to 16 byte IVs for OMEMO
Christian Schneppe
2
-13
/
+13
2018-10-20
fix crash in ConferenceDetailsActivity
Christian Schneppe
1
-0
/
+4
2018-10-20
change apk icon
Christian Schneppe
1
-5
/
+10
2018-10-04
fixed regression introduce in earlier commit. don’t use conscrypt on older ...
Christian Schneppe
1
-4
/
+4
2018-10-04
added a few TODOs in regards to the handling of inactive devices
Christian Schneppe
3
-3
/
+5
2018-10-04
Do weOwnFile security check only when attaching
Christian Schneppe
2
-12
/
+15
2018-10-04
use fab.hide() and fab.show() - this will animate the process
Christian Schneppe
1
-2
/
+2
2018-10-04
use short read timeout when waiting for first stream open. disable read timeo...
Christian Schneppe
1
-1
/
+2
2018-10-04
make navigation working with google maps
Christian Schneppe
1
-17
/
+17
2018-10-04
run through sendMessage() procedure instead of taking shortcut after returnin...
Christian Schneppe
1
-9
/
+6
2018-10-04
prevent race condition when fetching device ids
Christian Schneppe
2
-43
/
+47
2018-10-04
refactored file encryption to give access to inner stream
Christian Schneppe
5
-80
/
+54
2018-10-04
use 12 byte IV for omemo and http upload
Christian Schneppe
2
-3
/
+2
2018-10-04
refresh ui after device list update only if list has changed
Christian Schneppe
3
-6
/
+13
2018-10-04
use Consistent Color Generation (XEP-0392 v0.6)
Christian Schneppe
1
-1
/
+1
2018-10-03
reworked shortcut for QR-Code scanning in profile
Christian Schneppe
2
-35
/
+2
[next]