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

Fix#2140: Fix username's cutoff in Home Page #2396

Merged
merged 27 commits into from
Jan 21, 2021
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a0e17ec
Add flexBoxLayout to welcome.xml
prayutsu Jan 2, 2021
f90fc6f
Add a comma after the newly added dependency
prayutsu Jan 5, 2021
90bab24
Maintain the alphabetical order of the dependencies in build.gradle(:…
prayutsu Jan 5, 2021
227e06c
Add flexboxlayout artifact in the correct section
prayutsu Jan 6, 2021
9e80d24
Fix issue for portrait layout phones
prayutsu Jan 11, 2021
476537b
Make changes in all the files
prayutsu Jan 13, 2021
01a7ddc
Fix nit changes
prayutsu Jan 14, 2021
bb09d37
Add first test case
prayutsu Jan 14, 2021
90c78be
Add all the test cases
prayutsu Jan 14, 2021
dd3243c
Add all the test cases and uncomment all other test cases
prayutsu Jan 14, 2021
ef013ce
Resolve merge conflicts
prayutsu Jan 14, 2021
4df8572
Fix unwanted changes
prayutsu Jan 14, 2021
6e8f5f3
Fix unwanted changes
prayutsu Jan 14, 2021
cd3cd92
Restore HomeActivityTest.kt
prayutsu Jan 14, 2021
623bf07
Remove Unwanted Changes
prayutsu Jan 14, 2021
b17a1d9
Remove Unwanted Changes
prayutsu Jan 14, 2021
fe07e68
Make a separate function to initialize Long Name Profile to fix faili…
prayutsu Jan 14, 2021
1ee8b2a
Add @RunOn(ESPRESSO) notation to the new test cases
prayutsu Jan 14, 2021
62e152e
Fix suggested changes
prayutsu Jan 15, 2021
24bb124
Fix test cases in other files
prayutsu Jan 15, 2021
108d3b8
Resolve Merge Conflicts
prayutsu Jan 18, 2021
5efa0a5
Merge latest develop
prayutsu Jan 20, 2021
afc25d0
Fix unwanted changes
prayutsu Jan 20, 2021
a4bc494
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu Jan 20, 2021
4a13433
Fix suggested changes
prayutsu Jan 20, 2021
b2899b8
Fix nits
prayutsu Jan 20, 2021
65d6a58
Fix nits
prayutsu Jan 21, 2021
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
Add flexboxlayout artifact in the correct section
  • Loading branch information
prayutsu committed Jan 6, 2021
commit 227e06c32fd2ac1f336160d90a8d7b1ae2453efe
2 changes: 1 addition & 1 deletion app/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@ android_library(
artifact("androidx.lifecycle:lifecycle-livedata-core:jar:2.0.0-alpha1"),
artifact("androidx.lifecycle:lifecycle-livedata-ktx"),
artifact("com.chaos.view.pinview:1.4.4"),
artifact("com.google.android:flexbox:2.0.1"),
artifact("com.google.android.material:material"),
],
)
Expand Down Expand Up @@ -627,6 +626,7 @@ kt_android_library(
artifact("androidx.viewpager2:viewpager2:1.0.0"),
artifact("androidx.work:work-runtime-ktx:2.4.0"),
artifact("com.caverock:androidsvg-aar"),
artifact("com.google.android:flexbox:2.0.1"),
BenHenning marked this conversation as resolved.
Show resolved Hide resolved
artifact("javax.annotation:javax.annotation-api:jar"),
],
)
Expand Down