Commit Graph

285 Commits

Author SHA1 Message Date
Paul Schaub 605fccf18d
Add more entities 2019-11-07 00:59:56 +01:00
Paul Schaub b23fd0daf0
Add more modules 2019-11-03 20:33:36 +01:00
Paul Schaub da9179b049
Begin work on stricter clean architecture.
* Created modules entity, entity_xmpp, which contain entities and their respective XMPP implementations
* Started process of inverting dependency between core and persistence layers
2019-11-03 06:33:52 +01:00
Paul Schaub e5dfa3c030
Change persistence backend to requery (fix #8) 2019-10-28 14:56:56 +01:00
Paul Schaub 5b1d7331e7
Add toasts for non-functional fabs 2019-10-12 18:33:45 +02:00
Paul Schaub 5baa2738fe
Add FABs for chat-, contact- and bookmarklist 2019-10-12 18:17:36 +02:00
Paul Schaub 6dc0d5081b
Bump material library to 1.1.0-beta01 2019-10-12 18:16:08 +02:00
Paul Schaub abfa04064f
Add FAB to add new account to account fragment 2019-10-12 17:04:02 +02:00
Paul Schaub e6dc6010c7
Always target Smack version from composite build 2019-10-12 16:21:54 +02:00
Paul Schaub 03dae46be0
Change color scheme of TabLayout to non-colored 2019-09-30 12:35:18 +02:00
Paul Schaub 05c760cf24
Fix typo in ConnectionState 2019-09-30 03:08:27 +02:00
Paul Schaub 9ee2f044ee
Reword message received notification title 2019-09-30 02:54:32 +02:00
Paul Schaub 8ab5633fcf
Crude account activate/deactivate functionality 2019-09-30 02:54:05 +02:00
Paul Schaub aa99bf1c2d
Deactivate too strict checkstyle rules 2019-09-30 02:35:57 +02:00
Paul Schaub b8b171a4f5
Rename chatPojos peerName field to contactName 2019-09-30 02:34:47 +02:00
Paul Schaub d6092388a5
Bundle: Use constant keys to address values 2019-09-30 02:28:22 +02:00
Paul Schaub 6229ca139d
Bump gradle version to 5.6.2 2019-09-30 02:23:39 +02:00
Paul Schaub eb01c0ee8d
persitence-room: gitignore iml files and schema 2019-09-30 02:22:54 +02:00
Paul Schaub a8a00dda61
persistence-room: bump compileSdkVersion to 29 2019-09-30 02:21:44 +02:00
Paul Schaub 03f368d555
Remove leftover generated dagger file 2019-09-30 02:20:28 +02:00
Paul Schaub 4cecd8aac6
Fix faulty sync drawable 2019-09-30 02:15:46 +02:00
Paul Schaub 8d8bac90c3
Fix crash on new message 2019-09-30 02:14:04 +02:00
Paul Schaub c68a0b992d Merge branch 'sync' of adiaholic/Mercury-IM into master 2019-09-27 00:07:31 +02:00
adiaholic 9dffb105b1 Add `synchronized` keyword to AppDatabase 2019-09-26 18:58:26 +05:30
Paul Schaub c167df1285
Theme changes 2019-09-25 22:50:52 +02:00
Paul Schaub 547ba23069 Merge branch 'themes' 2019-09-24 22:17:29 +02:00
Paul Schaub ba1367a298
Add layered theme structure 2019-09-24 22:16:44 +02:00
Paul Schaub e2c698879c
Bump sdk version 2019-09-24 22:15:26 +02:00
Paul Schaub ad944f1767
Replace notification instead of adding more 2019-09-24 22:15:11 +02:00
Paul Schaub a8892ee884
Implement super hacky notifications 2019-09-23 23:55:57 +02:00
Paul Schaub 75483efd70
Some Material Design changes 2019-09-23 23:20:43 +02:00
Paul Schaub eb6a406f03
Some theme color changes 2019-09-21 17:33:58 +02:00
Paul Schaub edd72d3616
temp 2019-09-21 14:58:50 +02:00
Paul Schaub 501402e791
Update Smack again 2019-09-18 15:03:38 +02:00
Paul Schaub cfe73cac50
Revert faulty change in Smack 2019-09-18 02:14:56 +02:00
Paul Schaub 12687d1ae5
Fix Smack revision 2019-09-16 20:05:56 +02:00
Paul Schaub da7eda99cf
Update smack fork 2019-09-14 15:53:26 +02:00
Paul Schaub d2adecfd78
Point Smack submodule to mercury fork on codeberg 2019-09-13 12:02:24 +02:00
Paul Schaub 09e632e1d7 Merge branch 'checkStyle' of adiaholic/Mercury-IM into master 2019-09-13 11:13:15 +02:00
adiaholic 705c7c2ec0 Remove Checkstyle Errors
By :
1) Rearrange imports
2) Adding `package-info` where required
2019-09-13 12:47:59 +05:30
Paul Schaub f74d074a0e
Reduce apk size by applying fix to smack-android 2019-09-13 01:23:45 +02:00
Paul Schaub 3b996ef745
Small changes 2019-09-13 01:22:54 +02:00
Paul Schaub 6ecfdb0c79 Merge branch 'composite' 2019-09-12 17:21:04 +02:00
Paul Schaub cae40850f2
Composite Builds!
https://docs.gradle.org/5.4.1/userguide/composite_builds.html
2019-09-12 17:19:51 +02:00
Paul Schaub db6597e064
prefix subscription related db rows 2019-09-12 15:43:33 +02:00
Paul Schaub c8f260c55f
Remove nickname field from contactModel 2019-09-12 15:42:34 +02:00
Paul Schaub c22f9a8fe2
Fix generic type in RosterRepository 2019-09-11 16:01:11 +02:00
Paul Schaub 90623b2cba
Fix #6. Fix join logic in contactDao 2019-09-11 16:00:44 +02:00
Paul Schaub 74f9f79dd3 Theme experiments 2019-09-11 01:40:47 +02:00
Paul Schaub f414f3a6d5
Better observation of Rosternames 2019-09-11 01:40:32 +02:00