Skip to content

Commit

Permalink
Merge pull request #132 from Zolon-DOL/master
Browse files Browse the repository at this point in the history
2023 Changes - Sprint 6
  • Loading branch information
pbhatt17 authored Aug 11, 2023
2 parents fd066d0 + 536a803 commit 60b79ff
Show file tree
Hide file tree
Showing 8 changed files with 4,866 additions and 5,063 deletions.
8,771 changes: 3,793 additions & 4,978 deletions app/src/main/assets/countries_2021.xml

Large diffs are not rendered by default.

1,154 changes: 1,071 additions & 83 deletions app/src/main/assets/goods_2021.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/java/gov/dol/childlabor/AppHelpers.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private static int getReportResourceId(Context context, String name) {

public static String getFormattedString(String string) {
return string.replace(" ", "_").replace("-", "_").replace("/", "_").replace("ô", "o").replace("ã", "a").replace("é", "e").replace("í", "i").replace("ó", "o").replace("á", "a")
.replace("(", "").replace(")", "").replace(",", "").replace("'", "").replace("`", "").replace(".", "").replace("ç", "c").toLowerCase();
.replace("(", "").replace(")", "").replace(",", "").replace("'", "").replace("`", "").replace(".", "").replace("ç", "c").toLowerCase().replace("ü", "u").toLowerCase();
}

public static void trackScreenView(AnalyticsApplication application, String screenName) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class StatisticsActivity extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Country country = (Country) getIntent().getSerializableExtra("country");
String[] MultiText = {"Somalia", "Pakistan","Tanzania"};
String[] MultiText = {};//{"Somalia", "Pakistan","Tanzania"};
// String[] MultiText = {"Pakistan","Tanzania"};


Expand Down
File renamed without changes
Binary file modified app/src/main/res/drawable-xhdpi/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60b79ff

Please sign in to comment.