Commit Graph

119 Commits

Author SHA1 Message Date
Ammar Githam 16f0a34f55 Merge branch 'master' of https://github.com/austinhuang0131/instagrabber 2021-06-30 00:43:30 +09:00
Austin Huang 9c811a6291
show documentprovider error details 2021-06-26 13:56:47 -04:00
Austin Huang 832641603a
validate uri before writing pref
also made pref summary up-to-date
2021-06-22 12:12:42 -04:00
Austin Huang d031998123
show proper error for download category 2021-06-22 12:11:16 -04:00
Austin Huang dcd00ce60b
restore stories autoplay; close #1409 (main) 2021-06-19 12:39:58 -04:00
Austin Huang 18de019c0d
remove legacy write-storage parts 2021-06-19 11:21:16 -04:00
Austin Huang 7345ecefd0
option to disable auto backup; close #1433 2021-06-18 16:08:32 -04:00
Austin Huang 2038f57472
preference and post support (not functional) 2021-06-13 17:58:25 -04:00
Austin Huang b287f96415
made pr buildable (not functional) 2021-06-13 17:21:34 -04:00
Ammar Githam 06508ca78d Update how AccountDataSource and AccountRepository get initialised 2021-06-12 13:02:15 +09:00
Ammar Githam ed8ca2da02 More groundwork for ProfileFragmentViewModel 2021-06-09 09:09:40 +09:00
Ammar Githam 29d2b894d8 Interchange UserService and UserRepository names. Check description.
As per the sample provided at https://github.com/android/architecture-components-samples/tree/main/GithubBrowserSample, the Retrofit interfaces should be named Services and the classes using the services are Repositories.

Once all are properly named, we can move the db repositories inside the repositories package.
2021-06-09 08:40:13 +09:00
Ammar Githam c647e22293 Convert AccountDao, AccountDataSource and AccountRepository to kotlin 2021-06-06 20:59:56 +09:00
Ammar Githam a2bd2e4b53 Convert UserRepository and UserService to kotlin 2021-06-06 10:11:30 +09:00
Austin Huang 2395b3b892
remake date formatter 2021-05-23 20:51:29 -04:00
Austin Huang c003cf5900
convert some more classes to kotlin 2021-05-22 16:22:16 -04:00
Austin Huang 1ad2b3e72b
Rename .java to .kt 2021-05-22 16:22:15 -04:00
Ammar Githam 84e93431ae Add Kotlin and convert some model classes to kotlin 2021-05-22 17:58:18 +09:00
Austin Huang 256a2ae88d
option to show keyboard immediately on search, close #1261 2021-05-18 15:48:28 -04:00
Austin Huang ba0d51d0b6
migrate preference keys 2021-05-18 14:54:26 -04:00
Ammar Githam 1ede8ad4bf Fix some bottom nav bar related issues. Check description.
1. Fixed inconsistent bottom bar hiding. Since currently bottom bar cannot hide with motionlayout, keep bottom bar visible.
2. Remove unnecessary padding in location and hashtag fragment.
3. Fix the last item in more preference screen hidden under bottom bar.
2021-05-11 20:07:10 +09:00
Ammar Githam 3dde61d91a Show tooltip to make user aware of expandable count. Fix FormattedNumberTextView animation. 2021-05-08 20:22:26 +09:00
Ammar Githam 9dae40fae0 More null checks. Probably resolves austinhuang0131/barinsta#992 2021-05-03 17:31:00 +09:00
Austin Huang d326d9e2d7
visual optimizations for the previous commit 2021-04-11 09:54:25 -04:00
Austin Huang 84d82e92d3
made play in background an option per https://redd.it/mmpeg9 2021-04-11 09:45:38 -04:00
Ammar Githam f570ea6146 Null checks. Fixes https://github.com/austinhuang0131/barinsta/issues/992 2021-04-09 19:51:37 +09:00
Austin Huang a2f73eeb2d
actually add getHideMutedReelsPreference 2021-04-07 07:36:21 -04:00
Austin Huang 50429a0926
#955 2021-04-03 22:16:50 -04:00
Austin Huang f55e519895
Merge branch 'master' into pr/925 2021-04-03 12:41:00 -04:00
Ammar Githam 0cc03b98c2 Completely restart app on login logout 2021-04-04 00:43:01 +09:00
Austin Huang 5623f6d266
Merge branch 'master' into feature/option_prepend_username 2021-04-02 17:35:18 -04:00
Austin Huang eb21854ee7
muted reels behaviour setting 2021-04-02 17:14:37 -04:00
Austin Huang d0e01b3b9b
fix notification navigation in pursuant to #850 2021-04-02 16:59:28 -04:00
Austin Huang 0c11053b93
Merge branch 'master' into per-flavor-update-check 2021-04-02 13:50:49 -04:00
junhuicoding f0167f2d93 Resolve PR comments 2021-04-03 01:24:13 +08:00
Austin Huang 23611df3fe
make isNavRootInCurrentTabs consistent, show/hide explore 2021-04-02 12:01:29 -04:00
Austin Huang 1774ce8af0
Merge branch 'master' into bottombar_redesign 2021-04-02 09:35:25 -04:00
junhuicoding a2be48029f initial implementation 2021-03-31 22:53:56 +08:00
Austin Huang cbb7b8654a
Update NotificationsPreferencesFragment.java 2021-03-30 12:23:32 -04:00
Ammar Githam 86b04e69ee Skip update check for pre-release builds 2021-03-28 23:32:27 +09:00
Ammar Githam 1089a39375 Separate out latest version check logic per flavor 2021-03-28 22:56:29 +09:00
Ammar Githam 1d3ec52857 Generate default tab preference list from current tabs 2021-03-25 19:29:56 +09:00
Ammar Githam b80ae2fcfe Get 'show bottom destinations' from tabs. Add Activity to list of available tabs. 2021-03-25 01:23:33 +09:00
Ammar Githam 2fed236f04 Disable DM if tab removed and do not add favs to more list if tab added 2021-03-25 00:32:24 +09:00
Ammar Githam b9d75af03c Merge branch 'master' into bottombar_redesign 2021-03-24 23:40:31 +09:00
Ammar Githam 9fe896bc65 Customise screen/tab order 2021-03-24 22:24:36 +09:00
Austin Huang fba0a751b1
Merge branch 'master' into add-sentry 2021-03-22 10:32:32 -04:00
Ammar Githam 5bdfb7df51 Add sentry to github builds
This commit adds github and fdroid product flavors.
Sentry is added only to github builds.
Sentry is opt-in.
2021-03-21 22:50:23 +09:00
Zerrium 311c7feb80
Update app/src/main/java/awais/instagrabber/fragments/settings/PostPreferencesFragment.java
Co-authored-by: Austin Huang <im@austinhuang.me>
2021-03-21 01:16:03 +07:00
zerrium a4c99568ef Added settings for KeywordFilter 2021-03-19 16:19:27 +07:00