Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse vcard avatars from muc presences | Daniel Gultsch | 2015-12-04 | 1 | -0/+5 |
| | |||||
* | Unset all PGP signatures once | fiaxh | 2015-12-04 | 3 | -74/+96 |
| | | | | ... so they will be redone to match the changed status. | ||||
* | show tor config in paranoid mode | Daniel Gultsch | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | hide message content in notifications in paranoia mode | Daniel Gultsch | 2015-12-04 | 1 | -20/+30 |
| | |||||
* | introduced build-time paranoia mode that disables unencrypted chats a… | Daniel Gultsch | 2015-12-04 | 4 | -4/+23 |
| | | | | …nd forces TOR | ||||
* | introduce config.java variable to optionally show number of connected… | Daniel Gultsch | 2015-12-04 | 2 | -21/+43 |
| | | | | … accounts in notification | ||||
* | fixed crashes when activity got destroyed when selecting pgp key | Daniel Gultsch | 2015-12-04 | 2 | -40/+96 |
| | |||||
* | add error state for unavailable tor network | Daniel Gultsch | 2015-12-04 | 3 | -13/+14 |
| | |||||
* | always use http proxy for http requests. (socks is leaking dns) | Daniel Gultsch | 2015-12-04 | 1 | -5/+1 |
| | |||||
* | refactored socks5 connection code. make jingle transport use that new code | Daniel Gultsch | 2015-12-04 | 4 | -53/+72 |
| | |||||
* | do socks5 connect manually | Daniel Gultsch | 2015-12-04 | 3 | -51/+69 |
| | |||||
* | initial tor support | Daniel Gultsch | 2015-12-04 | 11 | -129/+273 |
| | |||||
* | parse vcard avatars from muc presences | Daniel Gultsch | 2015-12-04 | 6 | -181/+295 |
| | |||||
* | Show status message when contact requests presence | Sam Whited | 2015-12-04 | 3 | -3/+22 |
| | | | | Remove presence when conversation closed | ||||
* | fixed avatar loading for non-file uris | Daniel Gultsch | 2015-12-04 | 2 | -11/+7 |
| | |||||
* | users are now able to crop their avatar pictures using the android-crop | Philip Flohr | 2015-12-04 | 2 | -28/+6 |
| | | | | library | ||||
* | combine multiple message receipts into single message | Daniel Gultsch | 2015-12-04 | 2 | -12/+15 |
| | |||||
* | changed method signature of calcSampleSize | Daniel Gultsch | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | try out a lower connection timeout | Christian S | 2015-11-29 | 1 | -1/+1 |
| | |||||
* | copy commits | Christian S | 2015-11-29 | 21 | -199/+328 |
|\ | |||||
| * | hide subject edit button if not editable by user | Daniel Gultsch | 2015-11-26 | 4 | -5/+30 |
| | | |||||
| * | encrypt pgp messages to self | Daniel Gultsch | 2015-11-26 | 1 | -8/+8 |
| | | |||||
| * | detect server identity and added muc-workaround for slack | Daniel Gultsch | 2015-11-26 | 3 | -5/+49 |
| | | |||||
| * | removed unnecessary configuration fetch after join | Daniel Gultsch | 2015-11-26 | 1 | -1/+1 |
| | | |||||
| * | removed unecessary chat state | Daniel Gultsch | 2015-11-26 | 1 | -1/+1 |
| | | |||||
| * | fail jingle file transfer if axolotl key message could not be created. fixes ↵ | Daniel Gultsch | 2015-11-26 | 1 | -1/+5 |
| | | | | | | | | #1576 | ||||
| * | pgp fixes and revert configuration changes | Daniel Gultsch | 2015-11-25 | 15 | -129/+91 |
| | | |||||
| * | Merge pull request #1569 from fiaxh/conference_one_other_occupant | Daniel Gultsch | 2015-11-24 | 1 | -20/+48 |
| |\ | | | | | | | Show own avatar in tile for conferences with only one other occupant next to theirs | ||||
| * \ | Merge pull request #1558 from fiaxh/pgp_api_9.0 | Daniel Gultsch | 2015-11-24 | 7 | -44/+137 |
| |\ \ | | | | | | | | | Use OpenPGP-API 9.0 | ||||
| | * | | Sign empty status | fiaxh | 2015-11-09 | 2 | -3/+1 |
| | | | | |||||
| | * | | Use OpenPGP-API 9.0 | fiaxh | 2015-11-09 | 6 | -43/+138 |
| | | | | |||||
| * | | | PgpEngine: Get account from conversation instead of from contact. fixes ↵ | fiaxh | 2015-11-15 | 1 | -3/+3 |
| |/ / | | | | | | | | | | #1568, fixes #1544 | ||||
* | | | change IDENTITY_NAME | Christian S | 2015-11-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #52 from fiaxh/conference_one_other_occupant | Christian S | 2015-11-15 | 1 | -20/+48 |
|\ \ \ | | |/ | |/| | Own contact picture in tile for conferences with only one other occupant | ||||
| * | | Own contact picture in tile for conferences with only one other occupant | fiaxh | 2015-11-15 | 1 | -20/+48 |
| |/ | |||||
* | | added full changelog as button... | Christian S | 2015-11-15 | 1 | -1/+11 |
| | | | | | | | | ...in updater dialog | ||||
* | | rename Conversations to Pix-Art Messenger | Christian S | 2015-11-14 | 1 | -1/+1 |
| | | |||||
* | | show own name in sent locations | Christian S | 2015-11-14 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #51 from philipflohr/master | Christian S | 2015-11-14 | 1 | -3/+34 |
|\ \ | | | | | | | scale the image to avoid OOM Execptions | ||||
| * | | scale the image to avoid OOM Execptions | Philip Flohr | 2015-11-13 | 1 | -3/+34 |
| | | | |||||
* | | | Merge pull request #50 from philipflohr/master | Christian S | 2015-11-08 | 1 | -4/+12 |
|\| | | | | | | | | don't use the imagepicker provided by android-crop | ||||
| * | | don't use the imagepicker provided by android-crop | Philip Flohr | 2015-11-07 | 1 | -4/+12 |
| | | | |||||
* | | | copy Avatar Crop patch | Christian S | 2015-11-07 | 1 | -16/+26 |
|\| | | |||||
| * | | use Config.AVATAR_SIZE as size for cropping avatar picture | Philip Flohr | 2015-11-06 | 1 | -1/+1 |
| | | | |||||
| * | | set the avatar image size to 384x384 | Philip Flohr | 2015-11-06 | 1 | -1/+1 |
| | | | |||||
| * | | users are now able to crop their avatar pictures | Philip Flohr | 2015-11-06 | 1 | -16/+26 |
| | | | |||||
* | | | Merge remote-tracking branch 'siacs/master' into development | Christian S | 2015-11-07 | 1 | -3/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | Move migration 19 before 17 | Andreas Straub | 2015-11-06 | 1 | -3/+6 |
| |/ | | | | | | | | | | | | | | | | | Migration 17 depends on Account deserialization, so any migrations that touch the accounts table need to be applied beforehand. Re-writing the migration to work directly on the database would lead to a lot of code duplication, so it's not worth it at this time, but might become necessary later on to avoid dependency cycles. | ||||
* | | Merge pull request #47 from siacs/master | Christian S | 2015-11-01 | 8 | -18/+69 |
|\| | | | | | copy commits | ||||
| * | don't close socket on disconnect | Daniel Gultsch | 2015-11-01 | 1 | -1/+0 |
| | |