Commit Graph

  • ad22227f8e Simplify view binding in Activity Kirill Kamakin 2022-11-12 11:10:20 +01:00
  • 5c71641ed2 Merge pull request #89 from kirmanak/gradle-action Kirill Kamakin 2022-11-06 21:18:54 +01:00
  • 6778922130 Use gradle-build-action in Actions Kirill Kamakin 2022-11-06 20:49:12 +01:00
  • 6adf40620c Merge pull request #88 from kirmanak/release Kirill Kamakin 2022-11-06 20:29:12 +01:00
  • a501e6e9b9 Update app version Kirill Kamakin 2022-11-06 20:19:19 +01:00
  • 3f1d7e24e6 Merge pull request #87 from kirmanak/ingredient-check-box-centered Kirill Kamakin 2022-11-06 20:16:13 +01:00
  • 0c0248dbbc Ignore ingredients with empty note Kirill Kamakin 2022-11-06 20:02:51 +01:00
  • 377509d160 Merge pull request #85 from kirmanak/info-loading Kirill Kamakin 2022-11-06 19:46:48 +01:00
  • 3b88eb65e8 Add RecipeViewModel tests Kirill Kamakin 2022-11-06 19:37:33 +01:00
  • 0c87657b55 Add RecipeInfoViewModel test Kirill Kamakin 2022-11-06 19:28:22 +01:00
  • 5ed6d44099 Fix crashing when tapping too fast Kirill Kamakin 2022-11-06 16:21:27 +01:00
  • 89bcde7414 Fix BuildConfig import Kirill Kamakin 2022-11-06 16:06:03 +01:00
  • b3ea95f732 Update recipe repo Kirill Kamakin 2022-11-06 15:56:26 +01:00
  • 4ad3e7662e Split loadRecipeInfo to refresh/load Kirill Kamakin 2022-11-06 13:46:45 +01:00
  • cc73f68751 Fix jumping recipe info sheet Kirill Kamakin 2022-11-05 14:24:59 +01:00
  • ff38ce655d Read navigation argumens in ViewModel Kirill Kamakin 2022-11-05 13:27:16 +01:00
  • a4565e4685 Merge pull request #86 from kirmanak/chucker Kirill Kamakin 2022-11-06 19:27:06 +01:00
  • 76188c2caf Request notification permission for Chucker Kirill Kamakin 2022-11-06 19:16:07 +01:00
  • 8d2487d753 Merge pull request #84 from kirmanak/separate-firebase-project Kirill Kamakin 2022-11-05 13:03:07 +01:00
  • 12ec1540f5 Ignore build dir in architecture module Kirill Kamakin 2022-11-05 12:49:18 +01:00
  • bbc368ce69 Reuse build configuration for logger Kirill Kamakin 2022-11-05 12:42:26 +01:00
  • 4eb119725a Remove obsolete log tag length check Kirill Kamakin 2022-11-05 12:32:13 +01:00
  • 79324278de Add Analytics tests Kirill Kamakin 2022-11-05 12:23:32 +01:00
  • dc23c6574a Revert "Use separate Firebase project to debug" Kirill Kamakin 2022-11-05 12:00:57 +01:00
  • 52519a8d29 Revert "Move release Firebase config to type dir" Kirill Kamakin 2022-11-05 12:00:56 +01:00
  • f98de3784e Disable Firebase data collection in debug builds Kirill Kamakin 2022-11-05 12:00:51 +01:00
  • b84406d384 Move release Firebase config to type dir Kirill Kamakin 2022-11-04 20:28:31 +01:00
  • 8a4d2a7d1b Use separate Firebase project to debug Kirill Kamakin 2022-11-04 20:13:35 +01:00
  • 0d3795ac6f Merge pull request #83 from kirmanak/improve-onboarding Kirill Kamakin 2022-11-05 12:28:06 +01:00
  • dfd590ee50 Add RecipeViewModel tests Kirill Kamakin 2022-11-05 12:17:48 +01:00
  • 2027f6ac60 Add valueUpdatesOnly tests Kirill Kamakin 2022-11-05 11:44:14 +01:00
  • d873bfa2ed Ignore load errors if wasn't loading Kirill Kamakin 2022-11-05 11:32:17 +01:00
  • 39ce70f964 Remove unnecessary method Kirill Kamakin 2022-11-05 11:08:12 +01:00
  • 7800d7e754 Simplify RecipesPagingAdapter creation Kirill Kamakin 2022-11-05 11:06:21 +01:00
  • 1ee0456494 Use repeatOnLifecycle Kirill Kamakin 2022-11-05 10:57:56 +01:00
  • b7bb6c8566 Simplify edge case handling Kirill Kamakin 2022-11-05 10:40:15 +01:00
  • 33bdaf9726 Show load end/load failure toasts Kirill Kamakin 2022-11-04 22:13:57 +01:00
  • 714ff7d33f Request recipes on successful authorization Kirill Kamakin 2022-11-04 21:30:52 +01:00
  • e0780e9a9f Add login data examples Kirill Kamakin 2022-11-04 20:52:09 +01:00
  • 2a3a7e32e7 Improve URL input screen Kirill Kamakin 2022-11-04 20:45:43 +01:00
  • 9b17f04070 Merge pull request #82 from kirmanak/splash-screen Kirill Kamakin 2022-11-04 20:13:50 +01:00
  • 7b25432595 Drop support for APIs 24 and 25 (Android 7) Kirill Kamakin 2022-11-04 19:52:21 +01:00
  • ceed3cee4e Drop support for API 23 (Android 6) Kirill Kamakin 2022-11-04 19:48:24 +01:00
  • 30e6263ce1 Update splash icon for pre-31 APIs Kirill Kamakin 2022-11-04 19:40:31 +01:00
  • 40804efd70 Rename splash screen icon Kirill Kamakin 2022-11-04 19:14:05 +01:00
  • 6e15578725 Remove unused resources Kirill Kamakin 2022-11-04 19:12:44 +01:00
  • d6c67d1663 Call onCreate faster Kirill Kamakin 2022-11-04 19:09:36 +01:00
  • 6ab23d6ef5 Fix animation colors Kirill Kamakin 2022-11-03 23:06:59 +01:00
  • b32ab57781 Add nice animation Kirill Kamakin 2022-11-03 23:02:47 +01:00
  • 2f6991f747 Start animation work Kirill Kamakin 2022-11-03 20:48:08 +01:00
  • b6d077bfb0 Extract vector-to-be-animated to separate file Kirill Kamakin 2022-11-03 20:38:10 +01:00
  • db4aaf0bbd Use animated drawable on 31+ only Kirill Kamakin 2022-11-03 20:35:50 +01:00
  • b4071a5dae Implement first animated drawable Kirill Kamakin 2022-11-03 20:01:57 +01:00
  • 8a91f02f0e Add splash screen animation vectors Kirill Kamakin 2022-11-03 19:36:24 +01:00
  • 270707c434 Add logging to start destination Kirill Kamakin 2022-11-03 19:15:11 +01:00
  • 610f3e9377 Ignore duplicate start destination updates Kirill Kamakin 2022-10-31 21:23:03 +01:00
  • 0487a5c038 Keep splash screen while start is unknown Kirill Kamakin 2022-10-31 21:16:20 +01:00
  • 6ccb8848ec Fix navigation setup Kirill Kamakin 2022-10-31 21:01:52 +01:00
  • a6a9aef5e2 Remove splash fragment Kirill Kamakin 2022-10-31 20:57:26 +01:00
  • 81e3fcfd98 Start splash screen API migration Kirill Kamakin 2022-10-31 20:46:03 +01:00
  • eb65ac6860 Merge pull request #80 from kirmanak/update-version Kirill Kamakin 2022-10-31 20:56:12 +01:00
  • b72050e7cf Update app version Kirill Kamakin 2022-10-31 20:05:23 +01:00
  • a25f93e5fe Merge pull request #78 from kirmanak/unit-tests Kirill Kamakin 2022-10-31 20:40:48 +01:00
  • 7c02df4d30 Add unit tests Kirill Kamakin 2022-10-31 19:41:49 +01:00
  • 98e082b95e Merge pull request #81 from kirmanak/github-action-versions Kirill Kamakin 2022-10-31 20:28:22 +01:00
  • ceb091b73c Update GitHub action versions Kirill Kamakin 2022-10-31 20:17:25 +01:00
  • 61f17d6fe4 Merge pull request #79 from kirmanak/glide-ksp Kirill Kamakin 2022-10-31 20:07:49 +01:00
  • a9cfca3eff Replace Glide kapt with Glide KSP Kirill Kamakin 2022-10-31 19:56:42 +01:00
  • 6b4538b064 Merge pull request #77 from kirmanak/sonar-task Kirill Kamakin 2022-10-30 14:23:26 +01:00
  • 1c57a25779 Use new sonar task Kirill Kamakin 2022-10-30 14:11:10 +01:00
  • 5549e9da3d Merge pull request #76 from kirmanak/v1-support Kirill Kamakin 2022-10-30 13:59:32 +01:00
  • 765e8877ec Move class to correct file Kirill Kamakin 2022-10-30 13:44:33 +01:00
  • 94c030c04d Handle server info inside of AuthDataSource Kirill Kamakin 2022-10-30 13:40:43 +01:00
  • 039ba20c83 Remove empty file Kirill Kamakin 2022-10-30 13:31:12 +01:00
  • 9d1fdce77a Generate random ids for instructions and ingredients Kirill Kamakin 2022-10-30 13:21:27 +01:00
  • 64d4d47be2 Cleanup responses a bit more Kirill Kamakin 2022-10-30 13:07:50 +01:00
  • 7d64215b63 Remove unused data Kirill Kamakin 2022-10-30 13:01:06 +01:00
  • 31ccf8822d Remove unused fields Kirill Kamakin 2022-10-30 12:44:33 +01:00
  • 9ed229f20f Fix parsing update recipe response Kirill Kamakin 2022-10-30 11:53:48 +01:00
  • 90380dcbf1 Fix logging method name Kirill Kamakin 2022-10-30 11:08:27 +01:00
  • 71d5900530 Split v1 creation to create/update Kirill Kamakin 2022-10-30 11:07:02 +01:00
  • 7ac0409cd5 Move v0 add recipe models to one file Kirill Kamakin 2022-10-30 10:45:06 +01:00
  • 2328c6ed59 Create separate model for v1 add recipe request Kirill Kamakin 2022-10-30 10:43:56 +01:00
  • 5f9779d904 Fix failing tests Kirill Kamakin 2022-10-29 20:24:32 +02:00
  • a06d710f7a Use V1 model for authentication Kirill Kamakin 2022-10-29 19:59:09 +02:00
  • 9bf9146a40 Implement V1 authentication Kirill Kamakin 2022-10-29 19:55:40 +02:00
  • 3d267f319f Fix logging method name Kirill Kamakin 2022-10-29 19:46:33 +02:00
  • 5d99b0ee96 Extract duplicated makeCall methods Kirill Kamakin 2022-10-29 19:46:09 +02:00
  • 6280445a7c Move runCatchingExceptCancel to datasource Kirill Kamakin 2022-10-29 19:31:02 +02:00
  • 5c5bfdedd3 Fix sending duplicate requests Kirill Kamakin 2022-10-29 19:22:54 +02:00
  • b2ff374cef Use server info repo in ViewModel Kirill Kamakin 2022-10-29 19:19:20 +02:00
  • cda22215ec Extract server info repo Kirill Kamakin 2022-10-29 19:15:57 +02:00
  • 9e9d07db7d Fix invalid import Kirill Kamakin 2022-10-29 18:36:15 +02:00
  • f2b20024eb Request both versions simultaneously Kirill Kamakin 2022-10-29 18:26:29 +02:00
  • 7702dbebd1 Move V0 responses to v0 package Kirill Kamakin 2022-10-29 18:15:10 +02:00
  • 3f2f945d99 Fix opening recipes on v1 Kirill Kamakin 2022-10-29 18:01:16 +02:00
  • 47addc3b90 Fix opening recipes on v0.5.6 Kirill Kamakin 2022-10-29 17:46:28 +02:00
  • 45b1b07372 Fix absent images on v0.5.6 Kirill Kamakin 2022-10-29 17:33:39 +02:00
  • 4577aac8fc Check version if it is unknown Kirill Kamakin 2022-10-29 17:14:24 +02:00
  • 17fc2f62bd Check version when requesting recipes Kirill Kamakin 2022-10-29 17:09:42 +02:00