diff --git a/app/release/app-release.aab b/app/release/app-release.aab index 3cdef45..b3ced44 100644 Binary files a/app/release/app-release.aab and b/app/release/app-release.aab differ diff --git a/app/src/main/java/com/tommasoberlose/anotherwidget/ui/fragments/AdvancedSettingsFragment.kt b/app/src/main/java/com/tommasoberlose/anotherwidget/ui/fragments/AdvancedSettingsFragment.kt index 4a775a2..736edad 100644 --- a/app/src/main/java/com/tommasoberlose/anotherwidget/ui/fragments/AdvancedSettingsFragment.kt +++ b/app/src/main/java/com/tommasoberlose/anotherwidget/ui/fragments/AdvancedSettingsFragment.kt @@ -136,11 +136,15 @@ class AdvancedSettingsFragment : Fragment() { } action_translate.setOnClickListener { - activity?.openURI("https://github.com/tommasoberlose/another-widget/blob/master/app/src/main/res/values/strings.xml") + requireActivity().openURI("https://github.com/tommasoberlose/another-widget/blob/master/app/src/main/res/values/strings.xml") } action_website.setOnClickListener { - activity?.openURI("http://tommasoberlose.com/") + requireActivity().openURI("http://tommasoberlose.com/") + } + + action_feedback.setOnClickListener { + requireActivity().openURI("https://github.com/tommasoberlose/another-widget/issues") } action_help_dev.setOnClickListener { diff --git a/app/src/main/res/drawable-hdpi/round_bug_report.png b/app/src/main/res/drawable-hdpi/round_bug_report.png new file mode 100644 index 0000000..5af1c68 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_bug_report.png differ diff --git a/app/src/main/res/drawable-hdpi/round_bug_report_black_18.png b/app/src/main/res/drawable-hdpi/round_bug_report_black_18.png new file mode 100644 index 0000000..3acef6a Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_bug_report_black_18.png differ diff --git a/app/src/main/res/drawable-hdpi/round_bug_report_black_24.png b/app/src/main/res/drawable-hdpi/round_bug_report_black_24.png new file mode 100644 index 0000000..994d838 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_bug_report_black_24.png differ diff --git a/app/src/main/res/drawable-hdpi/round_bug_report_black_48.png b/app/src/main/res/drawable-hdpi/round_bug_report_black_48.png new file mode 100644 index 0000000..549111e Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_bug_report_black_48.png differ diff --git a/app/src/main/res/drawable-hdpi/round_code.png b/app/src/main/res/drawable-hdpi/round_code.png new file mode 100644 index 0000000..8890cf4 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_code.png differ diff --git a/app/src/main/res/drawable-hdpi/round_code_black_24.png b/app/src/main/res/drawable-hdpi/round_code_black_24.png new file mode 100644 index 0000000..c120984 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_code_black_24.png differ diff --git a/app/src/main/res/drawable-hdpi/round_code_black_36.png b/app/src/main/res/drawable-hdpi/round_code_black_36.png new file mode 100644 index 0000000..c3e12dc Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_code_black_36.png differ diff --git a/app/src/main/res/drawable-hdpi/round_code_black_48.png b/app/src/main/res/drawable-hdpi/round_code_black_48.png new file mode 100644 index 0000000..1d22220 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_code_black_48.png differ diff --git a/app/src/main/res/drawable-hdpi/round_favorite.png b/app/src/main/res/drawable-hdpi/round_favorite.png new file mode 100644 index 0000000..b643a94 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_favorite.png differ diff --git a/app/src/main/res/drawable-hdpi/round_favorite_black_18.png b/app/src/main/res/drawable-hdpi/round_favorite_black_18.png new file mode 100644 index 0000000..67521c2 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_favorite_black_18.png differ diff --git a/app/src/main/res/drawable-hdpi/round_favorite_black_24.png b/app/src/main/res/drawable-hdpi/round_favorite_black_24.png new file mode 100644 index 0000000..3728f29 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_favorite_black_24.png differ diff --git a/app/src/main/res/drawable-hdpi/round_favorite_black_36.png b/app/src/main/res/drawable-hdpi/round_favorite_black_36.png new file mode 100644 index 0000000..e2cf8a6 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_favorite_black_36.png differ diff --git a/app/src/main/res/drawable-hdpi/round_favorite_border.png b/app/src/main/res/drawable-hdpi/round_favorite_border.png new file mode 100644 index 0000000..5c1b5f1 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_favorite_border.png differ diff --git a/app/src/main/res/drawable-hdpi/round_favorite_border_black_18.png b/app/src/main/res/drawable-hdpi/round_favorite_border_black_18.png new file mode 100644 index 0000000..12e0d02 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_favorite_border_black_18.png differ diff --git a/app/src/main/res/drawable-hdpi/round_favorite_border_black_24.png b/app/src/main/res/drawable-hdpi/round_favorite_border_black_24.png new file mode 100644 index 0000000..25ae096 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_favorite_border_black_24.png differ diff --git a/app/src/main/res/drawable-hdpi/round_favorite_border_black_48.png b/app/src/main/res/drawable-hdpi/round_favorite_border_black_48.png new file mode 100644 index 0000000..0f116f4 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_favorite_border_black_48.png differ diff --git a/app/src/main/res/drawable-hdpi/round_group_work.png b/app/src/main/res/drawable-hdpi/round_group_work.png new file mode 100644 index 0000000..29a8718 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_group_work.png differ diff --git a/app/src/main/res/drawable-hdpi/round_group_work_black_18.png b/app/src/main/res/drawable-hdpi/round_group_work_black_18.png new file mode 100644 index 0000000..4dbf5ea Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_group_work_black_18.png differ diff --git a/app/src/main/res/drawable-hdpi/round_group_work_black_24.png b/app/src/main/res/drawable-hdpi/round_group_work_black_24.png new file mode 100644 index 0000000..443f612 Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_group_work_black_24.png differ diff --git a/app/src/main/res/drawable-hdpi/round_group_work_black_48.png b/app/src/main/res/drawable-hdpi/round_group_work_black_48.png new file mode 100644 index 0000000..781a40e Binary files /dev/null and b/app/src/main/res/drawable-hdpi/round_group_work_black_48.png differ diff --git a/app/src/main/res/drawable-mdpi/round_bug_report.png b/app/src/main/res/drawable-mdpi/round_bug_report.png new file mode 100644 index 0000000..994d838 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_bug_report.png differ diff --git a/app/src/main/res/drawable-mdpi/round_bug_report_black_18.png b/app/src/main/res/drawable-mdpi/round_bug_report_black_18.png new file mode 100644 index 0000000..f5157aa Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_bug_report_black_18.png differ diff --git a/app/src/main/res/drawable-mdpi/round_bug_report_black_24.png b/app/src/main/res/drawable-mdpi/round_bug_report_black_24.png new file mode 100644 index 0000000..e3670a9 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_bug_report_black_24.png differ diff --git a/app/src/main/res/drawable-mdpi/round_bug_report_black_48.png b/app/src/main/res/drawable-mdpi/round_bug_report_black_48.png new file mode 100644 index 0000000..a9596c5 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_bug_report_black_48.png differ diff --git a/app/src/main/res/drawable-mdpi/round_code.png b/app/src/main/res/drawable-mdpi/round_code.png new file mode 100644 index 0000000..218657d Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_code.png differ diff --git a/app/src/main/res/drawable-mdpi/round_code_black_24.png b/app/src/main/res/drawable-mdpi/round_code_black_24.png new file mode 100644 index 0000000..8d484a7 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_code_black_24.png differ diff --git a/app/src/main/res/drawable-mdpi/round_code_black_36.png b/app/src/main/res/drawable-mdpi/round_code_black_36.png new file mode 100644 index 0000000..c120984 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_code_black_36.png differ diff --git a/app/src/main/res/drawable-mdpi/round_code_black_48.png b/app/src/main/res/drawable-mdpi/round_code_black_48.png new file mode 100644 index 0000000..ee4543e Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_code_black_48.png differ diff --git a/app/src/main/res/drawable-mdpi/round_favorite.png b/app/src/main/res/drawable-mdpi/round_favorite.png new file mode 100644 index 0000000..21d6614 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_favorite.png differ diff --git a/app/src/main/res/drawable-mdpi/round_favorite_black_18.png b/app/src/main/res/drawable-mdpi/round_favorite_black_18.png new file mode 100644 index 0000000..dac0f8e Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_favorite_black_18.png differ diff --git a/app/src/main/res/drawable-mdpi/round_favorite_black_24.png b/app/src/main/res/drawable-mdpi/round_favorite_black_24.png new file mode 100644 index 0000000..abfd374 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_favorite_black_24.png differ diff --git a/app/src/main/res/drawable-mdpi/round_favorite_black_36.png b/app/src/main/res/drawable-mdpi/round_favorite_black_36.png new file mode 100644 index 0000000..3728f29 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_favorite_black_36.png differ diff --git a/app/src/main/res/drawable-mdpi/round_favorite_border.png b/app/src/main/res/drawable-mdpi/round_favorite_border.png new file mode 100644 index 0000000..25ae096 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_favorite_border.png differ diff --git a/app/src/main/res/drawable-mdpi/round_favorite_border_black_18.png b/app/src/main/res/drawable-mdpi/round_favorite_border_black_18.png new file mode 100644 index 0000000..6d8f1ab Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_favorite_border_black_18.png differ diff --git a/app/src/main/res/drawable-mdpi/round_favorite_border_black_24.png b/app/src/main/res/drawable-mdpi/round_favorite_border_black_24.png new file mode 100644 index 0000000..6e429fe Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_favorite_border_black_24.png differ diff --git a/app/src/main/res/drawable-mdpi/round_favorite_border_black_48.png b/app/src/main/res/drawable-mdpi/round_favorite_border_black_48.png new file mode 100644 index 0000000..6aeb94c Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_favorite_border_black_48.png differ diff --git a/app/src/main/res/drawable-mdpi/round_group_work.png b/app/src/main/res/drawable-mdpi/round_group_work.png new file mode 100644 index 0000000..443f612 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_group_work.png differ diff --git a/app/src/main/res/drawable-mdpi/round_group_work_black_18.png b/app/src/main/res/drawable-mdpi/round_group_work_black_18.png new file mode 100644 index 0000000..efba157 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_group_work_black_18.png differ diff --git a/app/src/main/res/drawable-mdpi/round_group_work_black_24.png b/app/src/main/res/drawable-mdpi/round_group_work_black_24.png new file mode 100644 index 0000000..f1867a7 Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_group_work_black_24.png differ diff --git a/app/src/main/res/drawable-mdpi/round_group_work_black_48.png b/app/src/main/res/drawable-mdpi/round_group_work_black_48.png new file mode 100644 index 0000000..6b5a37a Binary files /dev/null and b/app/src/main/res/drawable-mdpi/round_group_work_black_48.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_bug_report.png b/app/src/main/res/drawable-xhdpi/round_bug_report.png new file mode 100644 index 0000000..549111e Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_bug_report.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_bug_report_black_18.png b/app/src/main/res/drawable-xhdpi/round_bug_report_black_18.png new file mode 100644 index 0000000..994d838 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_bug_report_black_18.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_bug_report_black_24.png b/app/src/main/res/drawable-xhdpi/round_bug_report_black_24.png new file mode 100644 index 0000000..a9596c5 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_bug_report_black_24.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_bug_report_black_48.png b/app/src/main/res/drawable-xhdpi/round_bug_report_black_48.png new file mode 100644 index 0000000..5a59a65 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_bug_report_black_48.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_code.png b/app/src/main/res/drawable-xhdpi/round_code.png new file mode 100644 index 0000000..c120984 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_code.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_code_black_24.png b/app/src/main/res/drawable-xhdpi/round_code_black_24.png new file mode 100644 index 0000000..ee4543e Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_code_black_24.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_code_black_36.png b/app/src/main/res/drawable-xhdpi/round_code_black_36.png new file mode 100644 index 0000000..1d22220 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_code_black_36.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_code_black_48.png b/app/src/main/res/drawable-xhdpi/round_code_black_48.png new file mode 100644 index 0000000..9eb4eed Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_code_black_48.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_favorite.png b/app/src/main/res/drawable-xhdpi/round_favorite.png new file mode 100644 index 0000000..0eaaa4b Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_favorite.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_favorite_black_18.png b/app/src/main/res/drawable-xhdpi/round_favorite_black_18.png new file mode 100644 index 0000000..3728f29 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_favorite_black_18.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_favorite_black_24.png b/app/src/main/res/drawable-xhdpi/round_favorite_black_24.png new file mode 100644 index 0000000..21d6614 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_favorite_black_24.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_favorite_black_36.png b/app/src/main/res/drawable-xhdpi/round_favorite_black_36.png new file mode 100644 index 0000000..b643a94 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_favorite_black_36.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_favorite_border.png b/app/src/main/res/drawable-xhdpi/round_favorite_border.png new file mode 100644 index 0000000..0f116f4 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_favorite_border.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_favorite_border_black_18.png b/app/src/main/res/drawable-xhdpi/round_favorite_border_black_18.png new file mode 100644 index 0000000..25ae096 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_favorite_border_black_18.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_favorite_border_black_24.png b/app/src/main/res/drawable-xhdpi/round_favorite_border_black_24.png new file mode 100644 index 0000000..6aeb94c Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_favorite_border_black_24.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_favorite_border_black_48.png b/app/src/main/res/drawable-xhdpi/round_favorite_border_black_48.png new file mode 100644 index 0000000..9b7c87e Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_favorite_border_black_48.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_group_work.png b/app/src/main/res/drawable-xhdpi/round_group_work.png new file mode 100644 index 0000000..781a40e Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_group_work.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_group_work_black_18.png b/app/src/main/res/drawable-xhdpi/round_group_work_black_18.png new file mode 100644 index 0000000..443f612 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_group_work_black_18.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_group_work_black_24.png b/app/src/main/res/drawable-xhdpi/round_group_work_black_24.png new file mode 100644 index 0000000..6b5a37a Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_group_work_black_24.png differ diff --git a/app/src/main/res/drawable-xhdpi/round_group_work_black_48.png b/app/src/main/res/drawable-xhdpi/round_group_work_black_48.png new file mode 100644 index 0000000..1ef264e Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/round_group_work_black_48.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_bug_report.png b/app/src/main/res/drawable-xxhdpi/round_bug_report.png new file mode 100644 index 0000000..2ddc752 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_bug_report.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_bug_report_black_18.png b/app/src/main/res/drawable-xxhdpi/round_bug_report_black_18.png new file mode 100644 index 0000000..5af1c68 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_bug_report_black_18.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_bug_report_black_24.png b/app/src/main/res/drawable-xxhdpi/round_bug_report_black_24.png new file mode 100644 index 0000000..549111e Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_bug_report_black_24.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_bug_report_black_48.png b/app/src/main/res/drawable-xxhdpi/round_bug_report_black_48.png new file mode 100644 index 0000000..fdd695a Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_bug_report_black_48.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_code.png b/app/src/main/res/drawable-xxhdpi/round_code.png new file mode 100644 index 0000000..c3e12dc Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_code.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_code_black_24.png b/app/src/main/res/drawable-xxhdpi/round_code_black_24.png new file mode 100644 index 0000000..1d22220 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_code_black_24.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_code_black_36.png b/app/src/main/res/drawable-xxhdpi/round_code_black_36.png new file mode 100644 index 0000000..6c9e519 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_code_black_36.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_code_black_48.png b/app/src/main/res/drawable-xxhdpi/round_code_black_48.png new file mode 100644 index 0000000..568a982 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_code_black_48.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_favorite.png b/app/src/main/res/drawable-xxhdpi/round_favorite.png new file mode 100644 index 0000000..16d70f8 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_favorite.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_favorite_black_18.png b/app/src/main/res/drawable-xxhdpi/round_favorite_black_18.png new file mode 100644 index 0000000..e2cf8a6 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_favorite_black_18.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_favorite_black_24.png b/app/src/main/res/drawable-xxhdpi/round_favorite_black_24.png new file mode 100644 index 0000000..b643a94 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_favorite_black_24.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_favorite_black_36.png b/app/src/main/res/drawable-xxhdpi/round_favorite_black_36.png new file mode 100644 index 0000000..efd8fc8 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_favorite_black_36.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_favorite_border.png b/app/src/main/res/drawable-xxhdpi/round_favorite_border.png new file mode 100644 index 0000000..a48779b Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_favorite_border.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_favorite_border_black_18.png b/app/src/main/res/drawable-xxhdpi/round_favorite_border_black_18.png new file mode 100644 index 0000000..5c1b5f1 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_favorite_border_black_18.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_favorite_border_black_24.png b/app/src/main/res/drawable-xxhdpi/round_favorite_border_black_24.png new file mode 100644 index 0000000..0f116f4 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_favorite_border_black_24.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_favorite_border_black_48.png b/app/src/main/res/drawable-xxhdpi/round_favorite_border_black_48.png new file mode 100644 index 0000000..831e911 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_favorite_border_black_48.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_group_work.png b/app/src/main/res/drawable-xxhdpi/round_group_work.png new file mode 100644 index 0000000..d4901b6 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_group_work.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_group_work_black_18.png b/app/src/main/res/drawable-xxhdpi/round_group_work_black_18.png new file mode 100644 index 0000000..29a8718 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_group_work_black_18.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_group_work_black_24.png b/app/src/main/res/drawable-xxhdpi/round_group_work_black_24.png new file mode 100644 index 0000000..781a40e Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_group_work_black_24.png differ diff --git a/app/src/main/res/drawable-xxhdpi/round_group_work_black_48.png b/app/src/main/res/drawable-xxhdpi/round_group_work_black_48.png new file mode 100644 index 0000000..874a3dd Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/round_group_work_black_48.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_bug_report.png b/app/src/main/res/drawable-xxxhdpi/round_bug_report.png new file mode 100644 index 0000000..fdd695a Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_bug_report.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_bug_report_black_18.png b/app/src/main/res/drawable-xxxhdpi/round_bug_report_black_18.png new file mode 100644 index 0000000..549111e Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_bug_report_black_18.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_bug_report_black_24.png b/app/src/main/res/drawable-xxxhdpi/round_bug_report_black_24.png new file mode 100644 index 0000000..5a59a65 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_bug_report_black_24.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_bug_report_black_48.png b/app/src/main/res/drawable-xxxhdpi/round_bug_report_black_48.png new file mode 100644 index 0000000..b67c7a5 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_bug_report_black_48.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_code.png b/app/src/main/res/drawable-xxxhdpi/round_code.png new file mode 100644 index 0000000..1d22220 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_code.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_code_black_24.png b/app/src/main/res/drawable-xxxhdpi/round_code_black_24.png new file mode 100644 index 0000000..9eb4eed Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_code_black_24.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_code_black_36.png b/app/src/main/res/drawable-xxxhdpi/round_code_black_36.png new file mode 100644 index 0000000..568a982 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_code_black_36.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_code_black_48.png b/app/src/main/res/drawable-xxxhdpi/round_code_black_48.png new file mode 100644 index 0000000..e97833d Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_code_black_48.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_favorite.png b/app/src/main/res/drawable-xxxhdpi/round_favorite.png new file mode 100644 index 0000000..03f8c4a Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_favorite.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_favorite_black_18.png b/app/src/main/res/drawable-xxxhdpi/round_favorite_black_18.png new file mode 100644 index 0000000..b643a94 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_favorite_black_18.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_favorite_black_24.png b/app/src/main/res/drawable-xxxhdpi/round_favorite_black_24.png new file mode 100644 index 0000000..0eaaa4b Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_favorite_black_24.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_favorite_black_36.png b/app/src/main/res/drawable-xxxhdpi/round_favorite_black_36.png new file mode 100644 index 0000000..16d70f8 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_favorite_black_36.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_favorite_border.png b/app/src/main/res/drawable-xxxhdpi/round_favorite_border.png new file mode 100644 index 0000000..831e911 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_favorite_border.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_favorite_border_black_18.png b/app/src/main/res/drawable-xxxhdpi/round_favorite_border_black_18.png new file mode 100644 index 0000000..0f116f4 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_favorite_border_black_18.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_favorite_border_black_24.png b/app/src/main/res/drawable-xxxhdpi/round_favorite_border_black_24.png new file mode 100644 index 0000000..9b7c87e Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_favorite_border_black_24.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_favorite_border_black_48.png b/app/src/main/res/drawable-xxxhdpi/round_favorite_border_black_48.png new file mode 100644 index 0000000..4359933 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_favorite_border_black_48.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_group_work.png b/app/src/main/res/drawable-xxxhdpi/round_group_work.png new file mode 100644 index 0000000..874a3dd Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_group_work.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_group_work_black_18.png b/app/src/main/res/drawable-xxxhdpi/round_group_work_black_18.png new file mode 100644 index 0000000..781a40e Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_group_work_black_18.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_group_work_black_24.png b/app/src/main/res/drawable-xxxhdpi/round_group_work_black_24.png new file mode 100644 index 0000000..1ef264e Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_group_work_black_24.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/round_group_work_black_48.png b/app/src/main/res/drawable-xxxhdpi/round_group_work_black_48.png new file mode 100644 index 0000000..13304b0 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/round_group_work_black_48.png differ diff --git a/app/src/main/res/drawable/round_bug_report_24.xml b/app/src/main/res/drawable/round_bug_report_24.xml new file mode 100644 index 0000000..c0ee001 --- /dev/null +++ b/app/src/main/res/drawable/round_bug_report_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/drawable/round_code_24.xml b/app/src/main/res/drawable/round_code_24.xml new file mode 100644 index 0000000..14302a8 --- /dev/null +++ b/app/src/main/res/drawable/round_code_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/drawable/round_favorite_24.xml b/app/src/main/res/drawable/round_favorite_24.xml new file mode 100644 index 0000000..1a4c5b7 --- /dev/null +++ b/app/src/main/res/drawable/round_favorite_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/drawable/round_favorite_border_24.xml b/app/src/main/res/drawable/round_favorite_border_24.xml new file mode 100644 index 0000000..b9d1912 --- /dev/null +++ b/app/src/main/res/drawable/round_favorite_border_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/drawable/round_group_work_24.xml b/app/src/main/res/drawable/round_group_work_24.xml new file mode 100644 index 0000000..c4eb7d4 --- /dev/null +++ b/app/src/main/res/drawable/round_group_work_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/layout/activity_choose_application.xml b/app/src/main/res/layout/activity_choose_application.xml index b69037a..71e1986 100644 --- a/app/src/main/res/layout/activity_choose_application.xml +++ b/app/src/main/res/layout/activity_choose_application.xml @@ -31,7 +31,7 @@ android:layout_width="48dp" android:layout_height="48dp" android:padding="10dp" - android:foreground="?attr/selectableItemBackgroundBorderless" + android:background="?attr/selectableItemBackgroundBorderless" android:layout_centerVertical="true" android:id="@+id/action_back" android:layout_alignParentLeft="true" diff --git a/app/src/main/res/layout/activity_custom_date.xml b/app/src/main/res/layout/activity_custom_date.xml index 790f746..1d8cc56 100644 --- a/app/src/main/res/layout/activity_custom_date.xml +++ b/app/src/main/res/layout/activity_custom_date.xml @@ -29,7 +29,7 @@ android:layout_width="48dp" android:layout_height="48dp" android:padding="10dp" - android:foreground="?attr/selectableItemBackgroundBorderless" + android:background="?attr/selectableItemBackgroundBorderless" android:layout_centerVertical="true" android:id="@+id/action_back" android:layout_alignParentLeft="true" diff --git a/app/src/main/res/layout/activity_custom_location.xml b/app/src/main/res/layout/activity_custom_location.xml index 0d25067..8694351 100644 --- a/app/src/main/res/layout/activity_custom_location.xml +++ b/app/src/main/res/layout/activity_custom_location.xml @@ -31,7 +31,7 @@ android:layout_width="48dp" android:layout_height="48dp" android:padding="10dp" - android:foreground="?attr/selectableItemBackgroundBorderless" + android:background="?attr/selectableItemBackgroundBorderless" android:layout_centerVertical="true" android:layout_alignParentLeft="true" android:id="@+id/action_back" diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 0d314d3..8de357f 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -31,6 +31,8 @@ android:src="@drawable/ic_splash_logo" android:layout_alignParentBottom="true" android:layout_marginBottom="3dp" + android:layout_alignParentLeft="true" + android:visibility="gone" android:id="@+id/logo"/> + + + + + + + + + android:src="@drawable/round_favorite" + android:tint="@color/errorColorText"/> Formato data personalizzato Versione app Grazie per supportare il progetto! + Contribuisci a questo progetto open source. + Feedback \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5bdfb30..43a87b6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -143,7 +143,7 @@ Show next\nevent Multiple events switcher \"Another\" Developer - Support the Developer + Support the developer Help with translations Open a pull request on GitHub Check my other projects @@ -165,7 +165,7 @@ Change provider Disable notification Theme - I always need a lot of coffee + Devs always need a lot of coffee Light Dark Set by Battery Saver @@ -180,4 +180,6 @@ Custom date format App version This is a single developer project,\nso thank you for the support! + This is an open-source project, feel free to help. + Feedback and feature requests