Skip to content
Sebastien Halbeher edited this page Feb 6, 2023 · 2 revisions

Welcome to the android-widgets wiki!

Install the project in local

  • Clone the repos
  • Install the last version of Android Studio
  • Open it
  • Go to File > New > Import Project and use the wizard to import the cloned repos's folder
  • The project will be built automatically upon opening Android Studio or importing the project The project is made of 2 parts: - The widgets module: the widget itself, any changes has to be made in it. - The app: The app which implements the widget for test purposes.
  • Run the App via an emulator
  • To enable local networking, run ./set-adb-reverse of the scripts repository

Release a version

  • Click on the Release section of the main github page (on the right sidebar)
Screenshot 2023-02-06 at 11 56 01
  • Click on Draft a new release
Screenshot 2023-02-06 at 11 56 53
  • Click on Choose a tag and enter a new tag version then create it
Screenshot 2023-02-06 at 11 57 33
  • Set the release title (ex: Clear Fashion Widgets for Android)

  • Set the release description (ex: Display your Clear Fashion widgets on your native android app.)

  • Click on Publish release with Set as the latest release ticked

Screenshot 2023-02-06 at 11 59 22 Screenshot 2023-02-06 at 12 00 34
  • Update the README.md with the latest version
Clone this wiki locally