Commit Graph

2475 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
Austin Huang 77bca1b8ec
convert profile backend stuff to kotlin 2021-07-20 17:37:41 -04:00
Austin Huang 8c3ec92649
fix nightly? 2021-07-20 12:28:50 -04:00
Austin Huang 468e09de75
fix #1528 again 2021-07-18 11:30:44 -04:00
Austin Huang 1229992a46
convert search-related backend stuff to kotlin 2021-07-17 21:44:27 -04:00
Austin Huang 2dc29031cb
Rename .java to .kt 2021-07-17 21:44:26 -04:00
Austin Huang 376b814093
fix profile menuitem's
1. https://t.me/barinsta_app/22543
2. https://redd.it/olszxt point 2
2021-07-17 20:59:05 -04:00
Austin Huang 10bc98125c
close #1667 2021-07-17 13:59:36 -04:00
Austin Huang 4641fe27dc
remove discover topics 2021-07-17 11:15:46 -04:00
Austin Huang 70570560d7
fix marking first item in dm thread as read 2021-07-17 10:36:45 -04:00
Austin Huang 8717c8587e
close #1661 2021-07-16 11:48:19 -04:00
Austin Huang eba0951176
close #1395
app will pause the video when navigating away and is independent of the play-in-background preference
2021-07-13 21:46:13 -04:00
Austin Huang 4a295f0617
close #1638 2021-07-13 21:19:44 -04:00
Austin Huang 0535df25b0
Merge remote-tracking branch 'origin/master' 2021-07-13 19:33:46 -04:00
Austin Huang dd6574fbf4
fix saved collection cover media logic
https://t.me/barinsta_app/22792
2021-07-13 19:33:33 -04:00
Ammar Githam 81d43f0472 Convert DirectorySelectActivityViewModel to kotlin 2021-07-14 00:17:52 +09:00
Ammar Githam 41a4739529 Rename .java to .kt 2021-07-14 00:17:50 +09:00
Ammar Githam 854b584356 Convert DirectorySelectActivity to kotlin 2021-07-13 23:57:48 +09:00
Ammar Githam 02426a41df Rename .java to .kt 2021-07-13 23:57:47 +09:00
Ammar Githam 5b83b2a2cc Merge branch 'master' of https://github.com/austinhuang0131/barinsta 2021-07-13 23:42:56 +09:00
Ammar Githam 5b9edcfa8b Fix fragment navigation in more nav graph 2021-07-13 23:42:44 +09:00
Ammar Githam f59e2b900b Fix dialog root 2021-07-13 23:40:10 +09:00
Ammar Githam 76acaafe32 Some refactoring 2021-07-13 23:28:50 +09:00
Ammar Githam c06deee84e Convert PostsLayoutPreferencesDialogFragment to kotlin 2021-07-13 23:28:08 +09:00
Austin Huang 2c8ed1a8a1
Merge pull request #1644 from austinhuang0131/renovate/org.jetbrains.kotlin-kotlin-gradle-plugin-1.x
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.5.21
2021-07-13 09:14:03 -04:00
Ammar Githam e3bf083b52 Remove custom dialog animation for PostsLayoutPreferencesDialogFragment 2021-07-13 21:25:34 +09:00
Ammar Githam b4d3709da5 Explicitly add http scheme if missing. Fixes austinhuang0131/barinsta#1642 2021-07-13 21:15:11 +09:00
Ammar Githam 6ae5d8bd59 Some null checks 2021-07-13 21:14:06 +09:00
Ammar Githam 00945d79e7 Make Notification pk nullable. Fixes austinhuang0131/barinsta#1450 2021-07-13 20:56:51 +09:00
Renovate Bot a6f0636b4a
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.5.21 2021-07-13 11:18:51 +00:00
Austin Huang effb276aa8
Merge pull request #1634 from austinhuang0131/l10n_master
New Crowdin updates
2021-07-12 20:20:49 -04:00
Austin Huang 5221442988
put setToolbar() on onResume()
fix problem with ActionBar duplicating
2021-07-12 20:19:05 -04:00
Austin Huang cbcd120b45 New translations strings.xml (Polish) 2021-07-12 18:37:06 -04:00
Austin Huang eba32935ae
fix highlight text color 2021-07-12 18:06:22 -04:00
Austin Huang 19f47fb32c
New Crowdin updates (#1627)
* New translations strings.xml (Persian)

* New translations strings.xml (Persian)

* New translations strings.xml (Spanish)

* New translations strings.xml (Greek)

* New translations strings.xml (Chinese Traditional)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Italian)

* New translations strings.xml (Chinese Simplified)
2021-07-12 18:01:11 -04:00
Austin Huang ec702eae2e
clear old subtitle when setting new toolbar 2021-07-12 17:59:06 -04:00
Austin Huang 29b317e7a8
fix dm item layout colours 2021-07-12 17:49:16 -04:00
Ammar Githam 0715819eeb Fix toolbar race condition 2021-07-13 06:19:37 +09:00
Austin Huang fae25ff690
v19.2.4 release prep
not right away though, there are still a few issues that we need to address before we actually push it
2021-07-12 14:54:22 -04:00
Austin Huang 859b51af21
clear followviewer subtitle on exit 2021-07-12 14:49:36 -04:00
Austin Huang 723b35ca33
Revert "fix actionbar visual issues on follow"
This reverts commit a6194bf6b8.
2021-07-12 14:40:33 -04:00
Ammar Githam b8ad359997 Null check. Fixes austinhuang0131/barinsta#1598 2021-07-12 22:44:22 +09:00
Ammar Githam a9b9f8e2a8 Wrap show keyboard logic in try catch. Fixes austinhuang0131/barinsta#1482 2021-07-12 22:39:44 +09:00
Ammar Githam d2e9cabccd Null check. Fixes austinhuang0131/barinsta#1630 2021-07-12 22:22:31 +09:00
Ammar Githam 82f1140cbf Null check. Fixes austinhuang0131/barinsta#1629 2021-07-12 22:19:33 +09:00
Ammar Githam ac98420516 Make top part of report content readable in email app 2021-07-12 21:58:55 +09:00
Ammar Githam 863de885ea Convert ErrorReporterActivity to kotlin 2021-07-12 21:57:51 +09:00
Ammar Githam ab2a1a438b Rename .java to .kt 2021-07-12 21:57:51 +09:00
Ammar Githam f81438aec9 Delete unused LogCollector 2021-07-12 21:32:01 +09:00
Ammar Githam 0dc49ba273 Call delete stacktrace files function off the main thread. 2021-07-12 21:28:08 +09:00