Skip to content

Commit

Permalink
Feature/en 3776/add hot spots (#46)
Browse files Browse the repository at this point in the history
* Add a mocked server, data and server for faster development

* Add data class

* Add bounding box product

* Add hotspots

* Fix positioning of hotspots

* Add [Tap a hotspot to navigate the product]

* Add [Tap a hotspot to navigate the product]

* Add comments

* Set hotspots visible by default

* Remove a comment

* Add comments

* Add a comment

* Fix a bug

* Fix possible app crashes

* Display hotspots existing in products for filtering based on product_regions

* Update README

Co-authored-by: sungjun <[email protected]>
  • Loading branch information
SungjunApp and sungjun authored May 24, 2021
1 parent 9ac56c9 commit e972043
Show file tree
Hide file tree
Showing 45 changed files with 6,340 additions and 57 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.MyApp">

<activity
android:name=".MainActivity"
android:label="@string/app_name"
Expand All @@ -24,6 +25,7 @@
</intent-filter>
</activity>
<activity android:name=".ui.widgets.ViewerActivity" android:screenOrientation="portrait"/>
<activity android:name=".ui.widgets.HotspotsActivity" android:screenOrientation="portrait"/>
</application>

</manifest>
Loading

0 comments on commit e972043

Please sign in to comment.