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
/
eu
/
siacs
/
conversations
/
ui
/
ConversationActivity.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-09
don't show contact details when in conversations with self
Daniel Gultsch
1
-0
/
+1
2016-04-07
prevent null pointer when checking http upload max size
Daniel Gultsch
1
-6
/
+6
2016-04-02
don't ask for resource when server uses http upload v0.1
Daniel Gultsch
1
-2
/
+1
2016-04-01
check max http file size when attaching files
Daniel Gultsch
1
-5
/
+25
2016-03-13
added logging in case fragment wasn't attached
Daniel Gultsch
1
-0
/
+5
2016-03-06
don't show opt-out of battery optimization dialog when push is enabled
Daniel Gultsch
1
-1
/
+13
2016-03-01
let users confirm each member in a conference even if that contact is already...
Daniel Gultsch
1
-1
/
+3
2016-02-29
refactored omemo to take multiple recipients
Daniel Gultsch
1
-9
/
+12
2016-02-27
changed single_account config into more simple lock_settings
Daniel Gultsch
1
-1
/
+1
2016-02-24
made hard coded choice for encryptions more flexible and disable parsing
Daniel Gultsch
1
-4
/
+6
2016-02-15
removed unnecessary conditions when sending read marker
Daniel Gultsch
1
-5
/
+1
2016-02-14
only show load more messages button when mam is available
Daniel Gultsch
1
-0
/
+1
2016-02-04
prevent previoulsly cleared messages from reloading. fixes #1110
Daniel Gultsch
1
-0
/
+6
2016-02-02
fixed 'unencrypted' not showing up for conferences when encryption is forced
Daniel Gultsch
1
-1
/
+1
2016-01-22
use extract account from intent method and final EXTRA_ACCOUNT variable
Daniel Gultsch
1
-2
/
+2
2016-01-22
added config variable to allow non-tls connections
Daniel Gultsch
1
-1
/
+1
2016-01-16
make ConversationsActivity more resistent against being restarted
Daniel Gultsch
1
-3
/
+9
2016-01-16
fixed PGP having to be selected twice
Adithya Abraham Philip
1
-1
/
+4
2016-01-15
hide prepare image toasts when attaching multiple images
Daniel Gultsch
1
-11
/
+12
2016-01-14
fixed typo when reading battery_op setting
Daniel Gultsch
1
-1
/
+1
2016-01-13
check for file storage permission before selecting avatar
Daniel Gultsch
1
-15
/
+1
2016-01-11
ask to be excluded from battery optimization
Daniel Gultsch
1
-43
/
+80
2016-01-04
show trust keys activties if own keys are undecided
Daniel Gultsch
1
-4
/
+5
2015-12-19
only offer plain and omemo encryption when x509 verification is enabled
Daniel Gultsch
1
-2
/
+3
2015-12-14
splite PARANOIA_MODE into three different options
Daniel Gultsch
1
-1
/
+1
2015-12-07
request storage permission when needed on Android 6.0
Daniel Gultsch
1
-1
/
+55
2015-12-06
hide prepare file toast after preparing the file
Daniel Gultsch
1
-0
/
+1
2015-12-05
be more carefull with pending uris
Daniel Gultsch
1
-8
/
+16
2015-12-01
introduced build-time paranoia mode that disables unencrypted chats and force...
Daniel Gultsch
1
-0
/
+1
2015-12-01
fixed crashes when activity got destroyed when selecting pgp key
Daniel Gultsch
1
-5
/
+22
2015-11-25
pgp fixes and revert configuration changes
Daniel Gultsch
1
-5
/
+16
2015-11-09
Use OpenPGP-API 9.0
fiaxh
1
-1
/
+11
2015-10-28
Decrypt PGP messages in background
fiaxh
1
-2
/
+4
2015-10-20
open manage account + certificate chooser when cbe mode is enabled
Daniel Gultsch
1
-24
/
+19
2015-10-14
make unread status and notifications presistent across restarts
Daniel Gultsch
1
-2
/
+1
2015-09-17
catch IndexOutOfBoundsException when swiping away conversations
Daniel Gultsch
1
-1
/
+5
2015-09-13
added possibiltiy to set conferences as moderated (only visible in advanced m...
Daniel Gultsch
1
-1
/
+1
2015-09-09
added alt as possible modifier key. use mod+(0..9) to jump to a conversation
Daniel Gultsch
1
-26
/
+45
2015-09-07
added rotation detection to up/down navigation
Daniel Gultsch
1
-4
/
+23
2015-09-07
added some key binding
Daniel Gultsch
1
-4
/
+82
2015-09-04
show an send button instead of the enter key in softkeyboards when enterIsSen...
Daniel Gultsch
1
-0
/
+1
2015-08-24
added setting to allow for white backgrounds in incoming message bubbles
Daniel Gultsch
1
-2
/
+9
2015-08-06
hide multi-end and otr encryption in conferences
Daniel Gultsch
1
-2
/
+3
2015-08-05
added config.java variable to hide openpgp as an encryption method
Daniel Gultsch
1
-0
/
+1
2015-08-01
Let UNTRUSTED/UNDECIDED keys become INACTIVE
Andreas Straub
1
-2
/
+2
2015-07-31
Refactor axolotl message processing workflow
Andreas Straub
1
-1
/
+1
2015-07-31
improved 'next encryption' selection
Daniel Gultsch
1
-17
/
+6
2015-07-29
Rerender message bubbles on encryption change
Andreas Straub
1
-0
/
+1
2015-07-29
Refactor out inner classes, cache trust store
Andreas Straub
1
-1
/
+1
2015-07-21
allow for private messages being started from muc details in anonymous mucs
Daniel Gultsch
1
-4
/
+18
[next]