|
d8076ddcac
|
Fix message adapter
|
2020-06-24 22:50:26 +02:00 |
|
|
6efd8a1940
|
Add OX store implementation
|
2020-06-18 21:52:06 +02:00 |
|
|
f208a9f769
|
Store and restore OX keys
|
2020-06-15 17:41:13 +02:00 |
|
|
61de3cb22c
|
Start OX implementation
|
2020-06-13 19:14:38 +02:00 |
|
|
9e646c1d41
|
Make app compile
|
2020-06-11 16:04:06 +02:00 |
|
|
d22b0b3472
|
Use DI for store injection
|
2020-06-09 21:52:53 +02:00 |
|
|
24311bd522
|
Fix compilation of cli module
|
2020-06-08 16:25:41 +02:00 |
|
|
c3b3384df6
|
Make ConnectionFactory injectable
|
2020-06-06 18:54:56 +02:00 |
|
|
8092140fa0
|
Package structure refactoring
|
2020-06-06 18:45:20 +02:00 |
|
|
892080fb02
|
Improve logging
|
2020-06-06 17:23:38 +02:00 |
|
|
c7a3b59a79
|
Small code fixes
|
2020-06-06 17:09:37 +02:00 |
|
|
9ed9c36fa3
|
Account Management: Move ViewModel logic mostly to domain
|
2020-06-06 16:45:20 +02:00 |
|
|
91084ad2a7
|
Wip: Implement message store and display
|
2020-06-05 16:35:16 +02:00 |
|
|
206fd1c8da
|
Poc: Add/Remove roster groups
|
2020-06-05 13:45:53 +02:00 |
|
|
441cf7c902
|
Better navigation and editing contact names
|
2020-06-05 00:22:48 +02:00 |
|
|
71e16d0fef
|
Implement adding/removing contacts + detail contact view
|
2020-06-04 23:49:03 +02:00 |
|
|
8fa067acfb
|
Start implementing addContact functionality
|
2020-06-04 00:04:20 +02:00 |
|
|
1122ece79d
|
Carbon stuff
|
2020-06-01 10:24:49 +02:00 |
|
|
86d8fd9e84
|
Fix some reactive issues
|
2020-05-31 22:32:33 +02:00 |
|
|
ac472a3b6f
|
Wip
|
2020-05-27 22:34:27 +02:00 |
|
|
272924643c
|
Latest non-working version
|
2020-05-23 12:01:31 +02:00 |
|
|
10ed534876
|
Wip: Work on enabling accounts from accounts fragment
|
2020-05-16 17:13:51 +02:00 |
|
|
44d066117d
|
Utilize lombok in entity
|
2020-05-16 15:53:54 +02:00 |
|
|
c52ff7ed25
|
Work on app module
|
2020-05-15 17:05:11 +02:00 |
|
|
b56b451a4b
|
Wip
|
2020-05-11 16:31:07 +02:00 |
|
|
f58ad142cc
|
Start incorporating changes from RxConnectionCenter
|
2020-05-05 22:08:04 +02:00 |
|
|
7e1c9a7bdc
|
Also disconnect unauthenticated connections
|
2020-01-06 18:32:50 +01:00 |
|
|
83db8fe404
|
Set version and some manager defaults
|
2020-01-06 05:20:51 +01:00 |
|
|
7a30921a9c
|
Reimplement entity caps caching
|
2020-01-06 03:41:37 +01:00 |
|
|
25011cb734
|
Update some dependencies
|
2020-01-06 01:27:11 +01:00 |
|
|
ae6d3ef9d4
|
Use connection instead of account in account fragment
|
2020-01-05 23:13:58 +01:00 |
|
|
bc85fe432d
|
Move connection handling to MercuryConnectionManager
|
2020-01-05 15:54:44 +01:00 |
|
|
fc48b35f05
|
Add handy methods to AccountRepository
|
2020-01-05 15:50:35 +01:00 |
|
|
ed31f5c8c8
|
Remove unused ConnectionRegistry
|
2020-01-05 15:50:11 +01:00 |
|
|
84b5461c11
|
Temp
|
2020-01-04 22:56:34 +01:00 |
|
|
dc50bf9468
|
Initial design of MercuryConnectionRegistry
|
2019-12-26 12:14:52 +01:00 |
|
|
6cb9ce5362
|
Fix faulty use of .map(ResultDelegate::firstOrNull)
|
2019-12-26 08:46:55 +01:00 |
|
|
6ae00a936b
|
Login on startup
|
2019-12-22 05:48:07 +01:00 |
|
|
f7fae59062
|
More chat repo methods
|
2019-12-22 03:18:14 +01:00 |
|
|
c165d7a633
|
deleteAccount(uuid)
|
2019-12-22 02:21:19 +01:00 |
|
|
6504170d58
|
Fix duplicate contacts on rename
|
2019-12-22 02:06:51 +01:00 |
|
|
647695b081
|
Refactor XmppConnectionFactory
|
2019-12-22 00:49:30 +01:00 |
|
|
83c3245c36
|
Generalize ThreadUtils javadoc
|
2019-12-22 00:38:40 +01:00 |
|
|
5c403cef24
|
Refactor DiffUtil
|
2019-12-22 00:36:18 +01:00 |
|
|
7905693fc7
|
Fix duplicates from inserting
|
2019-12-21 16:30:14 +01:00 |
|
|
687288e697
|
Work on contact list - wip!
|
2019-12-21 05:34:19 +01:00 |
|
|
81aab30d59
|
Setup CSI again
|
2019-12-21 03:24:00 +01:00 |
|
|
749c4ec89c
|
Enable/Disable foreground service depending on accounts
|
2019-12-21 03:01:35 +01:00 |
|
|
2d71767ab2
|
Improve account login performance
|
2019-12-21 01:45:30 +01:00 |
|
|
3569462a78
|
Too lazy to comment. Simplifications and rewrites of login
|
2019-12-21 00:27:48 +01:00 |
|