Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-11-29 | little layout improvements | Christian S | 2 | -4/+8 | |
2015-11-29 | try out a lower connection timeout | Christian S | 1 | -1/+1 | |
2015-11-29 | reordered settings menu | Christian S | 1 | -18/+21 | |
2015-11-29 | typo | Christian S | 1 | -1/+1 | |
2015-11-26 | hide subject edit button if not editable by user | Daniel Gultsch | 4 | -5/+30 | |
2015-11-26 | encrypt pgp messages to self | Daniel Gultsch | 1 | -8/+8 | |
2015-11-26 | detect server identity and added muc-workaround for slack | Daniel Gultsch | 3 | -5/+49 | |
2015-11-26 | removed unnecessary configuration fetch after join | Daniel Gultsch | 1 | -1/+1 | |
2015-11-26 | removed unecessary chat state | Daniel Gultsch | 1 | -1/+1 | |
2015-11-26 | fail jingle file transfer if axolotl key message could not be created. fixes ↵ | Daniel Gultsch | 1 | -1/+5 | |
#1576 | |||||
2015-11-25 | pgp fixes and revert configuration changes | Daniel Gultsch | 16 | -134/+91 | |
2015-11-25 | added plugin loader in settings | Christian S | 1 | -0/+11 | |
2015-11-25 | added strings for plugin loader | Christian S | 1 | -0/+4 | |
2015-11-25 | added German strings for plugin loader | Christian S | 1 | -0/+4 | |
2015-11-25 | Update arrays.xml | Christian S | 1 | -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 | |||||
2015-11-17 | change IDENTITY_NAME | Christian S | 1 | -1/+1 | |
2015-11-15 | PgpEngine: Get account from conversation instead of from contact. fixes ↵ | fiaxh | 1 | -3/+3 | |
#1568, fixes #1544 | |||||
2015-11-15 | Own contact picture in tile for conferences with only one other occupant | fiaxh | 1 | -20/+48 | |
2015-11-15 | added full changelog as button... | Christian S | 1 | -1/+11 | |
...in updater dialog | |||||
2015-11-15 | modified some strings | Christian S | 2 | -9/+10 | |
* added fork infos to about activity | |||||
2015-11-14 | changed message background to light yellow | Christian S | 2 | -3/+6 | |
2015-11-14 | rename Conversations to Pix-Art Messenger | Christian S | 3 | -25/+26 | |
2015-11-14 | delete language strings except of English and German | Christian S | 28 | -10200/+0 | |
2015-11-14 | show own name in sent locations | Christian S | 1 | -0/+2 | |
2015-11-14 | added german strings for crop library | Christian S | 1 | -0/+5 | |
2015-11-13 | scale the image to avoid OOM Execptions | Philip Flohr | 1 | -3/+34 | |
2015-11-09 | Sign empty status | fiaxh | 2 | -3/+1 | |
2015-11-09 | Use OpenPGP-API 9.0 | fiaxh | 6 | -43/+138 | |
2015-11-07 | don't use the imagepicker provided by android-crop | Philip Flohr | 1 | -4/+12 | |
2015-11-06 | Move migration 19 before 17 | Andreas Straub | 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. | |||||
2015-11-06 | use Config.AVATAR_SIZE as size for cropping avatar picture | Philip Flohr | 1 | -1/+1 | |
2015-11-06 | set the avatar image size to 384x384 | Philip Flohr | 1 | -1/+1 | |
2015-11-06 | users are now able to crop their avatar pictures | Philip Flohr | 3 | -17/+28 | |
2015-11-01 | don't close socket on disconnect | Daniel Gultsch | 1 | -1/+0 | |
2015-10-31 | indicate cbe in chat message hint | Daniel Gultsch | 3 | -3/+26 | |
2015-10-31 | Version bump | Christian S | 1 | -1/+2 | |
2015-10-31 | explicitly mark verified omemo keys in UI | Daniel Gultsch | 7 | -16/+48 | |
2015-10-30 | fixed session objects not being build on start up | Daniel Gultsch | 2 | -2/+1 | |
2015-10-29 | moved db calls made from UI into serial background thread | Daniel Gultsch | 1 | -5/+21 | |
2015-10-29 | avoid npe when checking for stream restart | Daniel Gultsch | 1 | -2/+4 | |
2015-10-29 | push CN into nick pep node when uploading certificate. subscribe to nick node | Daniel Gultsch | 7 | -5/+47 | |
2015-10-29 | load avatars in message adapter in background task | Daniel Gultsch | 4 | -17/+115 | |
2015-10-28 | show encryption type in warned/red messages | Daniel Gultsch | 3 | -0/+32 | |
2015-10-28 | Show PGP "please wait" message only when actually decrypting | fiaxh | 2 | -2/+7 | |
2015-10-28 | Decrypt PGP messages in background | fiaxh | 9 | -73/+287 | |
2015-10-26 | Don't synchronize on non-final field | Sam Whited | 1 | -1/+1 | |
2015-10-26 | Reset the margins manually after rotating | saqura | 8 | -1/+53 | |
2015-10-25 | invalidate menu after backend connection. | Daniel Gultsch | 1 | -0/+1 | |
fixes the menu not being shown after rotation in edit account details | |||||
2015-10-25 | Handle some orientation changes manually | saqura | 1 | -0/+4 | |
Currently most activities get destroyed/recreated when rotating the device. This commit prevents this from happening where it is not necessary. The most obvious improvements are: * The options menu in the EditAccountActivity does not disappear when rotating the device. * CSI inactive/active states are no longer sent on every rotate. | |||||
2015-10-22 | bug fixed in updater | Christian S | 2 | -108/+110 | |