Skip to content

Commit

Permalink
Retireneowise (sky-map-team#353)
Browse files Browse the repository at this point in the history
* Preparing for a release. Updated What's new. Removed the oh-so-funny
text from the EULA - a joke passed its sell-by-date that alarmed a few
people and was a bit silly.

* Made the accuracy label colors a bit less hard on the eyes.

* Updated the datafiles, retired neowise.
  • Loading branch information
jaydeetay authored Aug 28, 2020
1 parent 1d87630 commit b20bde3
Show file tree
Hide file tree
Showing 13 changed files with 141 additions and 430 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.google.android.stardroid"
minSdkVersion 16
targetSdkVersion 30
versionCode 1514
versionName "1.9.5 - analytics"
versionCode 1515
versionName "1.9.5 - RC1"
buildConfigField 'String', 'GOOGLE_ANALYTICS_CODE', '""'
}

Expand Down
Binary file modified app/src/main/assets/constellations.binary
Binary file not shown.
Binary file modified app/src/main/assets/messier.binary
Binary file not shown.
Binary file modified app/src/main/assets/stars.binary
Binary file not shown.
9 changes: 4 additions & 5 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<resources>

<color name="black_overlay">#66000000</color>
<color name="high_accuracy">#ff00ff00</color>
<color name="medium_accuracy">#ff0000ff</color>
<color name="low_accuracy">#ffff6900</color>
<color name="bad_sensor">#ffff0000</color>
<color name="high_accuracy">#8BC34A</color>
<color name="medium_accuracy">#FFEB3B</color>
<color name="low_accuracy">#FF9800</color>
<color name="bad_sensor">#E91E63</color>
<color name="absent_sensor">#ffa0a0a0</color>
</resources>
12 changes: 3 additions & 9 deletions app/src/main/res/values/eula.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@
<br/><br/>
<h2>Summary</h2>
Sky Map comes with no warranties!
If you choose to use it to navigate the high seas and you
hit an iceberg, it\'s your responsibility. If you tell your kids that the bright thing in
the sky is Jupiter and it turns out to be a UFO and you are subsequently kidnapped by
aliens - not our responsibility. If your kids subsequently fail their science homework -
not our responsibility. If it wipes all the data in your phone, including the photos of the UFO
that were going to make you rich - not our responsibility. If it causes your phone to
tear a hole in the fabric of space and time, OK - that one is on us. Any other calamities
not listed above - not our responsibility. Don\'t use it while driving or carrying scissors.
Sky Map comes with no warranties! While we can think of no conceivable way it could harm your
phone or you (except perhaps giving you neck ache from look up at the sky) you are using
it entirely at your own risk.
<br/><br/>
Boring legalese version follows.
Expand Down
6 changes: 0 additions & 6 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,6 @@
<string name="rigil_kent" translation_description="Name of the star Rigil Kent">Rigil Kent</string>
<string name="e_lyrae" translation_description="Name of the star ε Lyrae">ε Lyrae</string>

<string name="neowise1" translation_description="Name of the 2020 coment Neowise">Neowise Jul 17</string>
<string name="neowise2" translation_description="Name of the 2020 coment Neowise">Neowise Jul 21</string>
<string name="neowise3" translation_description="Name of the 2020 coment Neowise">Neowise Jul 25</string>
<string name="neowise4" translation_description="Name of the 2020 coment Neowise">Neowise Jul 29</string>
<string name="neowise5" translation_description="Name of the 2020 coment Neowise">Neowise Aug 2</string>
<string name="neowise6" translation_description="Name of the 2020 coment Neowise">Neowise Aug 6</string>
<string name="m1" translation_description="Name of the Messier object M1">M1</string>
<string name="m2" translation_description="Name of the Messier object M2">M2</string>
<string name="m3" translation_description="Name of the Messier object M3">M3</string>
Expand Down
10 changes: 8 additions & 2 deletions app/src/main/res/values/whatsnew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
<string name="whats_new_text" translation_description="Description of new features in this version in html">
<![CDATA[
<h1>New in version %s</h1>
\t • Temporary support for Comet Neowise! Locations courtesy of space.com<br/>
\t • Some translation fixes including Norwegian<br/>
\t • Welsh language support (many thanks Cymrodor)<br/>
\t • Some Norwegian translation fixes (credit: FTNo)<br/>
\t • Restored Firebase Analytics<br/>
\t • Made the Calibration dialog less aggressive and self-closing<br/>
\t • Shortened the End User License Agreement<br/>
\t • Retired the temporary data hack for Neowise<br/>
\t • Changed the declination lines to be 10 degrees apart instead of 9 and added labels<br/>
\t • Moved the time travel dialog controls to the bottom so they do not clash with the Android UI<br/>
]]>
</string>
</resources>
Loading

0 comments on commit b20bde3

Please sign in to comment.