berict/Tapad

View on GitHub
app/src/main/res/values/json.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- About Json -->
  <string name="json_about_tapad" translatable="false">
        {
          \"bio\": {
            \"name\": \"info_tapad_bio_name\",
            \"source\": \"info_tapad_bio_source\",
            \"text\": \"info_tapad_bio_text\",
            \"title\": \"info_tapad_bio_title\"
          },
          \"color\": \"#9C27B0\",
          \"details\": [
            {
              \"items\": [
                {
                  \"hint\": \"info_tapad_info_check_update_hint\",
                  \"imageId\": \"google_play\",
                  \"isHintVisible\": true,
                  \"text\": \"info_tapad_info_check_update\"
                },
                {
                  \"hint\": \"info_tapad_info_tester_hint\",
                  \"imageId\": \"experiment\",
                  \"isHintVisible\": true,
                  \"text\": \"info_tapad_info_tester\"
                },
                {
                  \"imageId\": \"info\",
                  \"isHintVisible\": false,
                  \"text\": \"info_tapad_info_legal\"
                },
                {
                  \"hint\": \"info_tapad_info_version_hint\",
                  \"isHintVisible\": true,
                  \"isRunnableWithAnim\": false,
                  \"text\": \"info_tapad_info_version\"
                },
                {
                  \"imageId\": \"changelog\",
                  \"isHintVisible\": false,
                  \"text\": \"info_tapad_info_changelog\"
                },
                {
                  \"imageId\": \"thanks\",
                  \"isHintVisible\": false,
                  \"text\": \"info_tapad_info_thanks\"
                },
                {
                  \"hint\": \"info_tapad_info_dev_hint\",
                  \"imageId\": \"developer\",
                  \"isHintVisible\": false,
                  \"text\": \"info_tapad_info_dev\"
                }
              ],
              \"title\": \"info_tapad_info_title\"
            },
            {
              \"items\": [
                {
                  \"imageId\": \"song\",
                  \"isHintVisible\": false,
                  \"text\": \"info_tapad_others_song\"
                },
                {
                  \"imageId\": \"create\",
                  \"isHintVisible\": false,
                  \"text\": \"info_tapad_others_create\"
                },
                {
                  \"hint\": \"info_tapad_others_feedback_hint\",
                  \"imageId\": \"feedback\",
                  \"isHintVisible\": true,
                  \"text\": \"info_tapad_others_feedback\"
                },
                {
                  \"hint\": \"info_tapad_others_report_bug_hint\",
                  \"imageId\": \"report_bug\",
                  \"isHintVisible\": true,
                  \"text\": \"info_tapad_others_report_bug\"
                },
                {
                  \"hint\": \"info_tapad_others_rate_hint\",
                  \"imageId\": \"rate\",
                  \"isHintVisible\": true,
                  \"text\": \"info_tapad_others_rate\"
                },
                {
                  \"hint\": \"info_tapad_others_translate_hint\",
                  \"imageId\": \"web\",
                  \"isHintVisible\": true,
                  \"text\": \"info_tapad_others_translate\"
                },
                {
                  \"hint\": \"info_tapad_others_recommend_hint\",
                  \"imageId\": \"recommend\",
                  \"isHintVisible\": true,
                  \"text\": \"info_tapad_others_recommend\"
                }
              ],
              \"title\": \"info_tapad_others_title\"
            }
          ],
          \"songArtist\": \"about_image_tapad\",
          \"songName\": \"info_tapad_bio_title\"
        }
    </string>
  <string name="json_about_dev" translatable="false">
        {
          \"bio\": {
            \"name\": \"info_berict_bio_name\",
            \"source\": \"info_berict_bio_source\",
            \"text\": \"info_berict_bio_text\",
            \"title\": \"info_berict_bio_title\"
          },
          \"color\": \"#607D8B\",
          \"details\": [
            {
              \"items\": [
                {
                  \"hint\": \"info_berict_detail_discord\",
                  \"imageId\": \"discord\",
                  \"isHintVisible\": true,
                  \"isRunnableWithAnim\": false,
                  \"text\": \"discord\"
                },
                {
                  \"hint\": \"info_berict_detail_facebook\",
                  \"imageId\": \"facebook\",
                  \"isHintVisible\": true,
                  \"isRunnableWithAnim\": false,
                  \"text\": \"facebook\"
                },
                {
                  \"hint\": \"info_berict_detail_twitter\",
                  \"imageId\": \"twitter\",
                  \"isHintVisible\": true,
                  \"isRunnableWithAnim\": false,
                  \"text\": \"twitter\"
                },
                {
                  \"hint\": \"info_berict_detail_google_plus\",
                  \"imageId\": \"google_plus\",
                  \"isHintVisible\": false,
                  \"isRunnableWithAnim\": false,
                  \"text\": \"google_plus\"
                },
                {
                  \"hint\": \"info_berict_detail_youtube\",
                  \"imageId\": \"youtube\",
                  \"isHintVisible\": false,
                  \"isRunnableWithAnim\": false,
                  \"text\": \"youtube\"
                },
                {
                  \"hint\": \"info_berict_detail_web\",
                  \"imageId\": \"web\",
                  \"isHintVisible\": true,
                  \"isRunnableWithAnim\": false,
                  \"text\": \"web\"
                }
              ],
              \"title\": \"info_berict_detail_title\"
            },
            {
              \"items\": [
                {
                  \"hint\": \"info_berict_action_report_bug_hint\",
                  \"imageId\": \"report_bug\",
                  \"isHintVisible\": true,
                  \"text\": \"info_berict_action_report_bug\"
                },
                {
                  \"hint\": \"info_berict_action_contribute_hint\",
                  \"imageId\": \"developer\",
                  \"isHintVisible\": true,
                  \"text\": \"info_berict_action_contribute\"
                },
                {
                  \"hint\": \"info_berict_action_donate_hint\",
                  \"imageId\": \"donate\",
                  \"isHintVisible\": false,
                  \"text\": \"info_berict_action_donate\"
                }
              ],
              \"title\": \"info_berict_action_title\"
            }
          ],
          \"songArtist\": \"about_image_berict\",
          \"songName\": \"info_berict_title\"
        }
    </string>
</resources>