Skip to content

Fixes [Bug]: Prod/beta flavor messages may be nonsense for users #4850#4899

Merged
4D17Y4 merged 3 commits intocommons-app:masterfrom
Rishavgupta12345:beta_flavour
Mar 20, 2022
Merged

Fixes [Bug]: Prod/beta flavor messages may be nonsense for users #4850#4899
4D17Y4 merged 3 commits intocommons-app:masterfrom
Rishavgupta12345:beta_flavour

Conversation

@Rishavgupta12345
Copy link
Contributor

Fixes [Bug]: Prod/beta flavor messages may be nonsense for users #4850

@codecov
Copy link

codecov bot commented Mar 17, 2022

Codecov Report

Merging #4899 (5026725) into master (1078c70) will increase coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #4899      +/-   ##
============================================
+ Coverage     50.59%   50.63%   +0.03%     
- Complexity     2228     2231       +3     
============================================
  Files           338      338              
  Lines         15599    15599              
  Branches       1370     1370              
============================================
+ Hits           7892     7898       +6     
+ Misses         7114     7105       -9     
- Partials        593      596       +3     
Impacted Files Coverage Δ
...fr/free/nrw/commons/review/ReviewPagerAdapter.java 30.76% <0.00%> (-38.47%) ⬇️
...r/free/nrw/commons/explore/media/MediaConverter.kt 71.11% <0.00%> (-17.78%) ⬇️
.../java/fr/free/nrw/commons/review/ReviewHelper.java 77.77% <0.00%> (-5.56%) ⬇️
...ns/upload/categories/UploadCategoriesFragment.java 88.40% <0.00%> (+1.44%) ⬆️
...va/fr/free/nrw/commons/category/CategoriesModel.kt 59.32% <0.00%> (+1.69%) ⬆️
...w/commons/upload/categories/BaseDelegateAdapter.kt 47.05% <0.00%> (+11.76%) ⬆️
.../nrw/commons/category/CategoryContentProvider.java 26.78% <0.00%> (+14.28%) ⬆️
...a/fr/free/nrw/commons/OkHttpConnectionFactory.java 72.72% <0.00%> (+20.45%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1078c70...5026725. Read the comment docs.

Copy link
Contributor

@4D17Y4 4D17Y4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change

<string name="feedback_sharing_data_alert">Please remove from this email any information that you are not comfortable sharing publicly. Also, please be aware that your email address with which you are posting, and the associated name and profile picture, will be visible publicly.</string>
<string name="achievements_unavailable_beta">Achievements are only available in the prod flavor.</string>
<string name="leaderboard_unavailable_beta">The leaderboard is only available in the prod flavor.</string>
<string name="achievements_unavailable_beta">Achievements are only available in the prod flavor,Please check the developer documentation.</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space after comma and small p.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor Author

@Rishavgupta12345 Rishavgupta12345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done the changes @4D17Y4

<string name="feedback_sharing_data_alert">Please remove from this email any information that you are not comfortable sharing publicly. Also, please be aware that your email address with which you are posting, and the associated name and profile picture, will be visible publicly.</string>
<string name="achievements_unavailable_beta">Achievements are only available in the prod flavor.</string>
<string name="leaderboard_unavailable_beta">The leaderboard is only available in the prod flavor.</string>
<string name="achievements_unavailable_beta">Achievements are only available in the prod flavor, Please check the developer documentation.</string>
Copy link
Member

@misaochan misaochan Mar 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Please" needs to be "please", not with a capital "P".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor Author

@Rishavgupta12345 Rishavgupta12345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done the changes @misaochan @4D17Y4

@4D17Y4 4D17Y4 merged commit 00760ba into commons-app:master Mar 20, 2022
@4D17Y4
Copy link
Contributor

4D17Y4 commented Mar 20, 2022

Thanks @Rishavgupta12345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants