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

Migrate to Android embedding v2 #49

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
de70c8f
Migrate to Android embedding v2
nyanibaquartey Jan 15, 2022
5f92428
Upgrade cupertino icons dependency from 0.1.2 to 1.0.4
nyanibaquartey Jan 15, 2022
462f6ba
Set bodyText1 TextStyle as TextTheme
nyanibaquartey Jan 15, 2022
224450c
distributionUrl gradle from 5.4.1 to 6.7
nyanibaquartey Jan 15, 2022
9a858f9
Change deprecated jcenter to mavenCentral
nyanibaquartey Jan 15, 2022
973908d
Update gradle dependency to 4.1.0
nyanibaquartey Jan 15, 2022
1f9cd26
Create id variable to use in named routes
nyanibaquartey Jan 15, 2022
b855fd4
Add named routes
nyanibaquartey Jan 15, 2022
13a6398
Fix typo
nyanibaquartey Jan 15, 2022
8bdc9e7
Make id variable constant - add const keyword
nyanibaquartey Jan 15, 2022
43074c1
Add text color
nyanibaquartey Jan 15, 2022
40b56a1
Add hero widget to animate the logo
nyanibaquartey Jan 15, 2022
072d748
Set the color of the hint text
nyanibaquartey Jan 15, 2022
25702cd
Animate the app's background color
nyanibaquartey Jan 17, 2022
267683e
Add animated_text_kit package dependency
nyanibaquartey Jan 17, 2022
e3a9144
Implement the animated text kit pacckage
nyanibaquartey Jan 17, 2022
bd51b8a
Extract Padding widget into a custom widget
nyanibaquartey Jan 17, 2022
034d085
New file for custom button
nyanibaquartey Jan 17, 2022
669c346
Move custom RoundedButton class into a new file
nyanibaquartey Jan 17, 2022
3125fe5
Create a variable for InputDecoration
nyanibaquartey Jan 18, 2022
ebb17d4
Refactor - Replace InputDecoration with a variable
nyanibaquartey Jan 18, 2022
03f3b23
Edit applicationId
nyanibaquartey Jan 18, 2022
cac1922
Edit
nyanibaquartey Jan 18, 2022
197581b
Edit to inteegrate Firebase
nyanibaquartey Jan 18, 2022
6503321
Add Firebase dependencies - core, auth, firestore
nyanibaquartey Jan 18, 2022
8bf3bdf
Assign user email and password to variables
nyanibaquartey Jan 18, 2022
b3a322e
Set minSdkVersion to 19
nyanibaquartey Jan 18, 2022
a09b676
Set text alignment, text obscurity & keyboard type
nyanibaquartey Jan 18, 2022
e54cbbc
Create new user with FirebaseAuth
nyanibaquartey Jan 18, 2022
130183f
Create email and password variables & Log in user
nyanibaquartey Jan 18, 2022
0a7a623
Get logged in user
nyanibaquartey Jan 18, 2022
1d16a94
Implement log out functionality
nyanibaquartey Jan 18, 2022
891eecd
Initialize app to use Firebase
nyanibaquartey Jan 18, 2022
68f1d57
Set navigation to welcome screen when user signs out
nyanibaquartey Jan 18, 2022
039303a
Set input text color to black
nyanibaquartey Jan 18, 2022
f22c5bf
Set input text color to black
nyanibaquartey Jan 18, 2022
173bea9
Add spinner package - modal progress hud
nyanibaquartey Jan 19, 2022
95d25b5
Implement modal progress hud package
nyanibaquartey Jan 19, 2022
e939dad
Navigate to Log In screen after sign out
nyanibaquartey Jan 19, 2022
ccb2523
Assign user input to a variable
nyanibaquartey Jan 19, 2022
2944d49
Change deprecated FlatButton to TextButton
nyanibaquartey Jan 19, 2022
9bc1952
Implement send functionality - save message to DB
nyanibaquartey Jan 19, 2022
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
distributionUrl gradle from 5.4.1 to 6.7
nyanibaquartey committed Jan 15, 2022
commit 224450c32c4a427e1598b190bafb0e0da9d567ac
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip