Commit Graph

285 Commits

Author SHA1 Message Date
Paul Schaub 7d1714e47a
Improve last commit 2019-12-21 03:13:00 +01:00
Paul Schaub 749c4ec89c
Enable/Disable foreground service depending on accounts 2019-12-21 03:01:35 +01:00
Paul Schaub 2d71767ab2
Improve account login performance 2019-12-21 01:45:30 +01:00
Paul Schaub 3569462a78
Too lazy to comment. Simplifications and rewrites of login 2019-12-21 00:27:48 +01:00
Paul Schaub ccddad2e31
Temporary changes - gotta go! 2019-12-20 10:41:55 +01:00
Paul Schaub cfa4b8d9bf
Make use of lifecycle-common-java8 2019-12-13 12:34:52 +01:00
Paul Schaub cd56798f06
Update app dependencies 2019-12-13 12:34:24 +01:00
Paul Schaub ec024d6a1a
Use AvatarDrawable from ltt.rs in Account list 2019-12-13 11:54:10 +01:00
Paul Schaub ce1152f0d6
Readability fixes 2019-12-13 11:39:35 +01:00
Paul Schaub 7f2fe135b3
Refactor notification channel setup code 2019-12-13 11:05:33 +01:00
Paul Schaub 6d4033e923
Refactoring app 2019-12-09 15:49:59 +01:00
Paul Schaub b3b05a42b6
Refactoring in app module 2019-12-09 13:50:26 +01:00
Paul Schaub 9882d159be
Add some mapping tests 2019-12-09 00:28:21 +01:00
Paul Schaub 366d9b9df8
Fix message mapping 2019-12-08 22:49:42 +01:00
Paul Schaub a0b496be65
Additions to MessageRepository 2019-12-08 18:27:34 +01:00
Paul Schaub ba15acf659
Improve usage or rx, start working on message storage 2019-12-07 02:04:31 +01:00
Paul Schaub 1767a24fde
Refactoring and commenting 2019-12-06 20:48:27 +01:00
Paul Schaub 40a14abe02
Fix NPEs in repositories 2019-12-06 20:25:33 +01:00
Paul Schaub c2b1d794b7
Make the code compile again. 2019-12-06 15:52:50 +01:00
Paul Schaub c5bf492cda
Small changes and experiments 2019-12-02 02:31:32 +01:00
Paul Schaub f42fbda9d5
Delete DataStore class 2019-12-02 02:31:03 +01:00
Paul Schaub fd1e4ba22e
Add getOrCreate method to directChatRepo 2019-12-02 02:30:15 +01:00
Paul Schaub c5918efc89
Fix retreival method of GroupChatRepository to receive account as argument 2019-12-02 02:29:50 +01:00
Paul Schaub 8d7dd5687e
Improve PeerRepository + impl 2019-12-02 02:27:32 +01:00
Paul Schaub 39da217460
Improve update/upsert methods of repos using flatmap 2019-12-02 02:25:48 +01:00
Paul Schaub d4de49e25b
Remove Contact classes in favor of extended Peer logic 2019-12-02 00:37:35 +01:00
Paul Schaub 3cb2d79724
Update readme 2019-12-01 23:21:07 +01:00
Paul Schaub 4b951dcb75
Add package-info documentation 2019-12-01 23:13:35 +01:00
Paul Schaub 7a216fed9d
Map message payload/content 2019-12-01 23:13:25 +01:00
Paul Schaub a07f12d63b
Add dagger named annotations to RequeryRepository base class 2019-12-01 21:26:02 +01:00
Paul Schaub 855d1be3fd
Make message relations abstract 2019-12-01 21:25:37 +01:00
Paul Schaub b9c88b8ca5
More work on data component 2019-12-01 21:16:01 +01:00
Paul Schaub df68ccb600
Improve test components 2019-12-01 19:56:13 +01:00
Paul Schaub f58b8accfa
Enable dagger in data/test 2019-12-01 19:55:50 +01:00
Paul Schaub 2ecc28ed8d
Update kotlin-stdlib-jdk7 to 1.3.50 2019-12-01 19:55:04 +01:00
Paul Schaub abf4b59500
Tinker with junit database test 2019-11-29 00:43:41 +01:00
Paul Schaub 787484ebdd
Fix primary key annotations of models 2019-11-29 00:43:32 +01:00
Paul Schaub 610fd68e91
Remove .idea stuff 2019-11-29 00:43:17 +01:00
Paul Schaub 788c58c3a9
Rework around missing setId in mapping and start adding junit tests 2019-11-25 15:17:49 +01:00
Paul Schaub dc6d9f106e
More small changes 2019-11-23 21:16:03 +01:00
Paul Schaub c1538bc04c
Package name fixes 2019-11-22 23:35:14 +01:00
Paul Schaub 80ebce7c90
More package renaming shenaningans 2019-11-18 23:51:27 +01:00
Paul Schaub cf034939b4
More code-plowing. Moved interfaces from data to domain and renamed repository_xmpp to data 2019-11-18 18:39:35 +01:00
Paul Schaub 2755b2de8f
Restructure modules, remove generics hell from entities 2019-11-18 00:04:28 +01:00
Paul Schaub baeabc0602
Temporary commit 2019-11-16 09:58:00 +01:00
Paul Schaub 78d5376724
Start work on connection stuff 2019-11-12 00:07:57 +01:00
Paul Schaub 5f51586dfd Merge branch 'flow' of flow/Mercury-IM into master 2019-11-11 18:48:58 +01:00
Paul Schaub 4a72937f04
Add more modules and entites 2019-11-08 00:47:17 +01:00
Florian Schmaus b590c59ac6 readme: improve instructions on how to update the git submodules 2019-11-07 09:36:00 +01:00
Florian Schmaus f6b4341a30 gradle: We only need to exclude xpp3_min
Since xpp3 is only declared as 'implementation' in
smack-xmlparser-xpp3, whereas xpp3_min is declared as 'api'. This
means that only xpp3_min is pulled in by the build system, but as it
is already provided by Android, we need to exclude it again.
2019-11-07 09:34:09 +01:00