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

Master #5

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift click to select a range
0d710f8
places api restricted to ar results, some inf added to tripitem
cristiangranero90 Jul 4, 2023
60e25d0
Sdk updated to v34. M3alpha03
cristiangranero90 Jul 4, 2023
3783836
Fixed Tripscreen. New strings added for many languages
cristiangranero90 Nov 23, 2023
beed9b8
Build gradle updated. Navigation compose, compose material, play serv…
cristiangranero90 Nov 23, 2023
567fed5
Gradle updated. Maps compose downgrade (animations conflict)
cristiangranero90 Jan 10, 2024
221348d
Fixed dates UTC to system default
cristiangranero90 Jan 11, 2024
0f61054
All dates to UTC
cristiangranero90 Jan 12, 2024
e5a21f9
All dates to UTC
cristiangranero90 Jan 15, 2024
197076d
Top and Bottom bar added to a navigation compose
cristiangranero90 Jan 15, 2024
1233bba
Destinations from Navigation Compose updated
cristiangranero90 Jan 15, 2024
4fb54c1
Destinations from Navigation Compose updated
cristiangranero90 Jan 15, 2024
3b72a72
Fixed Dates and Times in TripScreen, TripCard && Preference screen
cristiangranero90 Jan 16, 2024
443b6df
OSMDroid Added to the root of project
cristiangranero90 Jan 17, 2024
7fffa23
Login Screen addded, Email Password request
cristiangranero90 Jan 19, 2024
1223294
Google SignIn method added
cristiangranero90 Jan 23, 2024
4f8a4a0
Profile Image taken from source
cristiangranero90 Jan 23, 2024
f8206e5
Launch icons added. SignOut from profile image is working
cristiangranero90 Jan 23, 2024
c1b163c
Material theme 3 updated - Build gradle
cristiangranero90 Jan 23, 2024
91508b5
Close session fixed, now is working fine
cristiangranero90 Jan 24, 2024
3ab561e
Back handler added
cristiangranero90 Jan 24, 2024
2103363
Back handler added
cristiangranero90 Jan 24, 2024
831fa4a
"Always logout" is not available now
cristiangranero90 Jan 24, 2024
fec0793
Drop down menu colors fixed
cristiangranero90 Jan 24, 2024
7251b3f
Logout string resources added to the project
cristiangranero90 Jan 24, 2024
9e88636
Apple icon button added
cristiangranero90 Jan 24, 2024
ab90913
Forgot password dialog fixed
cristiangranero90 Jan 24, 2024
3502af7
Password visibility added
cristiangranero90 Jan 24, 2024
072b3d3
Register dialog now is working. Can add new people to the app
cristiangranero90 Jan 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Sdk updated to v34. M3alpha03
  • Loading branch information
cristiangranero90 committed Jul 4, 2023
commit 60e25d0bf38926192f11388f368271680f903094
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 8,12 @@ plugins {

android {
namespace 'com.juntas.juntas_app'
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.juntas.juntas_app"
minSdk 21
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"

Expand Down Expand Up @@ -68,8 68,8 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.2.0'

//Other
implementation "androidx.compose.material3:material3:1.1.0-rc01"
implementation "androidx.compose.material3:material3-window-size-class:1.1.0-rc01"
implementation "androidx.compose.material3:material3:1.2.0-alpha03"
implementation "androidx.compose.material3:material3-window-size-class:1.2.0-alpha03"

//Google Maps
implementation 'com.google.maps.android:maps-compose:2.11.0'
Expand Down