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

Teste/cesar filho #7

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0872c8a
Adding Android Project
CesarSoftDevelopment Aug 22, 2024
68dadb6
Adding app icon
CesarSoftDevelopment Aug 22, 2024
bff77cd
Adding animation in splash
CesarSoftDevelopment Aug 22, 2024
3d46580
organizing project folders
CesarSoftDevelopment Aug 23, 2024
d71a621
Change the class name
CesarSoftDevelopment Aug 23, 2024
83ad799
Creating new fragments
CesarSoftDevelopment Aug 23, 2024
da09f48
Adding dependêncies
CesarSoftDevelopment Aug 23, 2024
e9140dc
Adding navigation view
CesarSoftDevelopment Aug 23, 2024
eec4fef
Implementing logic to navigate between fragments
CesarSoftDevelopment Aug 23, 2024
9395fab
Adding Maps Api key
CesarSoftDevelopment Aug 23, 2024
3445cb4
Adding hilt to the project
CesarSoftDevelopment Aug 23, 2024
46433b8
Creating models, services
CesarSoftDevelopment Aug 24, 2024
f3849c4
Testing api service
CesarSoftDevelopment Aug 24, 2024
a4632fd
Implementing sources, usecases and organizing folders
CesarSoftDevelopment Aug 24, 2024
7629a8f
Implementing sources, usecases and organizing folders
CesarSoftDevelopment Aug 24, 2024
9b9b62c
Creating authentication in the application
CesarSoftDevelopment Aug 25, 2024
b4cde27
Displaying lines on the screen
CesarSoftDevelopment Aug 25, 2024
357b599
fixing the listing layout
CesarSoftDevelopment Aug 26, 2024
1bb3087
Creating logic to get only one item in recyclerview
CesarSoftDevelopment Aug 26, 2024
cff5b23
Adding float action button
CesarSoftDevelopment Aug 26, 2024
ad89a37
inject view model in adapter
CesarSoftDevelopment Aug 26, 2024
c34b5c4
getting the selected value
CesarSoftDevelopment Aug 26, 2024
185c33c
Adding methods to the viewmodel to get vehicle positions and stops
CesarSoftDevelopment Aug 26, 2024
9d7fd6c
get UserLocation
CesarSoftDevelopment Aug 26, 2024
c33121c
Adding androidx.navigation.safeargs
CesarSoftDevelopment Aug 26, 2024
1780242
fix navegation
CesarSoftDevelopment Aug 27, 2024
d73e849
Adding accessibility in marker
CesarSoftDevelopment Aug 27, 2024
1a3c4b3
Creating adapter for estimated bus time
CesarSoftDevelopment Aug 27, 2024
384bfce
Adding project documentation
CesarSoftDevelopment Aug 27, 2024
75ec982
Bringing the estimated bus time in the list
CesarSoftDevelopment Aug 27, 2024
62c5a66
Creating bottom sheet
CesarSoftDevelopment Aug 27, 2024
c6a5ab0
Hide bottom sheet
CesarSoftDevelopment Aug 27, 2024
5501d3f
Get user location when you are browsing the app without choose the line
CesarSoftDevelopment Aug 27, 2024
270711b
Updating readme
CesarSoftDevelopment Aug 27, 2024
3d2d57a
Init historic flow
CesarSoftDevelopment Aug 27, 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
15 changes: 15 additions & 0 deletions AikoPublicTransport/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
3 changes: 3 additions & 0 deletions AikoPublicTransport/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions AikoPublicTransport/.idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions AikoPublicTransport/.idea/appInsightsSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

123 changes: 123 additions & 0 deletions AikoPublicTransport/.idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions AikoPublicTransport/.idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions AikoPublicTransport/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions AikoPublicTransport/.idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions AikoPublicTransport/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions AikoPublicTransport/.idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions AikoPublicTransport/.idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions AikoPublicTransport/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading