aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implements FS#249: Remove code duplication for avatar creationsteckbrief2017-08-058-189/+140
|
* Implements FS#217: Rework display of /me messagessteckbrief2017-08-021-488/+528
|
* Using a generator approach for generating PresencePacketssteckbrief2017-08-027-100/+133
|
* Implements FS#247 and FS#248: Show online status and typing notification in ↵steckbrief2017-08-023-16/+68
| | | | title
* Implements FS#106: Add expert setting to log xml tracesteckbrief2017-08-012-1/+10
|
* Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief2017-07-3123-200/+271
| | | | minor bug fixes including to fail a JingleTransfer in case criterias are not met
* Fixed 'Only one Looper may be created per thread' RuntimeException according ↵steckbrief2017-07-061-1/+4
| | | | to https://stackoverflow.com/questions/23038682/java-lang-runtimeexception-only-one-looper-may-be-created-per-thread/24115631#24115631
* Fix wrong id for setColorColorAndTextsteckbrief2017-06-111-2/+11
|
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-0643-807/+1022
|
* Formatting of remote file status adjustedsteckbrief2017-01-111-2/+2
|
* Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief2017-01-1113-79/+158
| | | | feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
* Generic view util added to change the visibility of subclasses of Viewsteckbrief2017-01-112-2/+41
|
* Custom toast view addedsteckbrief2017-01-111-0/+101
|
* Merge branch 'trz/rebase' into trz/renamesteckbrief2017-01-0518-313/+557
|\
| * Fixed NPE in FileParams.setKeyAndIvsteckbrief2017-01-041-11/+13
| |
| * Added columns to fileparams table: url, original file name, key and ivsteckbrief2017-01-048-6/+178
| | | | | | | | | | auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-10-2062-143/+2900
| |\
| * \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-05-093-3/+97
| |\ \
| * \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-04-239-13/+397
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ConversationsPlusApplication.java src/main/java/de/thedevstack/conversationsplus/ui/dialogs/MessageDetailsDialog.java src/main/java/de/thedevstack/conversationsplus/utils/MessageUtil.java src/main/java/eu/siacs/conversations/generator/MessageGenerator.java src/main/java/eu/siacs/conversations/ui/SettingsActivity.java
* | | | | Hide number of unread message counter if there are no new messagessteckbrief2016-12-291-3/+5
| | | | |
* | | | | Implement FS#239: Show number of unread messages in conversations overviewsteckbrief2016-12-281-14/+17
| | | | |
* | | | | Fixes FS#237: Enable long click in layout instead of programmaticallysteckbrief2016-10-231-14/+0
| |_|_|/ |/| | |
* | | | Fixes FS#29: Own Avatar not loadedsteckbrief2016-09-291-3/+9
| | | |
* | | | Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-2936-631/+775
| | | |
* | | | Fixes FS#230: Uncaught NullPointerException in DNSHelpersteckbrief2016-08-261-7/+12
| | | |
* | | | Fixes conditions for cplus db upgradessteckbrief2016-08-231-2/+2
| | | |
* | | | Javadoc added and access to xmppConnectionService movedsteckbrief2016-08-232-5/+14
| | | |
* | | | Fixes FS#229: prompt for confirmation before deleting a filesteckbrief2016-08-232-9/+39
| | | |
* | | | Confirmation dialog added before sending delete command for remote filesteckbrief2016-08-236-23/+84
| | | |
* | | | services.filetransfer.httpupload moved to new namespace ↵steckbrief2016-08-2311-11/+11
| | | | | | | | | | | | | | | | services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package
* | | | xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ↵steckbrief2016-08-2315-28/+22
| | | | | | | | | | | | | | | | parts of xmpp.filetransfer.http moved to .delete package
* | | | Improved error handling for httpuploadsteckbrief2016-08-221-4/+7
| | | |
* | | | Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief2016-08-2220-15/+542
| | | | | | | | | | | | | | | | added
* | | | Merge remote-tracking branch 'remotes/origin/filetransfer'steckbrief2016-08-2246-205/+1679
|\ \ \ \
| * | | | Related to FS#131, FS#129, FS#220:filetransfersteckbrief2016-06-0614-83/+472
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - FileTransferFailureReason including types introduced. A failure can be recoverable, non-recoverable or limited recoverable - in case file transfer with the highest weight factor fails, the next file transfer method is used - improved logging - javadoc comments added
| * | | | FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief2016-05-2939-199/+1165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | separated, some bugfixes - HttpUpload moved into own package - FileTransfer managed by a central manager class, several FileTransferService implementation can be used - Security initializations moved to ConversationsPlusApplication - Access to PowerManager moved to ConversationsPlusApplication - Removed unused code fragments - Access to HttpConnectionManager is now static
| * | | | Fixed javadoc of HttpUploadHintsteckbrief2016-05-261-1/+11
| | | | |
| * | | | Fixed javadoc of PubSub Element Generation/Parsingsteckbrief2016-05-263-5/+114
| | |_|/ | |/| |
* / | | Implements FS#227: Store password encrypted in internal databasesteckbrief2016-07-163-3/+131
|/ / /
* | / XmppConnectionService.markMessage moved to MessageUtilsteckbrief2016-05-0913-108/+132
| |/ |/| | | | | XmppConnectionService.attachLocationToConversation moved to ConversationUtil
* | Fixes FS#204: Observe all used directoriessteckbrief2016-04-238-48/+138
| | | | | | | | | | | | | | - Implementing the FileObserver in a separate class, with mask to watch only deletions not everything - Add observation of all directories which could contain a sent/received file - Change observers if the folder names are changed via settings - markMessage method moved from XmppConnectionService to MessageUtil
* | Related to FS#134: check if oldversion is smaller then new version on ↵steckbrief2016-04-231-2/+1
| | | | | | | | upgrading c+ db
* | Removed download decision MUST if the message contains jabber:x:oob:oob/urlintroduce_cplus_database_versionsteckbrief2016-04-191-3/+0
| |
* | Persist Message.treatAsDownloadablesteckbrief2016-04-192-2/+15
| |
* | Related to FS#134: Set Message flags according to httpupload hintsteckbrief2016-04-193-0/+9
| |
* | Merge branch 'master' into introduce_cplus_database_versionsteckbrief2016-04-1820-188/+384
|\ \ | | | | | | | | | | | | | | | Conflicts: gradle/wrapper/gradle-wrapper.properties src/main/res/values/strings.xml
| * | Implements FS#137: build flavorssteckbrief2016-04-182-50/+37
| | | | | | | | | | | | moved Config.java parameters to a flavorable configuration file
| * | Related to FS#199: Removed unnecessary build configuration variable to hide ↵steckbrief2016-04-182-6/+3
| | | | | | | | | | | | disable button on foreground service notification
| * | Related to FS#199: Removed unnecessary differentiation between a ↵steckbrief2016-04-183-16/+1
| | | | | | | | | | | | conversation with the own account
| * | Merge branch 'trz/rebase' into trz/renamelookshe2016-04-1720-134/+361
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.gradle src/main/java/de/thedevstack/conversationsplus/services/AvatarService.java src/main/res/values-bg/strings.xml src/main/res/values-cs/strings.xml src/main/res/values-fr/strings.xml src/main/res/values-ja/strings.xml src/main/res/values-nl/strings.xml src/main/res/values-pt/strings.xml src/main/res/values-ro-rRO/strings.xml src/main/res/values-sv/strings.xml src/main/res/values-zh-rCN/strings.xml src/main/res/values/strings.xml