aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/dialogs/MessageDetailsDialog.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduces new message state modelsteckbrief2018-05-051-14/+22
|
* Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief2017-07-311-1/+1
| | | | minor bug fixes including to fail a JingleTransfer in case criterias are not met
* Merge branch 'trz/rebase' into trz/renamesteckbrief2017-01-051-1/+2
|\
| * 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-201-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
| * \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-291-1/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-111-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/entities/Message.java
| * | | | | Imports organizedsteckbrief2016-02-121-1/+0
| | | | | |
| * | | | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-161-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-101-1/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-041-7/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-021-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-031-1/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fixed importslookshe2015-10-051-4/+4
| | | | | | | | | | |
* | | | | | | | | | | Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-291-3/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | 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#173: Move access to colors to separate helper classsteckbrief2016-03-291-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fixes FS#170: Message Details: Status display has different Text colorsteckbrief2016-03-281-3/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fixes FS#139: Do not merge messages at allsteckbrief2016-03-111-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fixes FS#95: NPE when opening message details for failed file transfersteckbrief2015-12-161-1/+2
| |_|_|_|/ |/| | | |
* | | | | Moved logcat to a module, increased error robustness for loading last messagessteckbrief2015-12-101-1/+1
| |_|_|/ |/| | |
* | | | Fixes FS#75 - Change color names to reasonable namessteckbrief2015-12-041-7/+2
| |_|/ |/| |
* | | Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief2015-11-201-2/+2
| |/ |/| | | | | activity to show logcat output and button to copy contents
* | Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief2015-11-031-1/+2
|/ | | | picture or not
* Publishing additional information in message details dialog such as message ↵steckbrief2015-10-041-18/+142
| | | | type and message status
* Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵steckbrief2015-10-041-0/+59
Open resource list on long click in conversations overview, open resource list on click on bare jid in contact details view, Message details dialog added