| Commit message (Expand) | Author | Age | Files | Lines |
* | introduces cancel status for file transfers, fixes NPE in file sharing after ... | steckbrief | 2018-02-16 | 4 | -3/+5 |
* | properly handle downloadable links0.0.8-beta2 | steckbrief | 2018-01-31 | 1 | -1/+2 |
* | Introducing product flavor 'beta' and removing product flavor 'playstore'0.0.8-beta1 | steckbrief | 2018-01-28 | 1 | -0/+24 |
* | Simplifying introduction of new XEP implementations, implements FS#250 and FS... | steckbrief | 2017-08-07 | 7 | -146/+228 |
* | Implements XEP-0202 Entity Time, moves Software Version to xmpp package, move... | steckbrief | 2017-08-06 | 1 | -2/+3 |
* | Refactoring: Avatar class moved from package xmpp.pep to dto | steckbrief | 2017-08-06 | 8 | -8/+8 |
* | avatar handling refactored | steckbrief | 2017-08-06 | 14 | -771/+937 |
* | Implements FS#249: Remove code duplication for avatar creation | steckbrief | 2017-08-05 | 1 | -0/+58 |
* | Using a generator approach for generating PresencePackets | steckbrief | 2017-08-02 | 1 | -54/+14 |
* | Implements FS#245: Implement FiletransferHttp (upload and delete), some minor... | steckbrief | 2017-07-31 | 5 | -123/+59 |
* | Fixed 'Only one Looper may be created per thread' RuntimeException according ... | steckbrief | 2017-07-06 | 1 | -1/+4 |
* | relates FS#241: Implementation of http download based on okhttp | steckbrief | 2017-02-06 | 15 | -27/+434 |
* | Improved error handling for filetransfer:http:delete, Check for httpupload fe... | steckbrief | 2017-01-11 | 4 | -17/+41 |
* | Merge branch 'trz/rebase' into trz/rename | steckbrief | 2017-01-05 | 1 | -1/+1 |
|\ |
|
| * | Added columns to fileparams table: url, original file name, key and iv | steckbrief | 2017-01-04 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase | steckbrief | 2016-10-20 | 21 | -4902/+48 |
|/ |
|
* | Implements FS#235: Deletion of remote files uploaded via httpupload | steckbrief | 2016-09-29 | 8 | -16/+37 |
* | Confirmation dialog added before sending delete command for remote file | steckbrief | 2016-08-23 | 1 | -8/+25 |
* | services.filetransfer.httpupload moved to new namespace services.filetransfer... | steckbrief | 2016-08-23 | 9 | -9/+9 |
* | xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ... | steckbrief | 2016-08-23 | 6 | -11/+8 |
* | Basic filetransfer http delete implementation; Exceptions for IqPacketError a... | steckbrief | 2016-08-22 | 3 | -0/+135 |
* | Related to FS#131, FS#129, FS#220:filetransfer | steckbrief | 2016-06-06 | 14 | -83/+472 |
* | FileTransfer reworked (first steps - functionality as is), HttpUpload | steckbrief | 2016-05-29 | 14 | -111/+709 |
* | XmppConnectionService.markMessage moved to MessageUtil | steckbrief | 2016-05-09 | 1 | -84/+8 |
* | Fixes FS#204: Observe all used directories | steckbrief | 2016-04-23 | 1 | -40/+3 |
* | Merge branch 'master' into introduce_cplus_database_version | steckbrief | 2016-04-18 | 5 | -53/+139 |
|\ |
|
| * | Related to FS#199: Removed unnecessary build configuration variable to hide d... | steckbrief | 2016-04-18 | 1 | -5/+3 |
| * | Merge branch 'trz/rebase' into trz/rename | lookshe | 2016-04-17 | 5 | -56/+144 |
* | | DatabaseBackend updated to serve Conversatiosn Database version and Conversat... | steckbrief | 2016-04-17 | 1 | -5/+0 |
|/ |
|
* | Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferences | steckbrief | 2016-04-06 | 2 | -65/+33 |
* | Merge branch 'trz/rebase' into trz/rename | lookshe | 2016-04-05 | 1 | -9/+11 |
* | Logging for FS#80 to identify calling method | lookshe | 2016-03-30 | 1 | -0/+1 |
* | Implements FS#173: Move access to colors to separate helper class | steckbrief | 2016-03-29 | 1 | -1/+2 |
* | Merge branch 'trz/rebase' into trz/rename | lookshe | 2016-03-25 | 1 | -1/+2 |
* | Fixes FS#87 - Crash on load messages after delete account | lookshe | 2016-03-22 | 1 | -1/+5 |
* | once again: FS#34 - review all calls for String.trim() | lookshe | 2016-03-14 | 1 | -3/+3 |
* | Fixes FS#155: Check FileHelper vs. FileUtils | steckbrief | 2016-03-12 | 1 | -3/+2 |
* | Fixes FS#139: Do not merge messages at all | steckbrief | 2016-03-11 | 1 | -25/+15 |
* | Fixes FS#157: Trigger loading messages from MAM in MUC does not end | steckbrief | 2016-03-10 | 2 | -35/+44 |
* | Merge branch 'trz/rebase' into trz/rename | lookshe | 2016-03-08 | 2 | -20/+64 |
* | Merge branch 'trz/rebase' into trz/rename | lookshe | 2016-03-06 | 8 | -525/+1678 |
* | Fixes FS#135: condition NOT message.isRead() added to check if notification s... | steckbrief | 2016-02-09 | 1 | -1/+1 |
* | Fixes FS#135: condition NOT message.isRead() added to check if notification s... | steckbrief | 2016-02-09 | 1 | -6/+7 |
* | Introducing some specialized IqPacketGenerators | steckbrief | 2016-01-15 | 1 | -6/+7 |
* | Moved all avatar related work to AvatarService | steckbrief | 2016-01-15 | 2 | -61/+58 |
* | Moved all avatar related work to AvatarService | steckbrief | 2016-01-13 | 3 | -191/+191 |
* | Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and dis... | steckbrief | 2015-12-16 | 1 | -102/+23 |
* | Moved logcat to a module, increased error robustness for loading last messages | steckbrief | 2015-12-10 | 2 | -3/+3 |
* | Fix flagging no more messages on server for conversation | steckbrief | 2015-12-06 | 1 | -1/+1 |
* | Fixes FS#75 - Change color names to reasonable names | steckbrief | 2015-12-04 | 1 | -1/+1 |