Skip to content

Commit

Permalink
Addeclipsemap (#488)
Browse files Browse the repository at this point in the history
* Includes an image of the eclipse path, courtsey of nasa.

* The actual image.
  • Loading branch information
jaydeetay authored Feb 11, 2024
1 parent fbc51ad commit a9ceb00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ class HardcodedGallery internal constructor(private val resources: Resources) :
val galleryImages = ArrayList<GalleryImage>()
// Note the internationalized names in places. Be sure that if the
// search term is internationalized in the search index then it is here too.
add(galleryImages, R.drawable.eclipse_map_2024_notext_1920, R.string.eclipse24, R.string
.eclipse24)
add(galleryImages, R.drawable.messenger_11_07_39, R.string.mercury, R.string.mercury)
add(galleryImages, R.drawable.hubble_venus_clouds_tops, R.string.venus, R.string.venus)
add(galleryImages, R.drawable.hubble_mars, R.string.mars, R.string.mars)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/src/main/res/values/help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ Spherical coverage data obtained from
(http://www2.research.att.com/~njas/coverings)&lt;br/&gt;
Hubble Images provided by NASA\'s Space Telescope Science Institute
(http://hubblesite.org/)&lt;br/&gt;
2024 Eclipse Map courtesy of NASA\'s Scientific Visualization Studio.&lt;br/&gt;
Meteor shower data from the International Meteor Organization
(http://www.imo.net/data)&lt;br/&gt;
M31 image by Peter Kennett (https://commons.wikimedia.org/wiki/File:M31(Kennett).jpg)&lt;br/&gt;
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<string name="sensor_speed" translation_description="Old, non gyro sensors only: How quickly the sensor should send us data">Sensor Speed</string>
<string name="sensor_damping" translation_description="Old, non gyro sensors only: The amount of smoothing applied to the sensor outputs.">Damping</string>
<string name="ecliptic">Ecliptic</string>
<string name="eclipse24">Eclipse path 2024-04-08</string>
<string name="malformed_loc_error">Latitude or longitude setting isn\'t a number.</string>
<string name="dialog_accept" translation_description="accepting the licence agreement">Accept</string>
<string name="dialog_decline" translation_description="declining the licence agreement">No Thanks</string>
Expand Down

0 comments on commit a9ceb00

Please sign in to comment.