2017-01-17 10:37:36 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2018-01-30 07:01:57 +00:00
|
|
|
<!--TODO: preffix these with "ic_"-->
|
2017-01-17 10:37:36 +00:00
|
|
|
<attr name="thumbs_up" format="reference"/>
|
|
|
|
<attr name="thumbs_down" format="reference"/>
|
2018-02-12 18:44:35 +00:00
|
|
|
<attr name="info" format="reference"/>
|
2017-01-17 10:37:36 +00:00
|
|
|
<attr name="audio" format="reference"/>
|
|
|
|
<attr name="download" format="reference"/>
|
|
|
|
<attr name="share" format="reference"/>
|
|
|
|
<attr name="cast" format="reference"/>
|
2017-01-17 16:43:33 +00:00
|
|
|
<attr name="rss" format="reference"/>
|
2017-04-26 19:24:33 +00:00
|
|
|
<attr name="search" format="reference"/>
|
|
|
|
<attr name="close" format="reference"/>
|
|
|
|
<attr name="filter" format="reference"/>
|
|
|
|
<attr name="popup" format="reference"/>
|
|
|
|
<attr name="expand" format="reference"/>
|
|
|
|
<attr name="collapse" format="reference"/>
|
2017-05-15 03:57:04 +00:00
|
|
|
<attr name="volume_off" format="reference"/>
|
2017-08-12 04:50:25 +00:00
|
|
|
<attr name="clear_history" format="reference" />
|
2017-09-03 06:04:18 +00:00
|
|
|
<attr name="palette" format="reference"/>
|
|
|
|
<attr name="language" format="reference"/>
|
|
|
|
<attr name="history" format="reference"/>
|
2017-10-14 04:07:19 +00:00
|
|
|
<attr name="drag_handle" format="reference"/>
|
2017-10-31 03:58:02 +00:00
|
|
|
<attr name="selected" format="reference"/>
|
2017-11-14 18:51:44 +00:00
|
|
|
<attr name="search_add" format="reference"/>
|
2017-11-09 10:29:02 +00:00
|
|
|
<attr name="options" format="reference"/>
|
2018-01-23 00:40:00 +00:00
|
|
|
<attr name="play" format="reference"/>
|
New MP4 muxer + Queue changes + Storage fixes
Main changes:
* correctly check the available space (CircularFile.java)
* misc cleanup (CircularFile.java)
* use the "Error Reporter" for non-http errors
* rewrite network state checking and add better support for API 21 (Lollipop) or higher
* implement "metered networks"
* add buttons in "Downloads" activity to start/pause all pending downloads, ignoring the queue flag or if the network is "metered"
* add workaround for VPN connections and/or network switching. Example: switching WiFi to 3G
* rewrite DataReader ¡Webm muxer is now 57% more faster!
* rewrite CircularFile, use file buffers instead of memory buffers. Less troubles in low-end devices
* fix missing offset for KaxCluster (WebMWriter.java), manifested as no thumbnails on file explorers
Download queue:
* remember queue status, unless the user pause the download (un-queue)
* semi-automatic downloads, between networks. Effective if the user create a new download or the downloads activity is starts
* allow enqueue failed downloads
* new option, queue limit, enabled by default. Used to allow one or multiple downloads at same time
Miscellaneous:
* fix crash while selecting details/error menu (mistake on MissionFragment.java)
* misc serialize changes (DownloadMission.java)
* minor UI tweaks
* allow overwrite paused downloads
* fix wrong icons for grid/list button in downloads
* add share option
* implement #2006
* correct misspelled word in strings.xml (es) (cmn)
* fix MissionAdapter crash during device shutdown
New Mp4Muxer + required changes:
* new mp4 muxer (from dash only) with this, muxing on Android 7 is possible now!!!
* re-work in SharpStream
* drop mp4 dash muxer
* misc changes: add warning in SecondaryStreamHelper.java,
* strip m4a DASH files to normal m4a format (youtube only)
Fix storage issues:
* warn to the user if is choosing a "read only" download directory (for external SD Cards), useless is rooted :)
* "write proof" allow post-processing resuming only if the device ran out of space
* implement "insufficient storage" error for downloads
2019-03-23 01:54:07 +00:00
|
|
|
<attr name="pause" format="reference"/>
|
2018-02-21 22:14:14 +00:00
|
|
|
<attr name="bug" format="reference"/>
|
2018-02-16 13:45:52 +00:00
|
|
|
<attr name="settings" format="reference"/>
|
2018-01-30 07:01:57 +00:00
|
|
|
<attr name="ic_hot" format="reference"/>
|
2018-12-29 17:36:39 +00:00
|
|
|
<attr name="ic_kiosk_local" format="reference"/>
|
|
|
|
<attr name="ic_kiosk_recent" format="reference"/>
|
2018-01-30 07:01:57 +00:00
|
|
|
<attr name="ic_channel" format="reference"/>
|
2018-01-22 22:21:00 +00:00
|
|
|
<attr name="ic_bookmark" format="reference"/>
|
2018-02-06 05:32:23 +00:00
|
|
|
<attr name="ic_playlist_add" format="reference"/>
|
|
|
|
<attr name="ic_playlist_check" format="reference"/>
|
2018-03-08 14:50:46 +00:00
|
|
|
<attr name="ic_import_export" format="reference"/>
|
|
|
|
<attr name="ic_save" format="reference"/>
|
|
|
|
<attr name="ic_backup" format="reference"/>
|
2018-06-15 03:18:54 +00:00
|
|
|
<attr name="ic_add" format="reference"/>
|
2018-09-05 02:54:17 +00:00
|
|
|
<attr name="ic_restore_defaults" format="reference"/>
|
|
|
|
<attr name="ic_blank_page" format="reference"/>
|
2019-04-28 20:43:54 +00:00
|
|
|
<attr name="ic_refresh" format="reference"/>
|
2018-12-14 17:51:55 +00:00
|
|
|
<attr name="ic_list" format="reference"/>
|
|
|
|
<attr name="ic_grid" format="reference"/>
|
|
|
|
<attr name="ic_delete" format="reference"/>
|
2018-09-15 15:21:17 +00:00
|
|
|
<attr name="ic_settings_update" format="reference"/>
|
2020-02-01 16:53:43 +00:00
|
|
|
<attr name="ic_done" format="reference"/>
|
2019-04-28 20:43:54 +00:00
|
|
|
<attr name="ic_computer" format="reference"/>
|
|
|
|
<attr name="ic_videogame" format="reference"/>
|
|
|
|
<attr name="ic_music_note" format="reference"/>
|
|
|
|
<attr name="ic_stars" format="reference"/>
|
|
|
|
<attr name="ic_sports" format="reference"/>
|
|
|
|
<attr name="ic_money" format="reference"/>
|
|
|
|
<attr name="ic_person" format="reference"/>
|
|
|
|
<attr name="ic_people" format="reference"/>
|
|
|
|
<attr name="ic_heart" format="reference"/>
|
|
|
|
<attr name="ic_kids" format="reference"/>
|
|
|
|
<attr name="ic_fastfood" format="reference"/>
|
|
|
|
<attr name="ic_car" format="reference"/>
|
|
|
|
<attr name="ic_motorcycle" format="reference"/>
|
|
|
|
<attr name="ic_trending_up" format="reference"/>
|
|
|
|
<attr name="ic_school" format="reference"/>
|
|
|
|
<attr name="ic_asterisk" format="reference"/>
|
|
|
|
<attr name="ic_smile" format="reference"/>
|
|
|
|
<attr name="ic_edit" format="reference"/>
|
|
|
|
<attr name="ic_explore" format="reference"/>
|
|
|
|
<attr name="ic_fitness" format="reference"/>
|
|
|
|
<attr name="ic_restaurant" format="reference"/>
|
|
|
|
<attr name="ic_mic" format="reference"/>
|
|
|
|
<attr name="ic_radio" format="reference"/>
|
|
|
|
<attr name="ic_shopping_cart" format="reference"/>
|
|
|
|
<attr name="ic_watch_later" format="reference"/>
|
|
|
|
<attr name="ic_work" format="reference"/>
|
|
|
|
<attr name="ic_movie" format="reference"/>
|
|
|
|
<attr name="ic_pets" format="reference"/>
|
|
|
|
<attr name="ic_world" format="reference"/>
|
|
|
|
<attr name="ic_sunny" format="reference"/>
|
|
|
|
<attr name="ic_telescope" format="reference"/>
|
|
|
|
<attr name="ic_megaphone" format="reference"/>
|
2020-02-26 02:01:23 +00:00
|
|
|
<attr name="ic_sort" format="reference"/>
|
2020-03-14 03:11:30 +00:00
|
|
|
<attr name="ic_help" format="reference"/>
|
2017-09-03 06:04:18 +00:00
|
|
|
|
2019-04-13 07:31:32 +00:00
|
|
|
<attr name="progress_horizontal_drawable" format="reference"/>
|
2018-09-01 10:33:08 +00:00
|
|
|
<!-- Can't refer to colors directly in drawable's xml-->
|
2017-09-03 06:04:18 +00:00
|
|
|
<attr name="toolbar_shadow_drawable" format="reference"/>
|
2017-10-31 03:58:02 +00:00
|
|
|
<attr name="selector_drawable" format="reference"/>
|
2018-01-23 00:40:00 +00:00
|
|
|
<attr name="checked_selector_drawable" format="reference"/>
|
2019-04-28 20:43:54 +00:00
|
|
|
<attr name="focused_selector_drawable" format="reference"/>
|
|
|
|
<attr name="dashed_border_drawable" format="reference"/>
|
2017-09-03 06:04:18 +00:00
|
|
|
|
|
|
|
<attr name="separator_color" format="color"/>
|
2017-10-31 03:58:02 +00:00
|
|
|
<attr name="queue_background_color" format="color"/>
|
2017-09-03 06:04:18 +00:00
|
|
|
<attr name="contrast_background_color" format="color"/>
|
2018-02-16 13:45:52 +00:00
|
|
|
<attr name="windowBackground" format="color"/>
|
|
|
|
<attr name="colorPrimary" format="color"/>
|
2019-04-28 20:43:54 +00:00
|
|
|
|
|
|
|
<attr name="card_item_background_color" format="color"/>
|
|
|
|
<attr name="card_item_contrast_color" format="color"/>
|
|
|
|
<attr name="border_color" format="color"/>
|
2017-01-17 10:37:36 +00:00
|
|
|
</resources>
|