2017-01-17 16:07:36 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2018-01-30 05:01:57 -02:00
|
|
|
<!--TODO: preffix these with "ic_"-->
|
2017-01-17 16:07:36 +05:30
|
|
|
<attr name="thumbs_up" format="reference"/>
|
|
|
|
<attr name="thumbs_down" format="reference"/>
|
2018-02-12 19:44:35 +01:00
|
|
|
<attr name="info" format="reference"/>
|
2017-01-17 16:07:36 +05:30
|
|
|
<attr name="audio" format="reference"/>
|
|
|
|
<attr name="download" format="reference"/>
|
|
|
|
<attr name="share" format="reference"/>
|
|
|
|
<attr name="cast" format="reference"/>
|
2017-01-17 22:13:33 +05:30
|
|
|
<attr name="rss" format="reference"/>
|
2017-04-26 16:24:33 -03: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 00:57:04 -03:00
|
|
|
<attr name="volume_off" format="reference"/>
|
2017-08-12 06:50:25 +02:00
|
|
|
<attr name="clear_history" format="reference" />
|
2017-09-03 03:04:18 -03:00
|
|
|
<attr name="palette" format="reference"/>
|
|
|
|
<attr name="language" format="reference"/>
|
|
|
|
<attr name="history" format="reference"/>
|
2017-10-13 21:07:19 -07:00
|
|
|
<attr name="drag_handle" format="reference"/>
|
2017-10-30 20:58:02 -07:00
|
|
|
<attr name="selected" format="reference"/>
|
2017-11-14 10:51:44 -08:00
|
|
|
<attr name="search_add" format="reference"/>
|
2017-11-09 11:29:02 +01:00
|
|
|
<attr name="options" format="reference"/>
|
2018-01-22 22:40:00 -02: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-22 22:54:07 -03:00
|
|
|
<attr name="pause" format="reference"/>
|
2018-02-21 23:14:14 +01:00
|
|
|
<attr name="bug" format="reference"/>
|
2018-02-16 14:45:52 +01:00
|
|
|
<attr name="settings" format="reference"/>
|
2018-01-30 05:01:57 -02:00
|
|
|
<attr name="ic_hot" format="reference"/>
|
2018-12-29 23:06:39 +05:30
|
|
|
<attr name="ic_kiosk_local" format="reference"/>
|
|
|
|
<attr name="ic_kiosk_recent" format="reference"/>
|
2018-01-30 05:01:57 -02:00
|
|
|
<attr name="ic_channel" format="reference"/>
|
2018-01-22 14:21:00 -08:00
|
|
|
<attr name="ic_bookmark" format="reference"/>
|
2018-02-05 21:32:23 -08:00
|
|
|
<attr name="ic_playlist_add" format="reference"/>
|
|
|
|
<attr name="ic_playlist_check" format="reference"/>
|
2018-03-08 11:50:46 -03:00
|
|
|
<attr name="ic_import_export" format="reference"/>
|
|
|
|
<attr name="ic_save" format="reference"/>
|
|
|
|
<attr name="ic_backup" format="reference"/>
|
2018-06-15 05:18:54 +02:00
|
|
|
<attr name="ic_add" format="reference"/>
|
2018-09-04 23:54:17 -03:00
|
|
|
<attr name="ic_restore_defaults" format="reference"/>
|
|
|
|
<attr name="ic_blank_page" format="reference"/>
|
2019-04-28 17:43:54 -03:00
|
|
|
<attr name="ic_refresh" format="reference"/>
|
2018-12-14 14:51:55 -03:00
|
|
|
<attr name="ic_list" format="reference"/>
|
|
|
|
<attr name="ic_grid" format="reference"/>
|
|
|
|
<attr name="ic_delete" format="reference"/>
|
2018-09-15 20:51:17 +05:30
|
|
|
<attr name="ic_settings_update" format="reference"/>
|
2020-02-01 17:53:43 +01:00
|
|
|
<attr name="ic_done" format="reference"/>
|
2019-04-28 17:43:54 -03: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"/>
|
2017-09-03 03:04:18 -03:00
|
|
|
|
2019-04-13 10:31:32 +03:00
|
|
|
<attr name="progress_horizontal_drawable" format="reference"/>
|
2018-09-01 12:33:08 +02:00
|
|
|
<!-- Can't refer to colors directly in drawable's xml-->
|
2017-09-03 03:04:18 -03:00
|
|
|
<attr name="toolbar_shadow_drawable" format="reference"/>
|
2017-10-30 20:58:02 -07:00
|
|
|
<attr name="selector_drawable" format="reference"/>
|
2018-01-22 22:40:00 -02:00
|
|
|
<attr name="checked_selector_drawable" format="reference"/>
|
2019-04-28 17:43:54 -03:00
|
|
|
<attr name="focused_selector_drawable" format="reference"/>
|
|
|
|
<attr name="dashed_border_drawable" format="reference"/>
|
2017-09-03 03:04:18 -03:00
|
|
|
|
|
|
|
<attr name="separator_color" format="color"/>
|
2017-10-30 20:58:02 -07:00
|
|
|
<attr name="queue_background_color" format="color"/>
|
2017-09-03 03:04:18 -03:00
|
|
|
<attr name="contrast_background_color" format="color"/>
|
2018-02-16 14:45:52 +01:00
|
|
|
<attr name="windowBackground" format="color"/>
|
|
|
|
<attr name="colorPrimary" format="color"/>
|
2019-04-28 17:43:54 -03: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 16:07:36 +05:30
|
|
|
</resources>
|