aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* parse vcard avatars from muc presencesDaniel Gultsch2015-12-046-181/+295
|
* Show status message when contact requests presenceSam Whited2015-12-043-3/+22
| | | | Remove presence when conversation closed
* fixed avatar loading for non-file urisDaniel Gultsch2015-12-042-11/+7
|
* users are now able to crop their avatar pictures using the android-cropPhilip Flohr2015-12-042-28/+6
| | | | library
* combine multiple message receipts into single messageDaniel Gultsch2015-12-042-12/+15
|
* changed method signature of calcSampleSizeDaniel Gultsch2015-12-041-1/+1
|
* little layout improvementsChristian S2015-11-292-4/+8
|
* try out a lower connection timeoutChristian S2015-11-291-1/+1
|
* reordered settings menuChristian S2015-11-291-18/+21
|
* copy commitsChristian S2015-11-2922-204/+328
|\
| * hide subject edit button if not editable by userDaniel Gultsch2015-11-264-5/+30
| |
| * encrypt pgp messages to selfDaniel Gultsch2015-11-261-8/+8
| |
| * detect server identity and added muc-workaround for slackDaniel Gultsch2015-11-263-5/+49
| |
| * removed unnecessary configuration fetch after joinDaniel Gultsch2015-11-261-1/+1
| |
| * removed unecessary chat stateDaniel Gultsch2015-11-261-1/+1
| |
| * fail jingle file transfer if axolotl key message could not be created. fixes ↵Daniel Gultsch2015-11-261-1/+5
| | | | | | | | #1576
| * pgp fixes and revert configuration changesDaniel Gultsch2015-11-2516-134/+91
| |
| * Merge pull request #1569 from fiaxh/conference_one_other_occupantDaniel Gultsch2015-11-241-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.0Daniel Gultsch2015-11-247-44/+137
| |\ \ | | | | | | | | Use OpenPGP-API 9.0
| | * | Sign empty statusfiaxh2015-11-092-3/+1
| | | |
| | * | Use OpenPGP-API 9.0fiaxh2015-11-096-43/+138
| | | |
| * | | PgpEngine: Get account from conversation instead of from contact. fixes ↵fiaxh2015-11-151-3/+3
| |/ / | | | | | | | | | #1568, fixes #1544
* | | typoChristian S2015-11-291-1/+1
| | |
* | | added plugin loader in settingsChristian S2015-11-251-0/+11
| | |
* | | added strings for plugin loaderChristian S2015-11-251-0/+4
| | |
* | | added German strings for plugin loaderChristian S2015-11-251-0/+4
| | |
* | | Update arrays.xmlChristian S2015-11-251-2/+2
| | | | | | | | | | | | * changed file size for never from 0 to 1 to show the download button instead of link * changed resource Conversations to Pix-Art Messender
* | | change IDENTITY_NAMEChristian S2015-11-171-1/+1
| | |
* | | Merge pull request #52 from fiaxh/conference_one_other_occupantChristian S2015-11-151-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 occupantfiaxh2015-11-151-20/+48
| |/
* | added full changelog as button...Christian S2015-11-151-1/+11
| | | | | | | | ...in updater dialog
* | modified some stringsChristian S2015-11-152-9/+10
| | | | | | | | * added fork infos to about activity
* | changed message background to light yellowChristian S2015-11-142-3/+6
| |
* | rename Conversations to Pix-Art MessengerChristian S2015-11-143-25/+26
| |
* | delete language strings except of English and GermanChristian S2015-11-1428-10200/+0
| |
* | show own name in sent locationsChristian S2015-11-141-0/+2
| |
* | added german strings for crop libraryChristian S2015-11-141-0/+5
| |
* | Merge pull request #51 from philipflohr/masterChristian S2015-11-141-3/+34
|\ \ | | | | | | scale the image to avoid OOM Execptions
| * | scale the image to avoid OOM ExecptionsPhilip Flohr2015-11-131-3/+34
| | |
* | | Merge pull request #50 from philipflohr/masterChristian S2015-11-081-4/+12
|\| | | | | | | | don't use the imagepicker provided by android-crop
| * | don't use the imagepicker provided by android-cropPhilip Flohr2015-11-071-4/+12
| | |
* | | copy Avatar Crop patchChristian S2015-11-073-16/+28
|\| |
| * | use Config.AVATAR_SIZE as size for cropping avatar picturePhilip Flohr2015-11-061-1/+1
| | |
| * | set the avatar image size to 384x384Philip Flohr2015-11-061-1/+1
| | |
| * | users are now able to crop their avatar picturesPhilip Flohr2015-11-063-17/+28
| | |
* | | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-11-071-3/+6
|\ \ \ | | |/ | |/|
| * | Move migration 19 before 17Andreas Straub2015-11-061-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/masterChristian S2015-11-019-18/+72
|\| | | | | copy commits
| * don't close socket on disconnectDaniel Gultsch2015-11-011-1/+0
| |
| * indicate cbe in chat message hintDaniel Gultsch2015-10-313-3/+26
| |