Consistently call the app "ReviewIt"

Do not use spaces or special characters for simplicity, but use
camel-case.

Change-Id: I63ee57164f1f9007abb172b60e26a97dee67cfb3
diff --git a/README.md b/README.md
index 105e51a..cdf102d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# Review It? - Android application for Gerrit
+# ReviewIt - Android application for Gerrit
 
 [Gerrit](https://www.gerritcodereview.com) provides web based code review and
-repository management for the Git version control system. The Review It? app is
+repository management for the Git version control system. The ReviewIt app is
 an Android app for Gerrit that allows sorting of incoming changes and review of
 small/trivial changes.
 
@@ -35,7 +35,7 @@
 * changes that are not interesting popup again and again whenever they are
   updated
 
-The 'ReviewIt?' Android app tries to solve these problems by offering a simple
+The 'ReviewIt' Android app tries to solve these problems by offering a simple
 way to sort incoming changes:
 
 * mark interesting changes to review them later (by putting a labeled star on
@@ -43,7 +43,7 @@
 * mark non-interesting changes as ignored
 
 The actual review of the changes is done later, either by using the Gerrit web
-UI or by using the review functionality of the Review It? app. The idea is that
+UI or by using the review functionality of the ReviewIt app. The idea is that
 the sorting of incoming changes allows users to stay updated about their project
 while they are not in office (see new changes and sort them), but the code
 review is done only later when there is time for it. Also some large changes may
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 452866f..4d4b8e7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -13,7 +13,7 @@
     limitations under the License. -->
 
 <resources>
-  <string name="app_name">Review It!?</string>
+  <string name="app_name">ReviewIt</string>
   <string name="app_menu_sort">Sort Changes</string>
   <string name="app_menu_review">Review Changes</string>
   <string name="app_menu_settings">Settings</string>
@@ -90,7 +90,7 @@
         change.</string>
 
   <string name="licenses">Licenses:</string>
-    <string name="about_licenses">The \'Review It!?\' app is licensed under
+    <string name="about_licenses">The \'ReviewIt\' app is licensed under
         the Apache License 2.0. Executable distributions also include other
         software components that are provided under additional licenses.</string>
   <string name="apache2.0">Apache License, Version 2.0:</string>
@@ -197,7 +197,7 @@
   <string name="action_star">Star</string>
 
   <!-- IntroFragment -->
-  <string name="title_activity_intro">Review It!? - Introduction</string>
+  <string name="title_activity_intro">ReviewIt - Introduction</string>
   <string name="continue_intro">Continue</string>
 
   <!-- PreferencesFragment -->