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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-13
don't show reconnect button, when offline or no account availbale
Christian Schneppe
1
-0
/
+3
2017-04-13
use async message loading only when called from UI
Christian Schneppe
8
-21
/
+26
2017-04-13
properly unregister bookmark from conversations when deleting bookmark
Christian Schneppe
3
-1
/
+4
2017-04-13
fixed message merge logic. merge only messages with lower status
Christian Schneppe
1
-3
/
+2
2017-04-13
show first instead of last message in notification preview
Christian Schneppe
1
-5
/
+7
2017-04-13
include RSM max in mam query in case server doesn't specify own max
Christian Schneppe
1
-2
/
+4
2017-04-13
Optimized imports from entire project
Christian Schneppe
5
-12
/
+3
2017-04-13
Removed unnecessary string builder
Christian Schneppe
1
-6
/
+2
2017-04-13
Made variable local
Christian Schneppe
1
-2
/
+2
2017-04-13
Code clean up
Christian Schneppe
4
-15
/
+15
2017-04-13
be more careful with corner cases when mentioning multiple people
Christian Schneppe
3
-5
/
+53
2017-04-13
exclude >= from being recognized as quote
Christian Schneppe
1
-1
/
+6
2017-04-13
do not linkify urls starting with a dot
Christian Schneppe
1
-1
/
+1
2017-04-13
use comma seperation for multiple mentions
Christian Schneppe
1
-4
/
+8
2017-04-13
avoid crash on urls with missing protocols
Christian Schneppe
1
-1
/
+1
2017-04-13
treat URL as file if URL is in oob or contains key
Christian Schneppe
10
-63
/
+18
2017-04-13
send urls pointing to pgp encrypted files directly in body+oob
Christian Schneppe
5
-35
/
+36
2017-04-13
use aesgcm:// uri scheme for omemo encrypted http upload
Christian Schneppe
2
-1
/
+14
2017-04-13
unread/failed count: show >99 as infinity symbol
Christian Schneppe
1
-2
/
+2
2017-04-13
make contacts status color configurable
Christian Schneppe
5
-2
/
+28
2017-04-05
changed one last seen state
Christian Schneppe
3
-1
/
+3
2017-04-05
add missing finale
Christian Schneppe
1
-1
/
+1
2017-04-05
add missing german strings
Christian Schneppe
1
-0
/
+10
2017-04-05
Show colored presence status for contacts in overview and contact list
Christian Schneppe
3
-0
/
+31
2017-04-05
do not parse bodies with http urls as downloadable in omemo encrypted messages
Christian Schneppe
1
-7
/
+5
2017-04-05
parse message that only contain oob tag
Christian Schneppe
4
-5
/
+10
2017-04-05
show file size for files smaller 1024 bytes
Christian Schneppe
1
-5
/
+5
2017-04-05
Fixed deprecated call
Christian Schneppe
1
-1
/
+6
2017-04-05
Run in background instead of writing instantaneously
Christian Schneppe
1
-1
/
+1
2017-04-05
Changes the deprecated getColor() method
Christian Schneppe
7
-20
/
+27
2017-04-05
Fixed package access
Christian Schneppe
1
-6
/
+6
2017-04-05
Save some memory and delete unused imports and variables
Christian Schneppe
1
-4
/
+3
2017-04-05
enable OpenPGP as well
Christian Schneppe
1
-1
/
+1
2017-04-05
fix small bug with updater on devices < SDK 21
Christian Schneppe
1
-2
/
+4
2017-04-05
temporarly enable OTR
Christian Schneppe
1
-1
/
+1
2017-03-28
Fix typo (#128)
licaon-kter
1
-1
/
+1
2017-03-26
update libraries and dependencies
Christian Schneppe
2
-4
/
+5
2017-03-26
decrease text sizes a bit
Christian Schneppe
2
-11
/
+11
2017-03-26
show received/read markers in chatlist
Christian Schneppe
2
-11
/
+57
2017-03-26
deduplicate notification sounds
Christian Schneppe
1
-1
/
+0
2017-03-26
omemo: put auth tag into key (verify auth tag as well)
Christian Schneppe
1
-1
/
+1
2017-03-26
made a few exceptions to quote parser for emoticons and quotes
Christian Schneppe
2
-5
/
+43
2017-03-26
changed logtag
Christian Schneppe
1
-1
/
+1
2017-03-26
make image compression configurable
Christian Schneppe
6
-10
/
+49
2017-03-24
open version can use tor networks (via settings)
Christian Schneppe
3
-0
/
+21
2017-03-24
fix bug while mam catchup implemented in 52a2efe0a87d6422060e78e0ca7df38c2aff...
Christian Schneppe
1
-1
/
+0
2017-03-24
make auto media rotation in fullscreen configurable
Christian Schneppe
3
-2
/
+17
2017-03-23
count messages in backlog to not renotify on prior notifications
Christian Schneppe
1
-7
/
+33
2017-03-23
do not pipeline first SM request because that might fail when resume fails
Christian Schneppe
1
-1
/
+1
2017-03-23
experimental: wait for SM catchup before triggering notifications
Christian Schneppe
2
-2
/
+27
[next]