Commit Graph

165 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 26044e427e
Merge pull request #1486 from austinhuang0131/renovate/com.google.android.material-material-1.x
Update dependency com.google.android.material:material to v1.4.0-rc01
2021-06-28 17:28:12 -04:00
Renovate Bot a97104adb9
Update dependency com.google.android.material:material to v1.4.0-rc01 2021-06-28 21:13:39 +00:00
Austin Huang df6c0782b3
Merge pull request #1484 from austinhuang0131/renovate/androidx.recyclerview-recyclerview-1.x
Update dependency androidx.recyclerview:recyclerview to v1.2.1
2021-06-28 17:10:18 -04:00
Renovate Bot 283d4ee2d5
Update dependency androidx.recyclerview:recyclerview to v1.2.1 2021-06-28 20:27:09 +00:00
Renovate Bot 21b5c122ee
Update dependency androidx.fragment:fragment-ktx to v1.3.5 2021-06-28 18:54:35 +00:00
Austin Huang 70472dea14
Merge pull request #1481 from austinhuang0131/renovate/androidx.core-core-1.x
Update dependency androidx.core:core to v1.6.0-rc01
2021-06-28 12:29:58 -04:00
Austin Huang f6f9edec4d
Merge pull request #1456 from austinhuang0131/renovate/androidx.camera-camera-view-1.x
Update dependency androidx.camera:camera-view to v1.0.0-alpha25
2021-06-28 12:28:19 -04:00
Austin Huang 4089db8cad
Merge pull request #1451 from austinhuang0131/renovate/androidx.camera-camera-camera2-1.x
Update dependency androidx.camera:camera-camera2 to v1.1.0-alpha05
2021-06-28 12:24:46 -04:00
Austin Huang 8b555456f5
Merge pull request #1380 from austinhuang0131/renovate/io.sentry-sentry-android-5.x
Update dependency io.sentry:sentry-android to v5
2021-06-28 12:22:29 -04:00
Renovate Bot efb460d9c3
Update dependency androidx.core:core to v1.6.0-rc01 2021-06-28 16:21:44 +00:00
Ammar Githam 1ebf7a2e4b Update ProfileFragmentViewModel 2021-06-23 20:52:45 +09:00
Renovate Bot 14c98ba5cf
Update dependency androidx.camera:camera-view to v1.0.0-alpha25 2021-06-22 00:27:54 +00:00
Renovate Bot 252cf1aefb
Update dependency androidx.camera:camera-camera2 to v1.1.0-alpha05 2021-06-21 22:16:20 +00:00
Austin Huang d77e8aa5dd
update some packages, does not seem to change anything 2021-06-21 17:35:13 -04:00
Austin Huang c72e66c166
release prep 2021-06-21 15:55:35 -04:00
Austin Huang f961c422ca
Merge branch 'master' into pr/934 2021-06-13 12:02:51 -04:00
Ammar Githam 70ffac3025 Add some ProfileFragmentViewModel logic and tests 2021-06-13 20:52:03 +09:00
Ammar Githam 54ff196bb1 Convert AppDatabase to kotlin 2021-06-08 22:39:00 +09:00
Renovate Bot a2ebcfca34
Update dependency io.sentry:sentry-android to v5 2021-06-07 10:15:56 +00:00
Ammar Githam c647e22293 Convert AccountDao, AccountDataSource and AccountRepository to kotlin 2021-06-06 20:59:56 +09:00
Ammar Githam faf299f6f0 Preparation for adding ProfileFragmentViewModel 2021-06-05 19:36:00 +09:00
Ammar Githam 8491d1aac7 Convert BitmapUtils to kotlin and migrate MediaUploader funcs to suspend 2021-06-03 20:40:13 +09:00
Ammar Githam 5756f055d9 Convert DownloadWorker to kotlin 2021-06-02 08:09:22 +09:00
Ammar Githam 0c77611e22 Missed gradle changes 2021-05-31 22:16:34 +09:00
Ammar Githam 87e6e4440f Convert to kotlin, suspend funs, and viewModelScope 2021-05-31 20:55:22 +09:00
Ammar Githam 77965f9634 Convert FavoritesViewModel to kotlin and optimise code 2021-05-25 07:36:47 +09:00
Renovate Bot 303b04be55
Update dependency com.github.ammargitham:AutoLinkTextViewV2 to v3.2.0 2021-05-23 00:12:00 +00:00
Ammar Githam ce4203e5ea Update AutoLinkTextViewV2. Fixes austinhuang0131/barinsta#1204 2021-05-23 08:47:51 +09:00
Ammar Githam 0c7fb20b2b Merge branch 'master' of https://github.com/austinhuang0131/barinsta
Merge branch 'master'
2021-05-22 18:03:03 +09:00
Ammar Githam 84e93431ae Add Kotlin and convert some model classes to kotlin 2021-05-22 17:58:18 +09:00
Austin Huang 4f7f2c9f79
release prep 2021-05-21 15:11:24 -04:00
Austin Huang 8ef12077e1
Merge pull request #1279 from austinhuang0131/renovate/androidx.core-core-1.x
Update dependency androidx.core:core to v1.6.0-beta01
2021-05-19 14:48:16 -04:00
Renovate Bot bcaaeb0bd1
Update dependency org.junit.jupiter:junit-jupiter to v5.7.2 2021-05-19 17:18:04 +00:00
Renovate Bot c38a622209
Update dependency androidx.core:core to v1.6.0-beta01 2021-05-19 17:14:09 +00:00
Austin Huang b5bad43630
Merge pull request #1233 from austinhuang0131/renovate/androidx.room-room-runtime-2.x
Update dependency androidx.room:room-runtime to v2.3.0
2021-05-19 13:10:34 -04:00
Renovate Bot 56a9f42df2
Update dependency androidx.room:room-testing to v2.3.0 2021-05-14 17:34:15 +00:00
Ammar Githam cf71ca682e Update keyboard/emojipicker visiblity logic. Fixes austinhuang0131/barinsta#1181. Also check description.
This commits adds some special handling for Android 11+ users regarding keyboard visibility. Check https://github.com/android/user-interface-samples/tree/master/WindowInsetsAnimation.
2021-05-14 00:53:23 +09:00
Renovate Bot 86365f95ea
Update dependency androidx.room:room-runtime to v2.3.0 2021-05-09 22:04:14 +00:00
Austin Huang 16381ad522
Merge pull request #1224 from austinhuang0131/renovate/com.google.android.material-material-1.x
Update dependency com.google.android.material:material to v1.4.0-beta01
2021-05-09 18:00:28 -04:00
Ammar Githam ae356d6601 Add prop to explicitly split apks instead of default 2021-05-10 00:54:06 +09:00
Ammar Githam 870eac1b6a Fix multiple apk build not triggered 2021-05-10 00:21:59 +09:00
Ammar Githam b56f3e69e2 Merge branch 'master' into split-abi-apks 2021-05-09 13:32:11 +09:00
Renovate Bot e26152dbc7
Update dependency com.google.android.material:material to v1.4.0-beta01 2021-05-08 19:29:53 +00: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 83475a9bfb Update Android Gradle Plugin to 4.2.0
Also update some dependencies
2021-05-07 20:56:44 +09:00
Renovate Bot 0b2a955f38
Update dependency androidx.camera:camera-camera2 to v1.1.0-alpha04 2021-04-26 22:12:56 +00:00
Austin Huang 409d8c928d
Merge pull request #856 from austinhuang0131/renovate/androidx.camera-camera-view-1.x
Update dependency androidx.camera:camera-view to v1.0.0-alpha24
2021-04-26 18:09:38 -04:00
Austin Huang f88bc49c30
Merge pull request #1077 from ammargitham/feature/search-history
Search history with separate search fragment
2021-04-26 17:53:20 -04:00
Ammar Githam 8820779303 Handle long clicks. Fixes austinhuang0131/barinsta#1117 2021-04-25 20:58:02 +09:00