steckbrief
990a35c475
Custom toast view added
2017-01-11 14:47:25 +01:00
steckbrief
c09e7f0a21
Merge branch 'trz/rebase' into trz/rename
2017-01-05 21:05:24 +01:00
steckbrief
867ee31661
Merge branch 'trz/rebase' (early part) into trz/rename
2017-01-05 20:24:22 +01:00
steckbrief
2586fe2b9d
related to FS#237
2017-01-05 20:21:09 +01:00
steckbrief
c9ae205490
Merge remote-tracking branch 'origin/trz/rename' into trz/rebase
2017-01-05 20:17:12 +01:00
steckbrief
28676d3048
Fixed errors with notifications
2017-01-04 23:27:10 +01:00
steckbrief
ca1cae4fac
Version set to beta-6
2017-01-04 21:43:25 +01:00
steckbrief
955797a090
Fixed NPE in FileParams.setKeyAndIv
2017-01-04 21:42:16 +01:00
steckbrief
95cb239415
Added columns to fileparams table: url, original file name, key and iv
...
auto download of files moved from MessageParser to MessageAdapter
download and open file representation cleaned up
2017-01-04 19:41:20 +01:00
steckbrief
b85035c2bf
Adjusted maven URL
2017-01-02 15:52:00 +01:00
steckbrief
93c3c723a9
Hide number of unread message counter if there are no new messages
2016-12-29 13:12:21 +01:00
steckbrief
7190f3c540
Implement FS#239: Show number of unread messages in conversations overview
2016-12-28 14:17:58 +01:00
steckbrief
6bfda82067
versioncode and versionname updated in build.gradle
2016-11-11 16:02:33 +01:00
steckbrief
e98aa48990
Fixes FS#237: Enable long click in layout instead of programmatically
2016-10-23 15:33:35 +02:00
steckbrief
59e861ee69
Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase
2016-10-20 19:45:26 +02:00
steckbrief
9ec29bb1dc
Fixes FS#29: Own Avatar not loaded
2016-09-29 11:58:17 +02:00
steckbrief
34fcdda53f
Implements FS#235: Deletion of remote files uploaded via httpupload
2016-09-29 11:57:16 +02:00
steckbrief
297bed106e
Fixes FS#230: Uncaught NullPointerException in DNSHelper
2016-08-26 10:52:07 +02:00
steckbrief
0ef9af997c
Fixes conditions for cplus db upgrades
2016-08-23 12:17:58 +02:00
steckbrief
c6ed89e410
Javadoc added and access to xmppConnectionService moved
2016-08-23 12:00:50 +02:00
steckbrief
14e28d1e9a
Fixes FS#229: prompt for confirmation before deleting a file
2016-08-23 11:34:14 +02:00
steckbrief
ad096f4bfd
Confirmation dialog added before sending delete command for remote file
2016-08-23 11:23:40 +02:00
steckbrief
e91e8a30b1
services.filetransfer.httpupload moved to new namespace services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package
2016-08-23 09:49:06 +02:00
steckbrief
2d462a746e
xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete parts of xmpp.filetransfer.http moved to .delete package
2016-08-23 09:46:51 +02:00
steckbrief
e7089c55ac
Improved error handling for httpupload
2016-08-22 21:30:57 +02:00
steckbrief
3ed7cb54e5
Basic filetransfer http delete implementation; Exceptions for IqPacketError added
2016-08-22 21:30:36 +02:00
steckbrief
77d0c1110a
Merge remote-tracking branch 'remotes/origin/filetransfer'
2016-08-22 08:55:37 +02:00
steckbrief
97100834a5
Implements FS#227: Store password encrypted in internal database
2016-07-16 15:11:36 +02:00
steckbrief
f45ad10b1b
Related to FS#131, FS#129, FS#220:
...
- FileTransferFailureReason including types introduced. A failure can be recoverable, non-recoverable or limited recoverable
- in case file transfer with the highest weight factor fails, the next file transfer method is used
- improved logging
- javadoc comments added
2016-06-06 09:07:59 +02:00
steckbrief
b1ab7347b9
FileTransfer reworked (first steps - functionality as is), HttpUpload
...
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
2016-05-29 20:33:36 +02:00
steckbrief
d3a2fe5796
Fixed javadoc of HttpUploadHint
2016-05-26 20:36:14 +02:00
steckbrief
56b5eae480
Fixed javadoc of PubSub Element Generation/Parsing
2016-05-26 20:34:05 +02:00
steckbrief
2860088f0e
Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase
2016-05-09 21:10:11 +02:00
steckbrief
10e607ac51
XmppConnectionService.markMessage moved to MessageUtil
...
XmppConnectionService.attachLocationToConversation moved to ConversationUtil
2016-05-09 20:41:58 +02:00
steckbrief
be448291ca
version name set to beta-3
2016-05-02 11:15:46 +02:00
steckbrief
b5abdd1b6d
Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase
...
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
2016-04-23 23:22:57 +02:00
steckbrief
b789ace386
Fixes FS#204: Observe all used directories
...
- 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
2016-04-23 22:50:54 +02:00
steckbrief
ab82801448
Related to FS#134: check if oldversion is smaller then new version on upgrading c+ db
2016-04-23 22:45:22 +02:00
steckbrief
16e8de1085
Removed download decision MUST if the message contains jabber ❌ oob:oob/url
2016-04-19 21:53:23 +02:00
steckbrief
6bd26c987a
Persist Message.treatAsDownloadable
2016-04-19 20:14:35 +02:00
steckbrief
4db32cdc8f
Related to FS#134: Set Message flags according to httpupload hint
2016-04-19 20:14:04 +02:00
steckbrief
ee0264d98c
Merge branch 'master' into introduce_cplus_database_version
...
Conflicts:
gradle/wrapper/gradle-wrapper.properties
src/main/res/values/strings.xml
2016-04-18 19:58:40 +02:00
steckbrief
52fec558ad
Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase
2016-04-18 19:27:01 +02:00
steckbrief
61149411c5
Merge commit 'remotes/origin/trz/rename~4' into trz/rebase
2016-04-18 19:26:45 +02:00
steckbrief
7df96caedb
Implements FS#137: build flavors
...
moved Config.java parameters to a flavorable configuration file
2016-04-18 16:51:50 +02:00
steckbrief
2e063d8696
Related to FS#199: fixed merge hickups (message correction setting removed, key for other expert settings readded)
2016-04-18 15:07:15 +02:00
steckbrief
073813d192
Related to FS#199: Removed unnecessary build configuration variable to hide disable button on foreground service notification
2016-04-18 09:38:55 +02:00
steckbrief
22394cfaf0
Related to FS#199: Removed unnecessary differentiation between a conversation with the own account
2016-04-18 09:11:58 +02:00
steckbrief
d94eb9309b
DatabaseBackend updated to serve Conversatiosn Database version and 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)
2016-04-17 21:08:14 +02:00
9b59faa2fa
removed unused string
2016-04-17 19:01:32 +02:00