aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief2017-07-311-1/+2
| | | | minor bug fixes including to fail a JingleTransfer in case criterias are not met
* Fix wrong id for setColorColorAndTextsteckbrief2017-06-111-2/+11
|
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-066-42/+283
|
* Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief2017-01-112-3/+34
| | | | 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-054-8/+126
|\
| * Added columns to fileparams table: url, original file name, key and ivsteckbrief2017-01-042-3/+91
| | | | | | | | | | 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-204-34/+176
| |\ | |/ |/|
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-05-092-0/+93
| |\
| * \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-04-233-0/+62
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-294-34/+78
| | | |
* | | | Fixes FS#230: Uncaught NullPointerException in DNSHelpersteckbrief2016-08-261-7/+12
| | | |
* | | | Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief2016-08-221-0/+10
| | | | | | | | | | | | | | | | added
* | | | Implements FS#227: Store password encrypted in internal databasesteckbrief2016-07-161-0/+110
| |_|/ |/| |
* | | XmppConnectionService.markMessage moved to MessageUtilsteckbrief2016-05-092-0/+91
| |/ |/| | | | | XmppConnectionService.attachLocationToConversation moved to ConversationUtil
* | Fixes FS#204: Observe all used directoriessteckbrief2016-04-232-0/+44
| | | | | | | | | | | | | | - 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
* | Merge branch 'master' into introduce_cplus_database_versionsteckbrief2016-04-182-1/+41
|\ \ | | | | | | | | | | | | | | | Conflicts: gradle/wrapper/gradle-wrapper.properties src/main/res/values/strings.xml
| * | Implements FS#137: build flavorssteckbrief2016-04-181-1/+1
| | | | | | | | | | | | moved Config.java parameters to a flavorable configuration file
| * | Merge branch 'trz/rebase' into trz/renamelookshe2016-04-171-0/+40
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Merge tag '1.11.7' into trz/merge_1.11.7lookshe2016-04-171-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md build.gradle gradle/wrapper/gradle-wrapper.properties src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java src/main/java/eu/siacs/conversations/persistance/FileBackend.java src/main/java/eu/siacs/conversations/services/AvatarService.java src/main/java/eu/siacs/conversations/services/ContactChooserTargetService.java src/main/java/eu/siacs/conversations/services/NotificationService.java src/main/java/eu/siacs/conversations/services/XmppConnectionService.java src/main/java/eu/siacs/conversations/ui/ConversationActivity.java src/main/java/eu/siacs/conversations/ui/EditAccountActivity.java src/main/java/eu/siacs/conversations/ui/PublishProfilePictureActivity.java src/main/java/eu/siacs/conversations/ui/ShareWithActivity.java src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java src/main/res/values-cs/strings.xml src/main/res/values-de/strings.xml src/main/res/values-es/strings.xml src/main/res/values-fr/strings.xml src/main/res/values-it/strings.xml src/main/res/values-pt-rBR/strings.xml src/main/res/values-zh-rCN/strings.xml src/main/res/values/strings.xml src/main/res/xml/preferences.xml
| | * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-04-071-0/+48
| | |\ | | |/ | |/| | | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ui/LogCatOutputActivity.java
* / | DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief2016-04-171-0/+16
|/ / | | | | | | | | | | | | Conversations+ Database version HttpUpload Flag introduced for message to identify if a link was sent after httpupload message hint for httpupload added (message parsing and message generating)
* | Implements FS#187: Add single line copy to logcat viewsteckbrief2016-04-071-0/+47
| |
* | Merge branch 'trz/rebase' into trz/renamelookshe2016-04-051-0/+36
|\|
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-291-0/+75
| |\ | |/ |/| | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/ui/ChangePasswordActivity.java src/main/java/eu/siacs/conversations/ui/EditAccountActivity.java src/main/java/eu/siacs/conversations/ui/PublishProfilePictureActivity.java src/main/java/eu/siacs/conversations/ui/TrustKeysActivity.java src/main/java/eu/siacs/conversations/ui/VerifyOTRActivity.java
* | Introduction of a TextViewUtil to easily set attributes for TextViewssteckbrief2016-03-291-0/+75
| |
* | Implements FS#173: Move access to colors to separate helper classsteckbrief2016-03-291-13/+16
| |
* | Merge branch 'trz/rebase' into trz/renamelookshe2016-03-251-4/+5
|\|
* | Show file name instead of mime type (FS#102)lookshe2016-03-201-1/+1
| |
* | Merge branch 'trz/rebase' (early part) into trz/renamelookshe2016-03-201-0/+2
|\|
* | Merge branch 'trz/rebase' (early part) into trz/renamelookshe2016-03-201-1/+8
|\|
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-121-82/+0
| |\ | |/ |/|
* | Fixes FS#155: Check FileHelper vs. FileUtilssteckbrief2016-03-122-87/+10
| |
* | Merge branch 'trz/rebase' into trz/renamelookshe2016-03-122-3/+31
|\|
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-111-1/+2
| |\ | |/ |/| | | | | Conflicts: src/main/java/eu/siacs/conversations/entities/Message.java
* | Fixes FS#139: Do not merge messages at allsteckbrief2016-03-111-1/+2
| |
* | Merge branch 'trz/rebase' into trz/renamelookshe2016-03-081-1/+4
|\|
* | Merge branch 'trz/rebase' into trz/renamelookshe2016-03-081-1/+2
|\|
| * use Build.VERSION_CODES.KITKAT instead of hard coded 19lookshe2016-03-081-1/+2
| |
* | Merge branch 'trz/rebase' into trz/renamelookshe2016-03-072-4/+43
|\|
| * corrected getRealPathFromUrilookshe2016-03-071-2/+40
| |
* | Merge branch 'trz/rebase' into trz/renamelookshe2016-03-0619-177/+662
|\|
| * Packet sending helper moved to XmppSendUtil and methods in ↵steckbrief2016-02-231-0/+8
| | | | | | | | XmppConnectionService marked as deprecated
| * Resolved problem with closing sockets (java.lang.IncompatibleClassChangeError)steckbrief2016-02-231-0/+15
| |
| * Imports organizedsteckbrief2016-02-123-5/+0
| |
| * Compilation errors and merge mixups fixedsteckbrief2016-02-111-0/+22
| |
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-01-132-0/+79
| |\ | |/ |/|
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-162-0/+132
| |\
| * \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-103-126/+3
| |\ \