aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | use startdate as lower bound when querying archive with after=xDaniel Gultsch2016-04-091-13/+3
| | |
| * | don't show contact details when in conversations with selfDaniel Gultsch2016-04-093-1/+8
| | |
| * | use last received message id when querying archiveDaniel Gultsch2016-04-091-7/+17
| | |
| * | transform nimbuzz workaround into a more general 'waitForDisco' conditionDaniel Gultsch2016-04-091-6/+11
| | |
| * | add required disco#items query to timeout listDaniel Gultsch2016-04-081-1/+4
| | |
| * | removed ernoexception in exchange for a regular exeption to prevent verify ↵Daniel Gultsch2016-04-081-3/+2
| | | | | | | | | | | | error on <5.0
| * | check file owner when attaching files or using them as avatarDaniel Gultsch2016-04-073-2/+54
| | |
| * | prevent null pointer when checking http upload max sizeDaniel Gultsch2016-04-071-6/+6
| | |
| * | better detect broken pepDaniel Gultsch2016-04-052-2/+10
| | | | | | | | | | | | | | | mark pep as broken when publishing bundle or device list failed reset 'brokenness' when account is getting disabled
| * | switched around info and items query to avoid race conditionDaniel Gultsch2016-04-041-1/+1
| | |
| * | removed unnecessary wait for disconnectDaniel Gultsch2016-04-041-6/+0
| | |
| * | made sure the disco#items query has returned before finalizing the bindDaniel Gultsch2016-04-041-12/+24
| | |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-04-162-3/+8
|\ \ \ | | |/ | |/|
| * | 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
| | |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-04-073-6/+124
|\| | | | | | | | | | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ui/LogCatOutputActivity.java
| * | Implements FS#187: Add single line copy to logcat viewsteckbrief2016-04-073-6/+122
| | |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-04-0612-144/+135
|\| | | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/ui/ConferenceDetailsActivity.java
| * | Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief2016-04-0612-144/+134
| | |
| * | Merge branch 'trz/rebase' into trz/renamelookshe2016-04-0517-53/+196
| |\ \ | |/ / |/| |
| * | Fixes FS#180: Conference notification icon missinglookshe2016-04-011-1/+6
| | |
* | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixes FS#179: Avoid showing always empty list of ressources for mucssteckbrief2016-03-301-1/+3
| |/ /
* | | Merge branch 'trz/rename' into trz/rebaselookshe2016-03-303-0/+6
|\| |
| * | Logging for FS#80 to identify calling methodlookshe2016-03-303-0/+6
| | |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-291-20/+9
|\| |
| * | Fixes FS#172: Conversations list not updated on status changessteckbrief2016-03-291-20/+9
| | |
| * | Removed unnecessary importsteckbrief2016-03-291-1/+0
| | |
* | | 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
| * | 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
| | |
* | | 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
| * | Implements FS#173: Move access to colors to separate helper classsteckbrief2016-03-2916-101/+226
| | |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-283-5/+9
|\| |
| * | Merge branch 'master' of repos.thedevstack.de:conversations-plussteckbrief2016-03-283-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
| | | |