Embedded GigaGet download manager. First try.
This commit is contained in:
parent
f08b1224c9
commit
4bae12aa55
58 changed files with 3121 additions and 40 deletions
|
|
@ -17,4 +17,26 @@
|
|||
<color name="duration_text_color">#EEFFFFFF</color>
|
||||
<color name="video_overlay_color">#66000000</color>
|
||||
<color name="background_notification_color">#323232</color>
|
||||
|
||||
<!-- GigaGet Theme colors -->
|
||||
<color name="blue">#2979FF</color>
|
||||
<color name="blue_dark">#1565C0</color>
|
||||
<color name="bluegray">#607D8B</color>
|
||||
<color name="bluegray_dark">#546E7A</color>
|
||||
<color name="cyan">#00BCD4</color>
|
||||
<color name="cyan_dark">#00ACC1</color>
|
||||
<color name="orange">#FF9800</color>
|
||||
<color name="orange_dark">#EF6C00</color>
|
||||
<color name="green">#4CAF50</color>
|
||||
<color name="green_dark">#388E3C</color>
|
||||
<color name="brown">#795548</color>
|
||||
<color name="brown_dark">#5D4037</color>
|
||||
|
||||
<!-- GigaGet Component colors -->
|
||||
<color name="white">#FFFFFF</color>
|
||||
<color name="light_gray">#EFEFEF</color>
|
||||
<color name="middle_gray">#E0E0E0</color>
|
||||
<color name="gray">#616161</color>
|
||||
|
||||
|
||||
</resources>
|
||||
|
|
@ -140,4 +140,39 @@
|
|||
<string name="storage_permission_denied">Permission to access storage was denied</string>
|
||||
<string name="use_exoplayer_title">Use ExoPlayer</string>
|
||||
<string name="use_exoplayer_summary">Experimental</string>
|
||||
|
||||
<!-- Missions -->
|
||||
<string name="start">Start</string>
|
||||
<string name="pause">Pause</string>
|
||||
<string name="view">View</string>
|
||||
<string name="delete">Delete</string>
|
||||
<string name="checksum">Checksum</string>
|
||||
|
||||
<!-- Fragment -->
|
||||
<string name="add">New mission</string>
|
||||
<string name="finish">Okay</string>
|
||||
<string name="switch_mode">Switch between list and grid</string>
|
||||
|
||||
|
||||
<!-- Msg -->
|
||||
<string name="msg_url">Download URL</string>
|
||||
<string name="msg_name">File name</string>
|
||||
<string name="msg_threads">Threads</string>
|
||||
<string name="msg_fetch_filename">Fetch file name</string>
|
||||
<string name="msg_error">Error</string>
|
||||
<string name="msg_server_unsupported">Server unsupported</string>
|
||||
<string name="msg_exists">File already exists</string>
|
||||
<string name="msg_url_malform">Malformed URL or Internet not available</string>
|
||||
<string name="msg_running">NewPipe Downloading</string>
|
||||
<string name="msg_running_detail">Click for details</string>
|
||||
<string name="msg_wait">Please wait...</string>
|
||||
<string name="msg_copied">Copied to clipboard.</string>
|
||||
<string name="no_available_dir">Please select an available download directory.</string>
|
||||
|
||||
<!-- Checksum types -->
|
||||
<string name="md5" translatable="false">MD5</string>
|
||||
<string name="sha1" translatable="false">SHA1</string>
|
||||
|
||||
<!-- End of GigaGet's Strings -->
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -48,4 +48,5 @@
|
|||
<item name="background">@color/video_overlay_color</item>
|
||||
</style>
|
||||
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue