Commit Graph

22 Commits

Author SHA1 Message Date
Renovate Bot 0edf0515e8
Update dependency androidx.navigation:navigation-safe-args-gradle-plugin to v2.4.0-alpha05 2021-07-21 18:02:10 +00:00
Renovate Bot a6f0636b4a
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.5.21 2021-07-13 11:18:51 +00:00
Ammar Githam 8a88f90281 Merge branch 'master' into feature/multistack-navigation 2021-07-04 01:14:07 +09:00
Ammar Githam 05f8b1b8e3 Migrate Navigation to 2.4.0-alpha4
1. 2.4.0 introduces multistack navigation. Which removes the need for NavigationExtensions
2. Organised all nav graphs into a single graph to remove global action redundancy.
2021-07-03 21:36:34 +09:00
Renovate Bot 3fb1cd5dcf
Update dependency com.android.tools.build:gradle to v4.2.2 2021-07-02 15:21:11 +00:00
Renovate Bot 8959fc43a8
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.5.20 2021-06-24 08:56:55 +00:00
Ammar Githam 84e93431ae Add Kotlin and convert some model classes to kotlin 2021-05-22 17:58:18 +09:00
Renovate Bot 2b4cdeaabe
Update dependency com.android.tools.build:gradle to v4.2.1 2021-05-14 17:27:17 +00:00
Ammar Githam 83475a9bfb Update Android Gradle Plugin to 4.2.0
Also update some dependencies
2021-05-07 20:56:44 +09:00
Austin Huang a1091d7340
close #661 2021-04-17 16:24:21 -04:00
Ammar Githam 0903804523 Remove icu4j dependency 2021-03-20 10:32:13 +09:00
Ammar Githam e4741d3f7c Merge remote-tracking branch 'origin/dm-notifications-enhancements' into dm-notifications-enhancements 2021-02-28 01:13:47 +09:00
Ammar Githam a7a595f8d4 Centralised syncing of inbox. 2021-02-28 00:59:55 +09:00
Austin Huang 28b74a6975
#512, #575, #583, #656, #665 2021-02-07 17:45:16 -05:00
Ammar Githam f94694fff3 Update/add dependencies and enable proguard (no obfuscation). 2020-12-07 19:39:32 +09:00
Ammar Githam 84467b60b5 Add preference tp disable post open animation, extract some strings to xml, fix one locale string. 2020-11-14 18:32:11 +09:00
Ammar Githam 60e5007376 Replace icafe with apache-commons-imaging 2020-11-10 21:46:30 +09:00
Ammar Githam 3ac2ee36aa Remove IPTC from downloaded JPG files 2020-11-06 03:34:01 +09:00
Ammar Githam 6bf59e83ad Initial commit for new posts layout 2020-10-17 19:07:03 +09:00
Ammar Githam 30695ae02f update direct messages
This commit sets up the base for future enhancements in direct messages. The changes are:

1. Introducing fragments and navigation using androidx.navigation.fragment.NavHostFragment.

2. Using ListAdapter and LiveData for the RecyclerViews.

3. Fixes a bug where a single direct message was lost when querying older messages.
2020-08-17 22:51:39 +09:00
Austin Huang 392b3f6510
separated profile view activity 2020-08-13 17:08:27 -04:00
Austin Huang 13beabf741
init 2020-07-01 13:08:28 -04:00