Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added magic create welcome screen | Daniel Gultsch | 2016-04-19 | 1 | -3/+10 |
| | |||||
* | don't show contact details when in conversations with self | Daniel Gultsch | 2016-04-09 | 1 | -0/+1 |
| | |||||
* | prevent null pointer when checking http upload max size | Daniel Gultsch | 2016-04-07 | 1 | -6/+6 |
| | |||||
* | don't ask for resource when server uses http upload v0.1 | Daniel Gultsch | 2016-04-02 | 1 | -2/+1 |
| | |||||
* | check max http file size when attaching files | Daniel Gultsch | 2016-04-01 | 1 | -5/+25 |
| | |||||
* | added logging in case fragment wasn't attached | Daniel Gultsch | 2016-03-13 | 1 | -0/+5 |
| | |||||
* | don't show opt-out of battery optimization dialog when push is enabled | Daniel Gultsch | 2016-03-06 | 1 | -1/+13 |
| | |||||
* | let users confirm each member in a conference even if that contact is ↵ | Daniel Gultsch | 2016-03-01 | 1 | -1/+3 |
| | | | | already trusted | ||||
* | refactored omemo to take multiple recipients | Daniel Gultsch | 2016-02-29 | 1 | -9/+12 |
| | |||||
* | changed single_account config into more simple lock_settings | Daniel Gultsch | 2016-02-27 | 1 | -1/+1 |
| | |||||
* | made hard coded choice for encryptions more flexible and disable parsing | Daniel Gultsch | 2016-02-24 | 1 | -4/+6 |
| | |||||
* | removed unnecessary conditions when sending read marker | Daniel Gultsch | 2016-02-15 | 1 | -5/+1 |
| | |||||
* | only show load more messages button when mam is available | Daniel Gultsch | 2016-02-14 | 1 | -0/+1 |
| | | | | also update ui after that button has been pressed. fixes #1695 | ||||
* | prevent previoulsly cleared messages from reloading. fixes #1110 | Daniel Gultsch | 2016-02-04 | 1 | -0/+6 |
| | |||||
* | fixed 'unencrypted' not showing up for conferences when encryption is forced | Daniel Gultsch | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | use extract account from intent method and final EXTRA_ACCOUNT variable | Daniel Gultsch | 2016-01-22 | 1 | -2/+2 |
| | |||||
* | added config variable to allow non-tls connections | Daniel Gultsch | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1655 from adithyaphilip/pgp-fix | Daniel Gultsch | 2016-01-16 | 1 | -1/+4 |
|\ | | | | | Fixes having to choose PGP twice, upgrades openpgp-api to 10 | ||||
| * | fixed PGP having to be selected twice | Adithya Abraham Philip | 2016-01-16 | 1 | -1/+4 |
| | | |||||
* | | make ConversationsActivity more resistent against being restarted | Daniel Gultsch | 2016-01-16 | 1 | -3/+9 |
|/ | |||||
* | hide prepare image toasts when attaching multiple images | Daniel Gultsch | 2016-01-15 | 1 | -11/+12 |
| | |||||
* | fixed typo when reading battery_op setting | Daniel Gultsch | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | check for file storage permission before selecting avatar | Daniel Gultsch | 2016-01-13 | 1 | -15/+1 |
| | |||||
* | ask to be excluded from battery optimization | Daniel Gultsch | 2016-01-11 | 1 | -43/+80 |
| | |||||
* | show trust keys activties if own keys are undecided | Daniel Gultsch | 2016-01-04 | 1 | -4/+5 |
| | |||||
* | only offer plain and omemo encryption when x509 verification is enabled | Daniel Gultsch | 2015-12-19 | 1 | -2/+3 |
| | |||||
* | splite PARANOIA_MODE into three different options | Daniel Gultsch | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | request storage permission when needed on Android 6.0 | Daniel Gultsch | 2015-12-07 | 1 | -1/+55 |
| | |||||
* | hide prepare file toast after preparing the file | Daniel Gultsch | 2015-12-06 | 1 | -0/+1 |
| | |||||
* | be more carefull with pending uris | Daniel Gultsch | 2015-12-05 | 1 | -8/+16 |
| | |||||
* | introduced build-time paranoia mode that disables unencrypted chats and ↵ | Daniel Gultsch | 2015-12-01 | 1 | -0/+1 |
| | | | | forces TOR | ||||
* | fixed crashes when activity got destroyed when selecting pgp key | Daniel Gultsch | 2015-12-01 | 1 | -5/+22 |
| | |||||
* | pgp fixes and revert configuration changes | Daniel Gultsch | 2015-11-25 | 1 | -5/+16 |
| | |||||
* | Use OpenPGP-API 9.0 | fiaxh | 2015-11-09 | 1 | -1/+11 |
| | |||||
* | Decrypt PGP messages in background | fiaxh | 2015-10-28 | 1 | -2/+4 |
| | |||||
* | open manage account + certificate chooser when cbe mode is enabled | Daniel Gultsch | 2015-10-20 | 1 | -24/+19 |
| | |||||
* | make unread status and notifications presistent across restarts | Daniel Gultsch | 2015-10-14 | 1 | -2/+1 |
| | |||||
* | catch IndexOutOfBoundsException when swiping away conversations | Daniel Gultsch | 2015-09-17 | 1 | -1/+5 |
| | |||||
* | added possibiltiy to set conferences as moderated (only visible in advanced ↵ | Daniel Gultsch | 2015-09-13 | 1 | -1/+1 |
| | | | | mode) | ||||
* | added alt as possible modifier key. use mod+(0..9) to jump to a conversation | Daniel Gultsch | 2015-09-09 | 1 | -26/+45 |
| | |||||
* | added rotation detection to up/down navigation | Daniel Gultsch | 2015-09-07 | 1 | -4/+23 |
| | |||||
* | added some key binding | Daniel Gultsch | 2015-09-07 | 1 | -4/+82 |
| | | | | | * ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations | ||||
* | show an send button instead of the enter key in softkeyboards when ↵ | Daniel Gultsch | 2015-09-04 | 1 | -0/+1 |
| | | | | enterIsSend and showEnterKey are both set | ||||
* | added setting to allow for white backgrounds in incoming message bubbles | Daniel Gultsch | 2015-08-24 | 1 | -2/+9 |
| | |||||
* | hide multi-end and otr encryption in conferences | Daniel Gultsch | 2015-08-06 | 1 | -2/+3 |
| | |||||
* | added config.java variable to hide openpgp as an encryption method | Daniel Gultsch | 2015-08-05 | 1 | -0/+1 |
| | |||||
* | Let UNTRUSTED/UNDECIDED keys become INACTIVE | Andreas Straub | 2015-08-01 | 1 | -2/+2 |
| | |||||
* | Refactor axolotl message processing workflow | Andreas Straub | 2015-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | XmppAxolotlMessage is now entirely responsible for handling encryption and decryption of messages, only leveraging XmppAxolotlSession as a packing/unpacking primitive for payload keys. Removed pseudo-dead session generation code step from prepareMessage function, as sessions have been created by invoking the TrustKeysActivity for a while now. Added prepareKeyTransportMessage function, which creates a message with no payload. The key that is packed into the header keyElements can then be used for other purposes (e.g. encrypted file transfer). | ||||
* | improved 'next encryption' selection | Daniel Gultsch | 2015-07-31 | 1 | -17/+6 |
| | |||||
* | Rerender message bubbles on encryption change | Andreas Straub | 2015-07-29 | 1 | -0/+1 |
| |