aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief2016-04-1711-20/+367
| | | | | | | 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)
* Fixed null pointer exception in case of IOException before uploading file to ↵steckbrief2016-04-161-2/+7
| | | | http host
* Fixes FS#197: Decrease verbosity of logging of 'skipping duplicate message'steckbrief2016-04-071-1/+1
|
* Implements FS#187: Add single line copy to logcat viewsteckbrief2016-04-073-6/+122
|
* Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief2016-04-0612-144/+134
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-04-0517-53/+196
|\
| * Merge tag '1.11.3' into trz/rebaselookshe2016-04-0517-53/+196
| |\
| | * don't ask for resource when server uses http upload v0.1Daniel Gultsch2016-04-023-6/+8
| | |
| | * check max http file size when attaching filesDaniel Gultsch2016-04-016-12/+83
| | |
| | * add methods to check max file size for http uploadDaniel Gultsch2016-03-315-12/+41
| | |
| | * save otr fingerprint in messageDaniel Gultsch2016-03-316-12/+15
| | |
| | * include form fields into caps hash calculationDaniel Gultsch2016-03-312-6/+25
| | |
| | * closed some cursors under error conditionsDaniel Gultsch2016-03-311-3/+13
| | |
| | * made setting aes keys in DownloadableFile more readableDaniel Gultsch2016-03-311-12/+8
| | |
| | * Update ShortcutBadger to version 1.1.4Christian S2016-03-271-2/+2
| | |
| * | fixed installation error "W/PackageManager: Can't install because provider ↵trz/beta-1lookshe2016-04-032-2/+2
| | | | | | | | | | | | name de.thedevstack.conversationsplus (in package eu.siacs.conversations) is already used by de.thedevstack.conversationsplus"
| * | fixed build errorlookshe2016-04-031-0/+2
| | |
| * | Merge branch 'trz/rename' into trz/rebaselookshe2016-04-011-1/+6
| |\ \
| | * | Fixes FS#180: Conference notification icon missinglookshe2016-04-011-1/+6
| | | |
| * | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-301-1/+3
| |\ \ \
| * \ \ \ Merge branch 'trz/rename' into trz/rebaselookshe2016-03-303-0/+6
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-291-20/+9
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-296-70/+103
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * \ \ \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-2916-101/+233
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ui/dialogs/MessageDetailsDialog.java src/main/java/eu/siacs/conversations/ui/ChangePasswordActivity.java src/main/java/eu/siacs/conversations/ui/TrustKeysActivity.java src/main/java/eu/siacs/conversations/ui/VerifyOTRActivity.java src/main/java/eu/siacs/conversations/ui/adapter/AccountAdapter.java src/main/java/eu/siacs/conversations/ui/forms/FormFieldWrapper.java src/main/java/eu/siacs/conversations/utils/UIHelper.java
| * \ \ \ \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-283-5/+9
| |\ \ \ \ \ \ \
| * | | | | | | | wrong import in new classtrz/1.11.2.1lookshe2016-03-271-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'trz/rename' into trz/rebaselookshe2016-03-273-3/+44
| |\ \ \ \ \ \ \ \
* | | | | | | | | | Fixes FS#180: Conference notification icon missinglookshe2016-04-011-1/+6
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Fixes FS#179: Avoid showing always empty list of ressources for mucssteckbrief2016-03-301-1/+3
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Logging for FS#80 to identify calling methodlookshe2016-03-303-0/+6
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Fixes FS#172: Conversations list not updated on status changessteckbrief2016-03-291-20/+9
| | | | | | |
* | | | | | | Removed unnecessary importsteckbrief2016-03-291-1/+0
| |_|_|_|/ / |/| | | | |
* | | | | | Avoid unnecessary text change on activate account buttonsteckbrief2016-03-291-2/+3
| | | | | |
* | | | | | Introduction of a TextViewUtil to easily set attributes for TextViewssteckbrief2016-03-296-69/+99
| |_|_|/ / |/| | | |
* | | | | Implements FS#173: Move access to colors to separate helper classsteckbrief2016-03-2916-101/+226
| |_|/ / |/| | |
* | | | Merge branch 'master' of repos.thedevstack.de:conversations-plussteckbrief2016-03-283-3/+44
|\ \ \ \ | | |/ / | |/| |
| * | | Fixes FS#166 - Images cannot be opened since storing in private image folderlookshe2016-03-273-3/+44
| | | |
* | | | Fixes FS#170: Message Details: Status display has different Text colorsteckbrief2016-03-282-4/+2
| | | |
* | | | Implements FS#176: error logging for httpupload improvedsteckbrief2016-03-281-1/+7
|/ / /
* | | Merge branch 'trz/rebase' into trz/renamelookshe2016-03-2514-38/+83
|\| |
| * | FS#169 - Merge Conversations 1.11.2 into Conversations+ devlookshe2016-03-2514-38/+82
| |\|
| | * allow to delete attachments. fixes #1539Daniel Gultsch2016-03-236-30/+41
| | |
| | * only add image files to media scannerDaniel Gultsch2016-03-236-13/+26
| | |
| | * Typo `attempt`licaon-kter2016-03-221-1/+1
| | |
| | * show room nick for /me command in sent muc messages. fixes #1773Daniel Gultsch2016-03-201-4/+5
| | |
| | * be less strict when sharing EXTRA_TEXT intentsDaniel Gultsch2016-03-201-1/+1
| | |
| | * be more careful to avoid creating multiple connectionsDaniel Gultsch2016-03-202-3/+8
| | |
| | * don't show v\omemo keys as such if not enabledDaniel Gultsch2016-03-202-4/+5
| | |
| * | Merge branch 'trz/rename' into trz/rebaselookshe2016-03-222-26/+42
| |\ \ | |/ / |/| |
| * | Merge branch 'trz/rename' into trz/rebaselookshe2016-03-211-4/+19
| |\ \