aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduces JidUtil for Jid creation, fixes duplication of childs while ↵steckbrief2018-05-1111-30/+37
| | | | adding childs with xmlns and name
* introduces new message state modelsteckbrief2018-05-059-233/+245
|
* moves xmpp url linkify to TextViewUtilsteckbrief2018-03-051-49/+2
|
* improves remote file status display and loading of remote filessteckbrief2018-02-2612-414/+411
|
* introduces cancel status for file transfers, fixes NPE in file sharing after ↵steckbrief2018-02-163-12/+26
| | | | picture resize
* properly handle downloadable links0.0.8-beta2steckbrief2018-01-311-1/+1
|
* Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief2017-08-073-3/+18
| | | | FS#251 (Privacy and Security settings), refactoring of location of some interfaces
* Refactoring: Avatar class moved from package xmpp.pep to dtosteckbrief2017-08-062-2/+2
|
* avatar handling refactoredsteckbrief2017-08-069-24/+28
|
* Implements FS#249: Remove code duplication for avatar creationsteckbrief2017-08-054-187/+72
|
* Implements FS#217: Rework display of /me messagessteckbrief2017-08-021-488/+528
|
* Using a generator approach for generating PresencePacketssteckbrief2017-08-022-17/+9
|
* Implements FS#247 and FS#248: Show online status and typing notification in ↵steckbrief2017-08-022-16/+45
| | | | title
* Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief2017-07-314-16/+24
| | | | minor bug fixes including to fail a JingleTransfer in case criterias are not met
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-065-216/+83
|
* Formatting of remote file status adjustedsteckbrief2017-01-111-2/+2
|
* Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief2017-01-114-17/+17
| | | | feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
* Merge branch 'trz/rebase' into trz/renamesteckbrief2017-01-054-229/+283
|\
| * Added columns to fileparams table: url, original file name, key and ivsteckbrief2017-01-041-1/+2
| | | | | | | | | | 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-207-27/+118
| |\
| * \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-05-091-3/+4
| |\ \
| * \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-04-231-12/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |_|_|/ |/| | |
* | | | Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-295-30/+72
| | | |
* | | | Javadoc added and access to xmppConnectionService movedsteckbrief2016-08-231-3/+11
| | | |
* | | | 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-235-15/+59
| | | |
* | | | services.filetransfer.httpupload moved to new namespace ↵steckbrief2016-08-231-1/+1
| | | | | | | | | | | | | | | | services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package
* | | | Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief2016-08-221-3/+8
| | | | | | | | | | | | | | | | added
* | | | FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief2016-05-293-5/+7
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | XmppConnectionService.markMessage moved to MessageUtilsteckbrief2016-05-094-9/+11
| |/ |/| | | | | XmppConnectionService.attachLocationToConversation moved to ConversationUtil
* | Fixes FS#204: Observe all used directoriessteckbrief2016-04-231-5/+3
| | | | | | | | | | | | | | - 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-184-10/+52
|\ \ | | | | | | | | | | | | | | | Conflicts: gradle/wrapper/gradle-wrapper.properties src/main/res/values/strings.xml
| * | Related to FS#199: Removed unnecessary differentiation between a ↵steckbrief2016-04-182-4/+1
| | | | | | | | | | | | conversation with the own account
| * | Merge branch 'trz/rebase' into trz/renamelookshe2016-04-175-11/+56
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-04-072-6/+76
| | |\ | | |/ | |/| | | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ui/LogCatOutputActivity.java
* / | DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief2016-04-171-12/+9
|/ / | | | | | | | | | | | | 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-072-6/+75
| |
* | Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief2016-04-068-78/+56
| |
* | Merge branch 'trz/rebase' into trz/renamelookshe2016-04-056-10/+43
|\|
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-292-2/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-281-3/+1
| |\ \
* | | | 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-301-0/+2
| | | |
* | | | 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
| | | |