Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of method snippets and text #2

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

daptanque
Copy link

@daptanque daptanque commented May 6, 2024

To pass from 0.6.x version to 0.7.x version it was added tge AppCoinsBillingClient and the CheckPurchases all the remaining code keeps updated with the Catappult documentation

What does this PR do?

This PR updates the Android Studio Plugin from version 0.6.7.0 to 0.7.1.0

For that it was necessary to change:
Snippets (Java / Kotlin) (where all code snippets are placed)
Dialogs (where all text is set)
CardLayout (where the UI is displayed)
plugin.xml to update the version and MetricsClient that was giving an error on an import which lib was not being found neither used

How should this be manually tested?

  1. To test this update you will need to run the Gradle tasks, the Build > buildDependents
  2. This will generate a .zip file on folder build/distributions
  3. You will open Android Studio and import the .zip file - this is done by Setting > Plugins clique on the gear icon beside Marketplace | Installed and pick option Import plugin from file (it may be useful to delete the plugin firstly if installed)
  4. It should display the changes on Starting Service Connection - AppBillingClient and CheckPurchase

What are the relevant tickets?

Tickets related to this pull-request:

Questions:

Code Review Checklist

  • Architecture
  • Documentation on public interfaces
  • Database changed?
  • If yes - Database migration?
  • Remove comments & unused code & forgotten testing Logs
  • Codestyle
  • Functional QA tests pass

To pass from 0.6.x version to 0.7.x version it was added tge AppCoinsBillingClient and the CheckPurchases all the remaining code keeps updated with the Catappult documentation
@daptanque daptanque requested a review from SergiyKApt May 7, 2024 06:38
Daniel Tanque and others added 7 commits May 7, 2024 08:14
Added several fixes of the UI for greater compatability (wainting on desginer to proceed to final editing) and implemented the interaction via right click and result display on right-side aux window
Other several fixes and added API retrofit connection to the LLM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant