Skip to content

Commit

Permalink
Dev (#31)
Browse files Browse the repository at this point in the history
* fix: some dependency fix

* Dev dist calculating (#19)

* added: distance marker info

* added: permission notification Activity

* added: permission request

* added: distance define by location

* added: distance field and convert distance to String

---------

Co-authored-by: Kizukkk <zenro934@gmail.com>

* fix: refactor

* Dev favorite markers (#22)

* edited: id for favorite icon

* added: favorite use case with add, delete, get functions

* added: favorite icon color change and click listener

* added: favorite list handler

* added: get, add, delete favorite marker

* fix: suspend fun

* added: implementation of favorites list logic

---------

Co-authored-by: Kizukkk <zentro934@gmail.com>

* fix: display marker address

* Dev edite profile (#24)

* added: fragment for edit profile

* fix: id of elements

* added: start edit profile

* added: profile phone edit

---------

Co-authored-by: Kizukkk <zentro934@gmail.com>

* fix: marker "tiles" design

* added: distance icon

* added: rate calculating fun

* fix: data to out

* added: Phone Authorizations services to process requests

* refactoring: delete processing request and use PhoneAuth service

* added: temp name to profile

* deleted: repeating code

* edited: make the class open

* Revert "edited: make the class open"

This reverts commit e6260e4.

* edited: use MarkerAdapter

* added: lock horizontal rotation

* edited: address to title

* fix: image -> text padding

* feat: provided new color scheme

* refactoring: change layouts name

* added: support different language

* added: localizations string to EU and UA

* added: localizations info

* fix: use localization strings

* fiX: fragmrnts constraints, sizes, colors

* fix: address null

* fix: necessary import

* added: localization string

* edit: renamed from activity_marker_... to fragment_marker_...

* remove: activity marker create

* edit: make marker create activity a fragment

* fix: services json

* added: translate strings

* fix: sign in menu

* fix: transfer to another Firebase project

* added: localization string

* added: localization

* Layout (#26)

* fiX: floating buttons

* fiX: minor fixes, dark theme map

---------

Co-authored-by: sspaceless <bodnarillia@26gmail.com>

* edited: string name

* fix: recycleView bottom edge

* added: some translate strings

* added: some translate strings

* fix: margin down

* fix: button

* Layout (#27)

* fiX: floating buttons

* fiX: minor fixes, dark theme map

* fix: tabs colors for dark theme

---------

Co-authored-by: sspaceless <bodnarillia@26gmail.com>
Co-authored-by: Danylo Markovskyi <zenro934@gmail.com>

* Readme design (#28)

* added: demo interface image

* added: some details

* fix: image link

* Update README.md

* Update README.md

* Update README.md

* навигация

* added: demo images

* added: few chapters

* added: demo images

* added: new profile chapter

* added: 2 group of images

* added: 2 groups of image

* added: edit  & vote demo

* added: edit & vote chapter

* Update README.md

* update

* Update README.md

---------

Co-authored-by: Kizukkk <zentro934@gmail.com>
Co-authored-by: Nezhyvykh <mivinka1@gmail.com>

* fix: project

---------

Co-authored-by: Kizukkk <zentro934@gmail.com>
Co-authored-by: sspaceless <bodnarillia@26gmail.com>
Co-authored-by: Illia Bodnar <79648557+sspaceless@users.noreply.github.com>
Co-authored-by: Nezhyvykh <mivinka1@gmail.com>
  • Loading branch information
5 people authored Jun 3, 2023
1 parent b0f7702 commit aaf2aab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
Мобільний додаток для платформи Android забезпечує можливість користувачам швидко знаходити найближчі санвузли за допомогою інтерактивної карти. Він також дозволяє користувачам залишати свої відгуки про обрані вбиральні та створювати персоналізований список улюблених санвузлів.
</p>


# ![demo](https://github.com/sspaceless/e-potreba/blob/main/docs/app-demo.png?raw=true)


<h1>Навігація</h1>

* [Огляд єПотреба](#Огляд)
Expand Down Expand Up @@ -37,6 +39,7 @@

</div>


![demo](https://github.com/sspaceless/e-potreba/blob/main/docs/demo/demo_interface.png?raw=true)


Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ dependencies {


implementation platform('com.google.firebase:firebase-bom:32.0.0')
implementation 'com.google.firebase:firebase-auth-ktx'
implementation 'com.google.firebase:firebase-auth-ktx:22.0.0'


implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:backgroundTint="#00EBC3E9"
android:text="@string/fragment_profle_owned"
android:text="@string/fragment_profile_owned"
android:textColor="?colorOnBackground"

android:textSize="20sp" />
Expand Down

0 comments on commit aaf2aab

Please sign in to comment.