├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.yaml │ ├── config.yml │ └── feature_request.yaml └── workflows │ ├── android.yml │ ├── static.yml │ ├── update-contributors-app.yml │ └── update-contributors-readme.yml ├── .gitignore ├── .gitlab-ci.yml ├── .kotlin └── metadata │ └── kotlinTransformedMetadataLibraries │ └── org.jetbrains.kotlin-kotlin-stdlib-2.0.20-commonMain-WPEnbA.klib ├── LICENSE ├── README.md ├── StartAA.bat ├── app_logo.png ├── assets ├── design │ ├── latest │ │ ├── app_icon-inv.svg │ │ ├── app_icon-mod.svg │ │ ├── app_icon.svg │ │ ├── app_logo.svg │ │ ├── app_logo_text.svg │ │ ├── banner_tv_foreground.svg │ │ ├── featureGraphic.png │ │ ├── featureGraphic.svg │ │ ├── gpl-3.0.txt │ │ ├── ic_launcher_foreground.svg │ │ ├── ic_logo_foreground.svg │ │ ├── icon.png │ │ ├── icon.svg │ │ ├── icon_2.svg │ │ ├── icon_launcher.svg │ │ └── license.txt │ ├── previous │ │ ├── app_icon.svg │ │ ├── app_logo.svg │ │ ├── app_logo_text.svg │ │ ├── banner_tv_foreground.svg │ │ ├── featureGraphic.svg │ │ ├── ic_launcher_foreground.svg │ │ ├── ic_logo_foreground.svg │ │ └── icon.svg │ └── rimusicVideo.mp4 ├── icons │ ├── add2playlist.svg │ ├── addqueue.svg │ ├── album.svg │ ├── alternative-version.svg │ ├── arrow-down-left.svg │ ├── arrow-down-right.svg │ ├── arrow-up-left.svg │ ├── arrow-up-right.svg │ ├── artist.svg │ ├── artists-edit.svg │ ├── artists.svg │ ├── cover-edit.svg │ ├── download-cover.svg │ ├── download-progress.svg │ ├── downloaded.svg │ ├── enqueue.svg │ ├── equalizer.svg │ ├── featured-playlist.svg │ ├── full screen lyrics.svg │ ├── outline │ │ └── stats-outline.svg │ ├── partially-downloaded.svg │ ├── playlist.svg │ ├── position.svg │ ├── recently-played.svg │ ├── sharp │ │ └── stats-sharp.svg │ ├── sleep.svg │ ├── smart_shuffle.svg │ ├── sort.svg │ ├── stat-3months.svg │ ├── stat-6months.svg │ ├── stat-all.svg │ ├── stat-month.svg │ ├── stat-today.svg │ ├── stat-week.svg │ ├── stat-year.svg │ ├── stats.svg │ ├── title-edit.svg │ ├── ui.svg │ └── video.svg ├── images │ ├── getItAccrescent.png │ ├── getItGithub.png │ ├── getItIzzyOnDroid.png │ ├── getItObtainium.png │ ├── getItOpenapk.png │ └── getItf-droid.png ├── ionicons │ ├── accessibility.svg │ ├── add-circle.svg │ ├── add.svg │ ├── airplane.svg │ ├── alarm.svg │ ├── albums.svg │ ├── alert-circle.svg │ ├── alert.svg │ ├── american-football.svg │ ├── analytics.svg │ ├── aperture.svg │ ├── apps.svg │ ├── archive.svg │ ├── arrow-back-circle.svg │ ├── arrow-back.svg │ ├── arrow-down-circle.svg │ ├── arrow-down.svg │ ├── arrow-forward-circle.svg │ ├── arrow-forward.svg │ ├── arrow-redo-circle.svg │ ├── arrow-redo.svg │ ├── arrow-undo-circle.svg │ ├── arrow-undo.svg │ ├── arrow-up-circle.svg │ ├── arrow-up.svg │ ├── at-circle.svg │ ├── at.svg │ ├── attach.svg │ ├── backspace.svg │ ├── bag-add.svg │ ├── bag-check.svg │ ├── bag-handle.svg │ ├── bag-remove.svg │ ├── bag.svg │ ├── balloon.svg │ ├── ban.svg │ ├── bandage.svg │ ├── bar-chart.svg │ ├── barbell.svg │ ├── barcode.svg │ ├── baseball.svg │ ├── basket.svg │ ├── basketball.svg │ ├── battery-charging.svg │ ├── battery-dead.svg │ ├── battery-full.svg │ ├── battery-half.svg │ ├── beaker.svg │ ├── bed.svg │ ├── beer.svg │ ├── bicycle.svg │ ├── bluetooth.svg │ ├── boat.svg │ ├── body.svg │ ├── bonfire.svg │ ├── book.svg │ ├── bookmark.svg │ ├── bookmarks.svg │ ├── bowling-ball.svg │ ├── briefcase.svg │ ├── browsers.svg │ ├── brush.svg │ ├── bug.svg │ ├── build.svg │ ├── bulb.svg │ ├── bus.svg │ ├── business.svg │ ├── cafe.svg │ ├── calculator.svg │ ├── calendar-clear.svg │ ├── calendar-number.svg │ ├── calendar.svg │ ├── call.svg │ ├── camera-reverse.svg │ ├── camera.svg │ ├── car-sport.svg │ ├── car.svg │ ├── card.svg │ ├── caret-back-circle.svg │ ├── caret-back.svg │ ├── caret-down-circle.svg │ ├── caret-down.svg │ ├── caret-forward-circle.svg │ ├── caret-forward.svg │ ├── caret-up-circle.svg │ ├── caret-up.svg │ ├── cart.svg │ ├── cash.svg │ ├── cellular.svg │ ├── chatbox-ellipses.svg │ ├── chatbox.svg │ ├── chatbubble-ellipses.svg │ ├── chatbubble.svg │ ├── chatbubbles.svg │ ├── checkbox.svg │ ├── checkmark-circle.svg │ ├── checkmark-done-circle.svg │ ├── checkmark-done.svg │ ├── checkmark.svg │ ├── chevron-back-circle.svg │ ├── chevron-back.svg │ ├── chevron-collapse.svg │ ├── chevron-down-circle.svg │ ├── chevron-down.svg │ ├── chevron-expand.svg │ ├── chevron-forward-circle.svg │ ├── chevron-forward.svg │ ├── chevron-up-circle.svg │ ├── chevron-up.svg │ ├── clipboard.svg │ ├── close-circle.svg │ ├── close.svg │ ├── cloud-circle.svg │ ├── cloud-done.svg │ ├── cloud-download.svg │ ├── cloud-offline.svg │ ├── cloud-upload.svg │ ├── cloud.svg │ ├── cloudy-night.svg │ ├── cloudy.svg │ ├── code-download.svg │ ├── code-slash.svg │ ├── code-working.svg │ ├── code.svg │ ├── cog.svg │ ├── color-fill.svg │ ├── color-filter.svg │ ├── color-palette.svg │ ├── color-wand.svg │ ├── compass.svg │ ├── construct.svg │ ├── contract.svg │ ├── contrast.svg │ ├── copy.svg │ ├── create.svg │ ├── crop.svg │ ├── cube.svg │ ├── cut.svg │ ├── desktop.svg │ ├── diamond.svg │ ├── dice.svg │ ├── disc.svg │ ├── document-attach.svg │ ├── document-lock.svg │ ├── document-text.svg │ ├── document.svg │ ├── documents.svg │ ├── download.svg │ ├── duplicate.svg │ ├── ear.svg │ ├── earth.svg │ ├── easel.svg │ ├── egg.svg │ ├── ellipse.svg │ ├── ellipsis-horizontal-circle.svg │ ├── ellipsis-horizontal.svg │ ├── ellipsis-vertical-circle.svg │ ├── ellipsis-vertical.svg │ ├── enter.svg │ ├── exit.svg │ ├── expand.svg │ ├── extension-puzzle.svg │ ├── eye-off.svg │ ├── eye.svg │ ├── eyedrop.svg │ ├── fast-food.svg │ ├── female.svg │ ├── file-tray-full.svg │ ├── file-tray-stacked.svg │ ├── file-tray.svg │ ├── film.svg │ ├── filter-circle.svg │ ├── filter.svg │ ├── finger-print.svg │ ├── fish.svg │ ├── fitness.svg │ ├── flag.svg │ ├── flame.svg │ ├── flash-off.svg │ ├── flash.svg │ ├── flashlight.svg │ ├── flask.svg │ ├── flower.svg │ ├── folder-open.svg │ ├── folder.svg │ ├── football.svg │ ├── footsteps.svg │ ├── funnel.svg │ ├── game-controller.svg │ ├── gift.svg │ ├── git-branch.svg │ ├── git-commit.svg │ ├── git-compare.svg │ ├── git-merge.svg │ ├── git-network.svg │ ├── git-pull-request.svg │ ├── glasses.svg │ ├── globe.svg │ ├── golf.svg │ ├── grid.svg │ ├── hammer.svg │ ├── hand-left.svg │ ├── hand-right.svg │ ├── happy.svg │ ├── hardware-chip.svg │ ├── headset.svg │ ├── heart-circle.svg │ ├── heart-dislike-circle.svg │ ├── heart-dislike.svg │ ├── heart-half.svg │ ├── heart.svg │ ├── help-buoy.svg │ ├── help-circle.svg │ ├── help.svg │ ├── home.svg │ ├── hourglass.svg │ ├── ice-cream.svg │ ├── id-card.svg │ ├── image.svg │ ├── images.svg │ ├── infinite.svg │ ├── information-circle.svg │ ├── information.svg │ ├── invert-mode.svg │ ├── journal.svg │ ├── key.svg │ ├── keypad.svg │ ├── language.svg │ ├── laptop.svg │ ├── layers.svg │ ├── leaf.svg │ ├── library.svg │ ├── link.svg │ ├── list-circle.svg │ ├── list.svg │ ├── locate.svg │ ├── location.svg │ ├── lock-closed.svg │ ├── lock-open.svg │ ├── log-in.svg │ ├── log-out.svg │ ├── logo-alipay.svg │ ├── logo-amazon.svg │ ├── logo-amplify.svg │ ├── logo-android.svg │ ├── logo-angular.svg │ ├── logo-apple-appstore.svg │ ├── logo-apple-ar.svg │ ├── logo-apple.svg │ ├── logo-behance.svg │ ├── logo-bitbucket.svg │ ├── logo-bitcoin.svg │ ├── logo-buffer.svg │ ├── logo-capacitor.svg │ ├── logo-chrome.svg │ ├── logo-closed-captioning.svg │ ├── logo-codepen.svg │ ├── logo-css3.svg │ ├── logo-designernews.svg │ ├── logo-deviantart.svg │ ├── logo-discord.svg │ ├── logo-docker.svg │ ├── logo-dribbble.svg │ ├── logo-dropbox.svg │ ├── logo-edge.svg │ ├── logo-electron.svg │ ├── logo-euro.svg │ ├── logo-facebook.svg │ ├── logo-figma.svg │ ├── logo-firebase.svg │ ├── logo-firefox.svg │ ├── logo-flickr.svg │ ├── logo-foursquare.svg │ ├── logo-github.svg │ ├── logo-gitlab.svg │ ├── logo-google-playstore.svg │ ├── logo-google.svg │ ├── logo-hackernews.svg │ ├── logo-html5.svg │ ├── logo-instagram.svg │ ├── logo-ionic.svg │ ├── logo-ionitron.svg │ ├── logo-javascript.svg │ ├── logo-laravel.svg │ ├── logo-linkedin.svg │ ├── logo-markdown.svg │ ├── logo-mastodon.svg │ ├── logo-medium.svg │ ├── logo-microsoft.svg │ ├── logo-no-smoking.svg │ ├── logo-nodejs.svg │ ├── logo-npm.svg │ ├── logo-octocat.svg │ ├── logo-paypal.svg │ ├── logo-pinterest.svg │ ├── logo-playstation.svg │ ├── logo-pwa.svg │ ├── logo-python.svg │ ├── logo-react.svg │ ├── logo-reddit.svg │ ├── logo-rss.svg │ ├── logo-sass.svg │ ├── logo-skype.svg │ ├── logo-slack.svg │ ├── logo-snapchat.svg │ ├── logo-soundcloud.svg │ ├── logo-stackoverflow.svg │ ├── logo-steam.svg │ ├── logo-stencil.svg │ ├── logo-tableau.svg │ ├── logo-tiktok.svg │ ├── logo-tumblr.svg │ ├── logo-tux.svg │ ├── logo-twitch.svg │ ├── logo-twitter.svg │ ├── logo-usd.svg │ ├── logo-venmo.svg │ ├── logo-vercel.svg │ ├── logo-vimeo.svg │ ├── logo-vk.svg │ ├── logo-vue.svg │ ├── logo-web-component.svg │ ├── logo-wechat.svg │ ├── logo-whatsapp.svg │ ├── logo-windows.svg │ ├── logo-wordpress.svg │ ├── logo-xbox.svg │ ├── logo-xing.svg │ ├── logo-yahoo.svg │ ├── logo-yen.svg │ ├── logo-youtube.svg │ ├── magnet.svg │ ├── mail-open.svg │ ├── mail-unread.svg │ ├── mail.svg │ ├── male-female.svg │ ├── male.svg │ ├── man.svg │ ├── map.svg │ ├── medal.svg │ ├── medical.svg │ ├── medkit.svg │ ├── megaphone.svg │ ├── menu.svg │ ├── mic-circle.svg │ ├── mic-off-circle.svg │ ├── mic-off.svg │ ├── mic.svg │ ├── moon.svg │ ├── move.svg │ ├── musical-note.svg │ ├── musical-notes.svg │ ├── navigate-circle.svg │ ├── navigate.svg │ ├── newspaper.svg │ ├── notifications-circle.svg │ ├── notifications-off-circle.svg │ ├── notifications-off.svg │ ├── notifications.svg │ ├── nuclear.svg │ ├── nutrition.svg │ ├── open.svg │ ├── options.svg │ ├── outline │ │ ├── accessibility-outline.svg │ │ ├── add-circle-outline.svg │ │ ├── add-outline.svg │ │ ├── airplane-outline.svg │ │ ├── alarm-outline.svg │ │ ├── albums-outline.svg │ │ ├── alert-circle-outline.svg │ │ ├── alert-outline.svg │ │ ├── american-football-outline.svg │ │ ├── analytics-outline.svg │ │ ├── aperture-outline.svg │ │ ├── apps-outline.svg │ │ ├── archive-outline.svg │ │ ├── arrow-back-circle-outline.svg │ │ ├── arrow-back-outline.svg │ │ ├── arrow-down-circle-outline.svg │ │ ├── arrow-down-outline.svg │ │ ├── arrow-forward-circle-outline.svg │ │ ├── arrow-forward-outline.svg │ │ ├── arrow-redo-circle-outline.svg │ │ ├── arrow-redo-outline.svg │ │ ├── arrow-undo-circle-outline.svg │ │ ├── arrow-undo-outline.svg │ │ ├── arrow-up-circle-outline.svg │ │ ├── arrow-up-outline.svg │ │ ├── at-circle-outline.svg │ │ ├── at-outline.svg │ │ ├── attach-outline.svg │ │ ├── backspace-outline.svg │ │ ├── bag-add-outline.svg │ │ ├── bag-check-outline.svg │ │ ├── bag-handle-outline.svg │ │ ├── bag-outline.svg │ │ ├── bag-remove-outline.svg │ │ ├── balloon-outline.svg │ │ ├── ban-outline.svg │ │ ├── bandage-outline.svg │ │ ├── bar-chart-outline.svg │ │ ├── barbell-outline.svg │ │ ├── barcode-outline.svg │ │ ├── baseball-outline.svg │ │ ├── basket-outline.svg │ │ ├── basketball-outline.svg │ │ ├── battery-charging-outline.svg │ │ ├── battery-dead-outline.svg │ │ ├── battery-full-outline.svg │ │ ├── battery-half-outline.svg │ │ ├── beaker-outline.svg │ │ ├── bed-outline.svg │ │ ├── beer-outline.svg │ │ ├── bicycle-outline.svg │ │ ├── bluetooth-outline.svg │ │ ├── boat-outline.svg │ │ ├── body-outline.svg │ │ ├── bonfire-outline.svg │ │ ├── book-outline.svg │ │ ├── bookmark-outline.svg │ │ ├── bookmarks-outline.svg │ │ ├── bowling-ball-outline.svg │ │ ├── briefcase-outline.svg │ │ ├── browsers-outline.svg │ │ ├── brush-outline.svg │ │ ├── bug-outline.svg │ │ ├── build-outline.svg │ │ ├── bulb-outline.svg │ │ ├── bus-outline.svg │ │ ├── business-outline.svg │ │ ├── cafe-outline.svg │ │ ├── calculator-outline.svg │ │ ├── calendar-clear-outline.svg │ │ ├── calendar-number-outline.svg │ │ ├── calendar-outline.svg │ │ ├── call-outline.svg │ │ ├── camera-outline.svg │ │ ├── camera-reverse-outline.svg │ │ ├── car-outline.svg │ │ ├── car-sport-outline.svg │ │ ├── card-outline.svg │ │ ├── caret-back-circle-outline.svg │ │ ├── caret-back-outline.svg │ │ ├── caret-down-circle-outline.svg │ │ ├── caret-down-outline.svg │ │ ├── caret-forward-circle-outline.svg │ │ ├── caret-forward-outline.svg │ │ ├── caret-up-circle-outline.svg │ │ ├── caret-up-outline.svg │ │ ├── cart-outline.svg │ │ ├── cash-outline.svg │ │ ├── cellular-outline.svg │ │ ├── chatbox-ellipses-outline.svg │ │ ├── chatbox-outline.svg │ │ ├── chatbubble-ellipses-outline.svg │ │ ├── chatbubble-outline.svg │ │ ├── chatbubbles-outline.svg │ │ ├── checkbox-outline.svg │ │ ├── checkmark-circle-outline.svg │ │ ├── checkmark-done-circle-outline.svg │ │ ├── checkmark-done-outline.svg │ │ ├── checkmark-outline.svg │ │ ├── chevron-back-circle-outline.svg │ │ ├── chevron-back-outline.svg │ │ ├── chevron-collapse-outline.svg │ │ ├── chevron-down-circle-outline.svg │ │ ├── chevron-down-outline.svg │ │ ├── chevron-expand-outline.svg │ │ ├── chevron-forward-circle-outline.svg │ │ ├── chevron-forward-outline.svg │ │ ├── chevron-up-circle-outline.svg │ │ ├── chevron-up-outline.svg │ │ ├── clipboard-outline.svg │ │ ├── close-circle-outline.svg │ │ ├── close-outline.svg │ │ ├── cloud-circle-outline.svg │ │ ├── cloud-done-outline.svg │ │ ├── cloud-download-outline.svg │ │ ├── cloud-offline-outline.svg │ │ ├── cloud-outline.svg │ │ ├── cloud-upload-outline.svg │ │ ├── cloudy-night-outline.svg │ │ ├── cloudy-outline.svg │ │ ├── code-download-outline.svg │ │ ├── code-outline.svg │ │ ├── code-slash-outline.svg │ │ ├── code-working-outline.svg │ │ ├── cog-outline.svg │ │ ├── color-fill-outline.svg │ │ ├── color-filter-outline.svg │ │ ├── color-palette-outline.svg │ │ ├── color-wand-outline.svg │ │ ├── compass-outline.svg │ │ ├── construct-outline.svg │ │ ├── contract-outline.svg │ │ ├── contrast-outline.svg │ │ ├── copy-outline.svg │ │ ├── create-outline.svg │ │ ├── crop-outline.svg │ │ ├── cube-outline.svg │ │ ├── cut-outline.svg │ │ ├── desktop-outline.svg │ │ ├── diamond-outline.svg │ │ ├── dice-outline.svg │ │ ├── disc-outline.svg │ │ ├── document-attach-outline.svg │ │ ├── document-lock-outline.svg │ │ ├── document-outline.svg │ │ ├── document-text-outline.svg │ │ ├── documents-outline.svg │ │ ├── download-outline.svg │ │ ├── duplicate-outline.svg │ │ ├── ear-outline.svg │ │ ├── earth-outline.svg │ │ ├── easel-outline.svg │ │ ├── egg-outline.svg │ │ ├── ellipse-outline.svg │ │ ├── ellipsis-horizontal-circle-outline.svg │ │ ├── ellipsis-horizontal-outline.svg │ │ ├── ellipsis-vertical-circle-outline.svg │ │ ├── ellipsis-vertical-outline.svg │ │ ├── enter-outline.svg │ │ ├── exit-outline.svg │ │ ├── expand-outline.svg │ │ ├── extension-puzzle-outline.svg │ │ ├── eye-off-outline.svg │ │ ├── eye-outline.svg │ │ ├── eyedrop-outline.svg │ │ ├── fast-food-outline.svg │ │ ├── female-outline.svg │ │ ├── file-tray-full-outline.svg │ │ ├── file-tray-outline.svg │ │ ├── file-tray-stacked-outline.svg │ │ ├── film-outline.svg │ │ ├── filter-circle-outline.svg │ │ ├── filter-outline.svg │ │ ├── finger-print-outline.svg │ │ ├── fish-outline.svg │ │ ├── fitness-outline.svg │ │ ├── flag-outline.svg │ │ ├── flame-outline.svg │ │ ├── flash-off-outline.svg │ │ ├── flash-outline.svg │ │ ├── flashlight-outline.svg │ │ ├── flask-outline.svg │ │ ├── flower-outline.svg │ │ ├── folder-open-outline.svg │ │ ├── folder-outline.svg │ │ ├── football-outline.svg │ │ ├── footsteps-outline.svg │ │ ├── funnel-outline.svg │ │ ├── game-controller-outline.svg │ │ ├── gift-outline.svg │ │ ├── git-branch-outline.svg │ │ ├── git-commit-outline.svg │ │ ├── git-compare-outline.svg │ │ ├── git-merge-outline.svg │ │ ├── git-network-outline.svg │ │ ├── git-pull-request-outline.svg │ │ ├── glasses-outline.svg │ │ ├── globe-outline.svg │ │ ├── golf-outline.svg │ │ ├── grid-outline.svg │ │ ├── hammer-outline.svg │ │ ├── hand-left-outline.svg │ │ ├── hand-right-outline.svg │ │ ├── happy-outline.svg │ │ ├── hardware-chip-outline.svg │ │ ├── headset-outline.svg │ │ ├── heart-circle-outline.svg │ │ ├── heart-dislike-circle-outline.svg │ │ ├── heart-dislike-outline.svg │ │ ├── heart-half-outline.svg │ │ ├── heart-outline.svg │ │ ├── help-buoy-outline.svg │ │ ├── help-circle-outline.svg │ │ ├── help-outline.svg │ │ ├── home-outline.svg │ │ ├── hourglass-outline.svg │ │ ├── ice-cream-outline.svg │ │ ├── id-card-outline.svg │ │ ├── image-outline.svg │ │ ├── images-outline.svg │ │ ├── infinite-outline.svg │ │ ├── information-circle-outline.svg │ │ ├── information-outline.svg │ │ ├── invert-mode-outline.svg │ │ ├── journal-outline.svg │ │ ├── key-outline.svg │ │ ├── keypad-outline.svg │ │ ├── language-outline.svg │ │ ├── laptop-outline.svg │ │ ├── layers-outline.svg │ │ ├── leaf-outline.svg │ │ ├── library-outline.svg │ │ ├── link-outline.svg │ │ ├── list-circle-outline.svg │ │ ├── list-outline.svg │ │ ├── locate-outline.svg │ │ ├── location-outline.svg │ │ ├── lock-closed-outline.svg │ │ ├── lock-open-outline.svg │ │ ├── log-in-outline.svg │ │ ├── log-out-outline.svg │ │ ├── magnet-outline.svg │ │ ├── mail-open-outline.svg │ │ ├── mail-outline.svg │ │ ├── mail-unread-outline.svg │ │ ├── male-female-outline.svg │ │ ├── male-outline.svg │ │ ├── man-outline.svg │ │ ├── map-outline.svg │ │ ├── medal-outline.svg │ │ ├── medical-outline.svg │ │ ├── medkit-outline.svg │ │ ├── megaphone-outline.svg │ │ ├── menu-outline.svg │ │ ├── mic-circle-outline.svg │ │ ├── mic-off-circle-outline.svg │ │ ├── mic-off-outline.svg │ │ ├── mic-outline.svg │ │ ├── moon-outline.svg │ │ ├── move-outline.svg │ │ ├── musical-note-outline.svg │ │ ├── musical-notes-outline.svg │ │ ├── navigate-circle-outline.svg │ │ ├── navigate-outline.svg │ │ ├── newspaper-outline.svg │ │ ├── notifications-circle-outline.svg │ │ ├── notifications-off-circle-outline.svg │ │ ├── notifications-off-outline.svg │ │ ├── notifications-outline.svg │ │ ├── nuclear-outline.svg │ │ ├── nutrition-outline.svg │ │ ├── open-outline.svg │ │ ├── options-outline.svg │ │ ├── paper-plane-outline.svg │ │ ├── partly-sunny-outline.svg │ │ ├── pause-circle-outline.svg │ │ ├── pause-outline.svg │ │ ├── paw-outline.svg │ │ ├── pencil-outline.svg │ │ ├── people-circle-outline.svg │ │ ├── people-outline.svg │ │ ├── person-add-outline.svg │ │ ├── person-circle-outline.svg │ │ ├── person-outline.svg │ │ ├── person-remove-outline.svg │ │ ├── phone-landscape-outline.svg │ │ ├── phone-portrait-outline.svg │ │ ├── pie-chart-outline.svg │ │ ├── pin-outline.svg │ │ ├── pint-outline.svg │ │ ├── pizza-outline.svg │ │ ├── planet-outline.svg │ │ ├── play-back-circle-outline.svg │ │ ├── play-back-outline.svg │ │ ├── play-circle-outline.svg │ │ ├── play-forward-circle-outline.svg │ │ ├── play-forward-outline.svg │ │ ├── play-outline.svg │ │ ├── play-skip-back-circle-outline.svg │ │ ├── play-skip-back-outline.svg │ │ ├── play-skip-forward-circle-outline.svg │ │ ├── play-skip-forward-outline.svg │ │ ├── podium-outline.svg │ │ ├── power-outline.svg │ │ ├── pricetag-outline.svg │ │ ├── pricetags-outline.svg │ │ ├── print-outline.svg │ │ ├── prism-outline.svg │ │ ├── pulse-outline.svg │ │ ├── push-outline.svg │ │ ├── qr-code-outline.svg │ │ ├── radio-button-off-outline.svg │ │ ├── radio-button-on-outline.svg │ │ ├── radio-outline.svg │ │ ├── rainy-outline.svg │ │ ├── reader-outline.svg │ │ ├── receipt-outline.svg │ │ ├── recording-outline.svg │ │ ├── refresh-circle-outline.svg │ │ ├── refresh-outline.svg │ │ ├── reload-circle-outline.svg │ │ ├── reload-outline.svg │ │ ├── remove-circle-outline.svg │ │ ├── remove-outline.svg │ │ ├── reorder-four-outline.svg │ │ ├── reorder-three-outline.svg │ │ ├── reorder-two-outline.svg │ │ ├── repeat-outline.svg │ │ ├── resize-outline.svg │ │ ├── restaurant-outline.svg │ │ ├── return-down-back-outline.svg │ │ ├── return-down-forward-outline.svg │ │ ├── return-up-back-outline.svg │ │ ├── return-up-forward-outline.svg │ │ ├── ribbon-outline.svg │ │ ├── rocket-outline.svg │ │ ├── rose-outline.svg │ │ ├── sad-outline.svg │ │ ├── save-outline.svg │ │ ├── scale-outline.svg │ │ ├── scan-circle-outline.svg │ │ ├── scan-outline.svg │ │ ├── school-outline.svg │ │ ├── search-circle-outline.svg │ │ ├── search-outline.svg │ │ ├── send-outline.svg │ │ ├── server-outline.svg │ │ ├── settings-outline.svg │ │ ├── shapes-outline.svg │ │ ├── share-outline.svg │ │ ├── share-social-outline.svg │ │ ├── shield-checkmark-outline.svg │ │ ├── shield-half-outline.svg │ │ ├── shield-outline.svg │ │ ├── shirt-outline.svg │ │ ├── shuffle-outline.svg │ │ ├── skull-outline.svg │ │ ├── snow-outline.svg │ │ ├── sparkles-outline.svg │ │ ├── speedometer-outline.svg │ │ ├── square-outline.svg │ │ ├── star-half-outline.svg │ │ ├── star-outline.svg │ │ ├── stats-chart-outline.svg │ │ ├── stop-circle-outline.svg │ │ ├── stop-outline.svg │ │ ├── stopwatch-outline.svg │ │ ├── storefront-outline.svg │ │ ├── subway-outline.svg │ │ ├── sunny-outline.svg │ │ ├── swap-horizontal-outline.svg │ │ ├── swap-vertical-outline.svg │ │ ├── sync-circle-outline.svg │ │ ├── sync-outline.svg │ │ ├── tablet-landscape-outline.svg │ │ ├── tablet-portrait-outline.svg │ │ ├── telescope-outline.svg │ │ ├── tennisball-outline.svg │ │ ├── terminal-outline.svg │ │ ├── text-outline.svg │ │ ├── thermometer-outline.svg │ │ ├── thumbs-down-outline.svg │ │ ├── thumbs-up-outline.svg │ │ ├── thunderstorm-outline.svg │ │ ├── ticket-outline.svg │ │ ├── time-outline.svg │ │ ├── timer-outline.svg │ │ ├── today-outline.svg │ │ ├── toggle-outline.svg │ │ ├── trail-sign-outline.svg │ │ ├── train-outline.svg │ │ ├── transgender-outline.svg │ │ ├── trash-bin-outline.svg │ │ ├── trash-outline.svg │ │ ├── trending-down-outline.svg │ │ ├── trending-up-outline.svg │ │ ├── triangle-outline.svg │ │ ├── trophy-outline.svg │ │ ├── tv-outline.svg │ │ ├── umbrella-outline.svg │ │ ├── unlink-outline.svg │ │ ├── videocam-off-outline.svg │ │ ├── videocam-outline.svg │ │ ├── volume-high-outline.svg │ │ ├── volume-low-outline.svg │ │ ├── volume-medium-outline.svg │ │ ├── volume-mute-outline.svg │ │ ├── volume-off-outline.svg │ │ ├── walk-outline.svg │ │ ├── wallet-outline.svg │ │ ├── warning-outline.svg │ │ ├── watch-outline.svg │ │ ├── water-outline.svg │ │ ├── wifi-outline.svg │ │ ├── wine-outline.svg │ │ └── woman-outline.svg │ ├── paper-plane.svg │ ├── partly-sunny.svg │ ├── pause-circle.svg │ ├── pause.svg │ ├── paw.svg │ ├── pencil.svg │ ├── people-circle.svg │ ├── people.svg │ ├── person-add.svg │ ├── person-circle.svg │ ├── person-remove.svg │ ├── person.svg │ ├── phone-landscape.svg │ ├── phone-portrait.svg │ ├── pie-chart.svg │ ├── pin.svg │ ├── pint.svg │ ├── pizza.svg │ ├── planet.svg │ ├── play-back-circle.svg │ ├── play-back.svg │ ├── play-circle.svg │ ├── play-forward-circle.svg │ ├── play-forward.svg │ ├── play-skip-back-circle.svg │ ├── play-skip-back.svg │ ├── play-skip-forward-circle.svg │ ├── play-skip-forward.svg │ ├── play.svg │ ├── podium.svg │ ├── power.svg │ ├── pricetag.svg │ ├── pricetags.svg │ ├── print.svg │ ├── prism.svg │ ├── pulse.svg │ ├── push.svg │ ├── qr-code.svg │ ├── radio-button-off.svg │ ├── radio-button-on.svg │ ├── radio.svg │ ├── rainy.svg │ ├── reader.svg │ ├── receipt.svg │ ├── recording.svg │ ├── refresh-circle.svg │ ├── refresh.svg │ ├── reload-circle.svg │ ├── reload.svg │ ├── remove-circle.svg │ ├── remove.svg │ ├── reorder-four.svg │ ├── reorder-three.svg │ ├── reorder-two.svg │ ├── repeat.svg │ ├── resize.svg │ ├── restaurant.svg │ ├── return-down-back.svg │ ├── return-down-forward.svg │ ├── return-up-back.svg │ ├── return-up-forward.svg │ ├── ribbon.svg │ ├── rocket.svg │ ├── rose.svg │ ├── sad.svg │ ├── save.svg │ ├── scale.svg │ ├── scan-circle.svg │ ├── scan.svg │ ├── school.svg │ ├── search-circle.svg │ ├── search.svg │ ├── send.svg │ ├── server.svg │ ├── settings.svg │ ├── shapes.svg │ ├── share-social.svg │ ├── share.svg │ ├── sharp │ │ ├── accessibility-sharp.svg │ │ ├── add-circle-sharp.svg │ │ ├── add-sharp.svg │ │ ├── airplane-sharp.svg │ │ ├── alarm-sharp.svg │ │ ├── albums-sharp.svg │ │ ├── alert-circle-sharp.svg │ │ ├── alert-sharp.svg │ │ ├── american-football-sharp.svg │ │ ├── analytics-sharp.svg │ │ ├── aperture-sharp.svg │ │ ├── apps-sharp.svg │ │ ├── archive-sharp.svg │ │ ├── arrow-back-circle-sharp.svg │ │ ├── arrow-back-sharp.svg │ │ ├── arrow-down-circle-sharp.svg │ │ ├── arrow-down-sharp.svg │ │ ├── arrow-forward-circle-sharp.svg │ │ ├── arrow-forward-sharp.svg │ │ ├── arrow-redo-circle-sharp.svg │ │ ├── arrow-redo-sharp.svg │ │ ├── arrow-undo-circle-sharp.svg │ │ ├── arrow-undo-sharp.svg │ │ ├── arrow-up-circle-sharp.svg │ │ ├── arrow-up-sharp.svg │ │ ├── at-circle-sharp.svg │ │ ├── at-sharp.svg │ │ ├── attach-sharp.svg │ │ ├── backspace-sharp.svg │ │ ├── bag-add-sharp.svg │ │ ├── bag-check-sharp.svg │ │ ├── bag-handle-sharp.svg │ │ ├── bag-remove-sharp.svg │ │ ├── bag-sharp.svg │ │ ├── balloon-sharp.svg │ │ ├── ban-sharp.svg │ │ ├── bandage-sharp.svg │ │ ├── bar-chart-sharp.svg │ │ ├── barbell-sharp.svg │ │ ├── barcode-sharp.svg │ │ ├── baseball-sharp.svg │ │ ├── basket-sharp.svg │ │ ├── basketball-sharp.svg │ │ ├── battery-charging-sharp.svg │ │ ├── battery-dead-sharp.svg │ │ ├── battery-full-sharp.svg │ │ ├── battery-half-sharp.svg │ │ ├── beaker-sharp.svg │ │ ├── bed-sharp.svg │ │ ├── beer-sharp.svg │ │ ├── bicycle-sharp.svg │ │ ├── bluetooth-sharp.svg │ │ ├── boat-sharp.svg │ │ ├── body-sharp.svg │ │ ├── bonfire-sharp.svg │ │ ├── book-sharp.svg │ │ ├── bookmark-sharp.svg │ │ ├── bookmarks-sharp.svg │ │ ├── bowling-ball-sharp.svg │ │ ├── briefcase-sharp.svg │ │ ├── browsers-sharp.svg │ │ ├── brush-sharp.svg │ │ ├── bug-sharp.svg │ │ ├── build-sharp.svg │ │ ├── bulb-sharp.svg │ │ ├── bus-sharp.svg │ │ ├── business-sharp.svg │ │ ├── cafe-sharp.svg │ │ ├── calculator-sharp.svg │ │ ├── calendar-clear-sharp.svg │ │ ├── calendar-number-sharp.svg │ │ ├── calendar-sharp.svg │ │ ├── call-sharp.svg │ │ ├── camera-reverse-sharp.svg │ │ ├── camera-sharp.svg │ │ ├── car-sharp.svg │ │ ├── car-sport-sharp.svg │ │ ├── card-sharp.svg │ │ ├── caret-back-circle-sharp.svg │ │ ├── caret-back-sharp.svg │ │ ├── caret-down-circle-sharp.svg │ │ ├── caret-down-sharp.svg │ │ ├── caret-forward-circle-sharp.svg │ │ ├── caret-forward-sharp.svg │ │ ├── caret-up-circle-sharp.svg │ │ ├── caret-up-sharp.svg │ │ ├── cart-sharp.svg │ │ ├── cash-sharp.svg │ │ ├── cellular-sharp.svg │ │ ├── chatbox-ellipses-sharp.svg │ │ ├── chatbox-sharp.svg │ │ ├── chatbubble-ellipses-sharp.svg │ │ ├── chatbubble-sharp.svg │ │ ├── chatbubbles-sharp.svg │ │ ├── checkbox-sharp.svg │ │ ├── checkmark-circle-sharp.svg │ │ ├── checkmark-done-circle-sharp.svg │ │ ├── checkmark-done-sharp.svg │ │ ├── checkmark-sharp.svg │ │ ├── chevron-back-circle-sharp.svg │ │ ├── chevron-back-sharp.svg │ │ ├── chevron-collapse-sharp.svg │ │ ├── chevron-down-circle-sharp.svg │ │ ├── chevron-down-sharp.svg │ │ ├── chevron-expand-sharp.svg │ │ ├── chevron-forward-circle-sharp.svg │ │ ├── chevron-forward-sharp.svg │ │ ├── chevron-up-circle-sharp.svg │ │ ├── chevron-up-sharp.svg │ │ ├── clipboard-sharp.svg │ │ ├── close-circle-sharp.svg │ │ ├── close-sharp.svg │ │ ├── cloud-circle-sharp.svg │ │ ├── cloud-done-sharp.svg │ │ ├── cloud-download-sharp.svg │ │ ├── cloud-offline-sharp.svg │ │ ├── cloud-sharp.svg │ │ ├── cloud-upload-sharp.svg │ │ ├── cloudy-night-sharp.svg │ │ ├── cloudy-sharp.svg │ │ ├── code-download-sharp.svg │ │ ├── code-sharp.svg │ │ ├── code-slash-sharp.svg │ │ ├── code-working-sharp.svg │ │ ├── cog-sharp.svg │ │ ├── color-fill-sharp.svg │ │ ├── color-filter-sharp.svg │ │ ├── color-palette-sharp.svg │ │ ├── color-wand-sharp.svg │ │ ├── compass-sharp.svg │ │ ├── construct-sharp.svg │ │ ├── contract-sharp.svg │ │ ├── contrast-sharp.svg │ │ ├── copy-sharp.svg │ │ ├── create-sharp.svg │ │ ├── crop-sharp.svg │ │ ├── cube-sharp.svg │ │ ├── cut-sharp.svg │ │ ├── desktop-sharp.svg │ │ ├── diamond-sharp.svg │ │ ├── dice-sharp.svg │ │ ├── disc-sharp.svg │ │ ├── document-attach-sharp.svg │ │ ├── document-lock-sharp.svg │ │ ├── document-sharp.svg │ │ ├── document-text-sharp.svg │ │ ├── documents-sharp.svg │ │ ├── download-sharp.svg │ │ ├── duplicate-sharp.svg │ │ ├── ear-sharp.svg │ │ ├── earth-sharp.svg │ │ ├── easel-sharp.svg │ │ ├── egg-sharp.svg │ │ ├── ellipse-sharp.svg │ │ ├── ellipsis-horizontal-circle-sharp.svg │ │ ├── ellipsis-horizontal-sharp.svg │ │ ├── ellipsis-vertical-circle-sharp.svg │ │ ├── ellipsis-vertical-sharp.svg │ │ ├── enter-sharp.svg │ │ ├── exit-sharp.svg │ │ ├── expand-sharp.svg │ │ ├── extension-puzzle-sharp.svg │ │ ├── eye-off-sharp.svg │ │ ├── eye-sharp.svg │ │ ├── eyedrop-sharp.svg │ │ ├── fast-food-sharp.svg │ │ ├── female-sharp.svg │ │ ├── file-tray-full-sharp.svg │ │ ├── file-tray-sharp.svg │ │ ├── file-tray-stacked-sharp.svg │ │ ├── film-sharp.svg │ │ ├── filter-circle-sharp.svg │ │ ├── filter-sharp.svg │ │ ├── finger-print-sharp.svg │ │ ├── fish-sharp.svg │ │ ├── fitness-sharp.svg │ │ ├── flag-sharp.svg │ │ ├── flame-sharp.svg │ │ ├── flash-off-sharp.svg │ │ ├── flash-sharp.svg │ │ ├── flashlight-sharp.svg │ │ ├── flask-sharp.svg │ │ ├── flower-sharp.svg │ │ ├── folder-open-sharp.svg │ │ ├── folder-sharp.svg │ │ ├── football-sharp.svg │ │ ├── footsteps-sharp.svg │ │ ├── funnel-sharp.svg │ │ ├── game-controller-sharp.svg │ │ ├── gift-sharp.svg │ │ ├── git-branch-sharp.svg │ │ ├── git-commit-sharp.svg │ │ ├── git-compare-sharp.svg │ │ ├── git-merge-sharp.svg │ │ ├── git-network-sharp.svg │ │ ├── git-pull-request-sharp.svg │ │ ├── glasses-sharp.svg │ │ ├── globe-sharp.svg │ │ ├── golf-sharp.svg │ │ ├── grid-sharp.svg │ │ ├── hammer-sharp.svg │ │ ├── hand-left-sharp.svg │ │ ├── hand-right-sharp.svg │ │ ├── happy-sharp.svg │ │ ├── hardware-chip-sharp.svg │ │ ├── headset-sharp.svg │ │ ├── heart-circle-sharp.svg │ │ ├── heart-dislike-circle-sharp.svg │ │ ├── heart-dislike-sharp.svg │ │ ├── heart-half-sharp.svg │ │ ├── heart-sharp.svg │ │ ├── help-buoy-sharp.svg │ │ ├── help-circle-sharp.svg │ │ ├── help-sharp.svg │ │ ├── home-sharp.svg │ │ ├── hourglass-sharp.svg │ │ ├── ice-cream-sharp.svg │ │ ├── id-card-sharp.svg │ │ ├── image-sharp.svg │ │ ├── images-sharp.svg │ │ ├── infinite-sharp.svg │ │ ├── information-circle-sharp.svg │ │ ├── information-sharp.svg │ │ ├── invert-mode-sharp.svg │ │ ├── journal-sharp.svg │ │ ├── key-sharp.svg │ │ ├── keypad-sharp.svg │ │ ├── language-sharp.svg │ │ ├── laptop-sharp.svg │ │ ├── layers-sharp.svg │ │ ├── leaf-sharp.svg │ │ ├── library-sharp.svg │ │ ├── link-sharp.svg │ │ ├── list-circle-sharp.svg │ │ ├── list-sharp.svg │ │ ├── locate-sharp.svg │ │ ├── location-sharp.svg │ │ ├── lock-closed-sharp.svg │ │ ├── lock-open-sharp.svg │ │ ├── log-in-sharp.svg │ │ ├── log-out-sharp.svg │ │ ├── magnet-sharp.svg │ │ ├── mail-open-sharp.svg │ │ ├── mail-sharp.svg │ │ ├── mail-unread-sharp.svg │ │ ├── male-female-sharp.svg │ │ ├── male-sharp.svg │ │ ├── man-sharp.svg │ │ ├── map-sharp.svg │ │ ├── medal-sharp.svg │ │ ├── medical-sharp.svg │ │ ├── medkit-sharp.svg │ │ ├── megaphone-sharp.svg │ │ ├── menu-sharp.svg │ │ ├── mic-circle-sharp.svg │ │ ├── mic-off-circle-sharp.svg │ │ ├── mic-off-sharp.svg │ │ ├── mic-sharp.svg │ │ ├── moon-sharp.svg │ │ ├── move-sharp.svg │ │ ├── musical-note-sharp.svg │ │ ├── musical-notes-sharp.svg │ │ ├── navigate-circle-sharp.svg │ │ ├── navigate-sharp.svg │ │ ├── newspaper-sharp.svg │ │ ├── notifications-circle-sharp.svg │ │ ├── notifications-off-circle-sharp.svg │ │ ├── notifications-off-sharp.svg │ │ ├── notifications-sharp.svg │ │ ├── nuclear-sharp.svg │ │ ├── nutrition-sharp.svg │ │ ├── open-sharp.svg │ │ ├── options-sharp.svg │ │ ├── paper-plane-sharp.svg │ │ ├── partly-sunny-sharp.svg │ │ ├── pause-circle-sharp.svg │ │ ├── pause-sharp.svg │ │ ├── paw-sharp.svg │ │ ├── pencil-sharp.svg │ │ ├── people-circle-sharp.svg │ │ ├── people-sharp.svg │ │ ├── person-add-sharp.svg │ │ ├── person-circle-sharp.svg │ │ ├── person-remove-sharp.svg │ │ ├── person-sharp.svg │ │ ├── phone-landscape-sharp.svg │ │ ├── phone-portrait-sharp.svg │ │ ├── pie-chart-sharp.svg │ │ ├── pin-sharp.svg │ │ ├── pint-sharp.svg │ │ ├── pizza-sharp.svg │ │ ├── planet-sharp.svg │ │ ├── play-back-circle-sharp.svg │ │ ├── play-back-sharp.svg │ │ ├── play-circle-sharp.svg │ │ ├── play-forward-circle-sharp.svg │ │ ├── play-forward-sharp.svg │ │ ├── play-sharp.svg │ │ ├── play-skip-back-circle-sharp.svg │ │ ├── play-skip-back-sharp.svg │ │ ├── play-skip-forward-circle-sharp.svg │ │ ├── play-skip-forward-sharp.svg │ │ ├── podium-sharp.svg │ │ ├── power-sharp.svg │ │ ├── pricetag-sharp.svg │ │ ├── pricetags-sharp.svg │ │ ├── print-sharp.svg │ │ ├── prism-sharp.svg │ │ ├── pulse-sharp.svg │ │ ├── push-sharp.svg │ │ ├── qr-code-sharp.svg │ │ ├── radio-button-off-sharp.svg │ │ ├── radio-button-on-sharp.svg │ │ ├── radio-sharp.svg │ │ ├── rainy-sharp.svg │ │ ├── reader-sharp.svg │ │ ├── receipt-sharp.svg │ │ ├── recording-sharp.svg │ │ ├── refresh-circle-sharp.svg │ │ ├── refresh-sharp.svg │ │ ├── reload-circle-sharp.svg │ │ ├── reload-sharp.svg │ │ ├── remove-circle-sharp.svg │ │ ├── remove-sharp.svg │ │ ├── reorder-four-sharp.svg │ │ ├── reorder-three-sharp.svg │ │ ├── reorder-two-sharp.svg │ │ ├── repeat-sharp.svg │ │ ├── resize-sharp.svg │ │ ├── restaurant-sharp.svg │ │ ├── return-down-back-sharp.svg │ │ ├── return-down-forward-sharp.svg │ │ ├── return-up-back-sharp.svg │ │ ├── return-up-forward-sharp.svg │ │ ├── ribbon-sharp.svg │ │ ├── rocket-sharp.svg │ │ ├── rose-sharp.svg │ │ ├── sad-sharp.svg │ │ ├── save-sharp.svg │ │ ├── scale-sharp.svg │ │ ├── scan-circle-sharp.svg │ │ ├── scan-sharp.svg │ │ ├── school-sharp.svg │ │ ├── search-circle-sharp.svg │ │ ├── search-sharp.svg │ │ ├── send-sharp.svg │ │ ├── server-sharp.svg │ │ ├── settings-sharp.svg │ │ ├── shapes-sharp.svg │ │ ├── share-sharp.svg │ │ ├── share-social-sharp.svg │ │ ├── shield-checkmark-sharp.svg │ │ ├── shield-half-sharp.svg │ │ ├── shield-sharp.svg │ │ ├── shirt-sharp.svg │ │ ├── shuffle-sharp.svg │ │ ├── skull-sharp.svg │ │ ├── snow-sharp.svg │ │ ├── sparkles-sharp.svg │ │ ├── speedometer-sharp.svg │ │ ├── square-sharp.svg │ │ ├── star-half-sharp.svg │ │ ├── star-sharp.svg │ │ ├── stats-chart-sharp.svg │ │ ├── stop-circle-sharp.svg │ │ ├── stop-sharp.svg │ │ ├── stopwatch-sharp.svg │ │ ├── storefront-sharp.svg │ │ ├── subway-sharp.svg │ │ ├── sunny-sharp.svg │ │ ├── swap-horizontal-sharp.svg │ │ ├── swap-vertical-sharp.svg │ │ ├── sync-circle-sharp.svg │ │ ├── sync-sharp.svg │ │ ├── tablet-landscape-sharp.svg │ │ ├── tablet-portrait-sharp.svg │ │ ├── telescope-sharp.svg │ │ ├── tennisball-sharp.svg │ │ ├── terminal-sharp.svg │ │ ├── text-sharp.svg │ │ ├── thermometer-sharp.svg │ │ ├── thumbs-down-sharp.svg │ │ ├── thumbs-up-sharp.svg │ │ ├── thunderstorm-sharp.svg │ │ ├── ticket-sharp.svg │ │ ├── time-sharp.svg │ │ ├── timer-sharp.svg │ │ ├── today-sharp.svg │ │ ├── toggle-sharp.svg │ │ ├── trail-sign-sharp.svg │ │ ├── train-sharp.svg │ │ ├── transgender-sharp.svg │ │ ├── trash-bin-sharp.svg │ │ ├── trash-sharp.svg │ │ ├── trending-down-sharp.svg │ │ ├── trending-up-sharp.svg │ │ ├── triangle-sharp.svg │ │ ├── trophy-sharp.svg │ │ ├── tv-sharp.svg │ │ ├── umbrella-sharp.svg │ │ ├── unlink-sharp.svg │ │ ├── videocam-off-sharp.svg │ │ ├── videocam-sharp.svg │ │ ├── volume-high-sharp.svg │ │ ├── volume-low-sharp.svg │ │ ├── volume-medium-sharp.svg │ │ ├── volume-mute-sharp.svg │ │ ├── volume-off-sharp.svg │ │ ├── walk-sharp.svg │ │ ├── wallet-sharp.svg │ │ ├── warning-sharp.svg │ │ ├── watch-sharp.svg │ │ ├── water-sharp.svg │ │ ├── wifi-sharp.svg │ │ ├── wine-sharp.svg │ │ └── woman-sharp.svg │ ├── shield-checkmark.svg │ ├── shield-half.svg │ ├── shield.svg │ ├── shirt.svg │ ├── shuffle.svg │ ├── skull.svg │ ├── snow.svg │ ├── sparkles.svg │ ├── speedometer.svg │ ├── square.svg │ ├── star-half.svg │ ├── star.svg │ ├── stats-chart.svg │ ├── stop-circle.svg │ ├── stop.svg │ ├── stopwatch.svg │ ├── storefront.svg │ ├── subway.svg │ ├── sunny.svg │ ├── swap-horizontal.svg │ ├── swap-vertical.svg │ ├── sync-circle.svg │ ├── sync.svg │ ├── tablet-landscape.svg │ ├── tablet-portrait.svg │ ├── telescope.svg │ ├── tennisball.svg │ ├── terminal.svg │ ├── text.svg │ ├── thermometer.svg │ ├── thumbs-down.svg │ ├── thumbs-up.svg │ ├── thunderstorm.svg │ ├── ticket.svg │ ├── time.svg │ ├── timer.svg │ ├── today.svg │ ├── toggle.svg │ ├── trail-sign.svg │ ├── train.svg │ ├── transgender.svg │ ├── trash-bin.svg │ ├── trash.svg │ ├── trending-down.svg │ ├── trending-up.svg │ ├── triangle.svg │ ├── trophy.svg │ ├── tv.svg │ ├── umbrella.svg │ ├── unlink.svg │ ├── videocam-off.svg │ ├── videocam.svg │ ├── volume-high.svg │ ├── volume-low.svg │ ├── volume-medium.svg │ ├── volume-mute.svg │ ├── volume-off.svg │ ├── walk.svg │ ├── wallet.svg │ ├── warning.svg │ ├── watch.svg │ ├── water.svg │ ├── wifi.svg │ ├── wine.svg │ └── woman.svg └── tools │ └── StartAA.bat ├── bundletool.jar ├── compose-persist ├── .gitignore ├── build.gradle.kts └── src │ └── main │ ├── AndroidManifest.xml │ └── kotlin │ └── it │ └── fast4x │ └── compose │ └── persist │ ├── Persist.kt │ ├── PersistMap.kt │ ├── PersistMapCleanup.kt │ ├── PersistMapOwner.kt │ └── Utils.kt ├── composeApp ├── .gitignore ├── build.gradle.kts ├── proguard-rules.pro ├── schemas │ ├── database.MusicDatabase │ │ └── 23.json │ ├── database.MusicDatabaseConstructor │ │ └── 23.json │ └── it.fast4x.rimusic.DatabaseInitializer │ │ ├── 1.json │ │ ├── 10.json │ │ ├── 11.json │ │ ├── 12.json │ │ ├── 13.json │ │ ├── 14.json │ │ ├── 15.json │ │ ├── 16.json │ │ ├── 17.json │ │ ├── 18.json │ │ ├── 19.json │ │ ├── 2.json │ │ ├── 20.json │ │ ├── 21.json │ │ ├── 22.json │ │ ├── 23.json │ │ ├── 24.json │ │ ├── 25.json │ │ ├── 26.json │ │ ├── 27.json │ │ ├── 3.json │ │ ├── 4.json │ │ ├── 5.json │ │ ├── 6.json │ │ ├── 7.json │ │ ├── 8.json │ │ └── 9.json └── src │ ├── androidAccrescent │ └── kotlin │ │ └── it │ │ └── fast4x │ │ └── rimusic │ │ └── ui │ │ └── screens │ │ └── settings │ │ └── OtherSettings.kt │ ├── androidFull │ └── kotlin │ │ └── it │ │ └── fast4x │ │ └── rimusic │ │ └── ui │ │ └── screens │ │ └── settings │ │ └── OtherSettings.kt │ ├── androidMain │ ├── AndroidManifest.xml │ ├── assets │ │ └── po_token.html │ ├── ic_launcher-playstore.webp │ ├── ic_logo-playstore.webp │ ├── kotlin │ │ ├── database │ │ │ └── getMusicDatabase.kt │ │ └── it │ │ │ └── fast4x │ │ │ └── rimusic │ │ │ ├── Database.kt │ │ │ ├── GlobalVars.kt │ │ │ ├── MainActivity.kt │ │ │ ├── MainApplication.kt │ │ │ ├── Platform.android.kt │ │ │ ├── enums │ │ │ ├── AlbumSortBy.kt │ │ │ ├── AlbumSwipeAction.kt │ │ │ ├── AlbumsType.kt │ │ │ ├── AnimatedGradient.kt │ │ │ ├── ArtistSortBy.kt │ │ │ ├── ArtistsType.kt │ │ │ ├── AudioQualityFormat.kt │ │ │ ├── BackgroundProgress.kt │ │ │ ├── BuiltInPlaylist.kt │ │ │ ├── ButtonState.kt │ │ │ ├── CacheType.kt │ │ │ ├── CarousalSize.kt │ │ │ ├── CheckUpdateState.kt │ │ │ ├── ClickLyricsText.kt │ │ │ ├── CoilDiskCacheSize.kt │ │ │ ├── ColorPaletteMode.kt │ │ │ ├── ColorPaletteName.kt │ │ │ ├── DeviceLists.kt │ │ │ ├── DnsOverHttpsType.kt │ │ │ ├── DownloadedStateMedia.kt │ │ │ ├── DragAnchors.kt │ │ │ ├── Drawable.kt │ │ │ ├── Durations.kt │ │ │ ├── ExoPlayerCacheLocation.kt │ │ │ ├── ExoPlayerDiskCacheMaxSize.kt │ │ │ ├── ExoPlayerDiskDownloadCacheMaxSize.kt │ │ │ ├── ExoPlayerMinTimeForEvent.kt │ │ │ ├── FilterBy.kt │ │ │ ├── FontType.kt │ │ │ ├── HistoryType.kt │ │ │ ├── HomeItemSize.kt │ │ │ ├── HomeScreenTabs.kt │ │ │ ├── IconsLikeType.kt │ │ │ ├── LandscapeLayout.kt │ │ │ ├── LibraryItemSize.kt │ │ │ ├── Locales.kt │ │ │ ├── LogType.kt │ │ │ ├── LyricsAlignment.kt │ │ │ ├── LyricsBackground.kt │ │ │ ├── LyricsColor.kt │ │ │ ├── LyricsFontSize.kt │ │ │ ├── LyricsHighlight.kt │ │ │ ├── LyricsOutline.kt │ │ │ ├── MaxSongs.kt │ │ │ ├── MaxStatisticsItems.kt │ │ │ ├── MenuStyle.kt │ │ │ ├── MenuTitle.kt │ │ │ ├── MessageType.kt │ │ │ ├── MiniPlayerType.kt │ │ │ ├── MoodType.kt │ │ │ ├── MusicAnimationType.kt │ │ │ ├── NavRoutes.kt │ │ │ ├── NavigationBarPosition.kt │ │ │ ├── NavigationBarType.kt │ │ │ ├── NotificationButtons.kt │ │ │ ├── NotificationType.kt │ │ │ ├── OnDeviceFolderSortBy.kt │ │ │ ├── OnDeviceSongSortBy.kt │ │ │ ├── PauseBetweenSongs.kt │ │ │ ├── PipModule.kt │ │ │ ├── PlayEventsType.kt │ │ │ ├── PlayerBackgroundColors.kt │ │ │ ├── PlayerControlsType.kt │ │ │ ├── PlayerInfoType.kt │ │ │ ├── PlayerPlayButtonType.kt │ │ │ ├── PlayerPosition.kt │ │ │ ├── PlayerThumbnailSize.kt │ │ │ ├── PlayerTimelineSize.kt │ │ │ ├── PlayerTimelineType.kt │ │ │ ├── PlayerType.kt │ │ │ ├── PlaylistSongSortBy.kt │ │ │ ├── PlaylistSongsTypeFilter.kt │ │ │ ├── PlaylistSortBy.kt │ │ │ ├── PlaylistSwipeAction.kt │ │ │ ├── PlaylistsType.kt │ │ │ ├── PopupType.kt │ │ │ ├── PresetReverb.kt │ │ │ ├── PrevNextSongs.kt │ │ │ ├── QueueLoopType.kt │ │ │ ├── QueueSelection.kt │ │ │ ├── QueueSwipeAction.kt │ │ │ ├── QueueType.kt │ │ │ ├── RecommendationsNumber.kt │ │ │ ├── Romanization.kt │ │ │ ├── SearchType.kt │ │ │ ├── SongSortBy.kt │ │ │ ├── SongsNumber.kt │ │ │ ├── SortOrder.kt │ │ │ ├── Statistics.kt │ │ │ ├── StreamingPlayerType.kt │ │ │ ├── SwipeAnimations.kt │ │ │ ├── ThumbnailCoverType.kt │ │ │ ├── ThumbnailRoundness.kt │ │ │ ├── ThumbnailType.kt │ │ │ ├── TopPlaylistItems.kt │ │ │ ├── TransitionEffect.kt │ │ │ ├── UiType.kt │ │ │ ├── ValidationType.kt │ │ │ ├── ViewType.kt │ │ │ ├── WallpaperType.kt │ │ │ └── playerVisualizerType.kt │ │ │ ├── extensions │ │ │ ├── audiovolume │ │ │ │ ├── AudioVolumeContentObserver.kt │ │ │ │ ├── AudioVolumeObserver.kt │ │ │ │ └── OnAudioVolumeChangedListener.kt │ │ │ ├── connectivity │ │ │ │ ├── AndroidConnectivityObserver.kt │ │ │ │ ├── AndroidConnectivityObserverLegacy.kt │ │ │ │ └── ConnectivityObserver.kt │ │ │ ├── contributors │ │ │ │ ├── Contributors.kt │ │ │ │ └── models │ │ │ │ │ ├── Developer.kt │ │ │ │ │ └── Translator.kt │ │ │ ├── discord │ │ │ │ └── Discord.kt │ │ │ ├── games │ │ │ │ ├── pacman │ │ │ │ │ ├── GameViewModel.kt │ │ │ │ │ ├── Pacman.kt │ │ │ │ │ ├── models │ │ │ │ │ │ ├── DialogState.kt │ │ │ │ │ │ ├── EnemyMovementModel.kt │ │ │ │ │ │ ├── GameStatsModel.kt │ │ │ │ │ │ └── PacFood.kt │ │ │ │ │ ├── ui │ │ │ │ │ │ ├── GameComposables.kt │ │ │ │ │ │ └── theme │ │ │ │ │ │ │ ├── Color.kt │ │ │ │ │ │ │ ├── Shape.kt │ │ │ │ │ │ │ ├── Theme.kt │ │ │ │ │ │ │ └── Type.kt │ │ │ │ │ └── utils │ │ │ │ │ │ └── GameConstants.kt │ │ │ │ └── snake │ │ │ │ │ └── Snake.kt │ │ │ ├── nextvisualizer │ │ │ │ ├── NextVisualizer.kt │ │ │ │ ├── painters │ │ │ │ │ ├── Painter.kt │ │ │ │ │ ├── fft │ │ │ │ │ │ ├── FftAnalog.kt │ │ │ │ │ │ ├── FftBar.kt │ │ │ │ │ │ ├── FftCBar.kt │ │ │ │ │ │ ├── FftCLine.kt │ │ │ │ │ │ ├── FftCPoly.kt │ │ │ │ │ │ ├── FftCWave.kt │ │ │ │ │ │ ├── FftCWaveRgb.kt │ │ │ │ │ │ ├── FftLine.kt │ │ │ │ │ │ ├── FftPoly.kt │ │ │ │ │ │ ├── FftWave.kt │ │ │ │ │ │ └── FftWaveRgb.kt │ │ │ │ │ ├── misc │ │ │ │ │ │ ├── Background.kt │ │ │ │ │ │ ├── Gradient.kt │ │ │ │ │ │ ├── Icon.kt │ │ │ │ │ │ └── SimpleText.kt │ │ │ │ │ ├── modifier │ │ │ │ │ │ ├── Beat.kt │ │ │ │ │ │ ├── Blend.kt │ │ │ │ │ │ ├── Compose.kt │ │ │ │ │ │ ├── Glitch.kt │ │ │ │ │ │ ├── Move.kt │ │ │ │ │ │ ├── Rotate.kt │ │ │ │ │ │ ├── Scale.kt │ │ │ │ │ │ ├── Shake.kt │ │ │ │ │ │ └── Zoom.kt │ │ │ │ │ └── waveform │ │ │ │ │ │ └── WfmAnalog.kt │ │ │ │ ├── utils │ │ │ │ │ ├── FrameManager.kt │ │ │ │ │ ├── Preset.kt │ │ │ │ │ └── VisualizerHelper.kt │ │ │ │ └── views │ │ │ │ │ └── VisualizerView.kt │ │ │ ├── pip │ │ │ │ ├── PictureInPicture.kt │ │ │ │ ├── PipEventContainer.kt │ │ │ │ ├── PipModuleContainer.kt │ │ │ │ └── PipModuleCover.kt │ │ │ ├── players │ │ │ │ ├── SelectSimplePlayerType.kt │ │ │ │ ├── SimplePlayer.kt │ │ │ │ └── models │ │ │ │ │ └── PlaybackData.kt │ │ │ ├── rescuecenter │ │ │ │ └── RescueCenter.kt │ │ │ ├── webpotoken │ │ │ │ ├── JavaScriptUtil.kt │ │ │ │ ├── PoTokenException.kt │ │ │ │ ├── PoTokenGenerator.kt │ │ │ │ ├── PoTokenResult.kt │ │ │ │ └── PoTokenWebView.kt │ │ │ └── youtubelogin │ │ │ │ ├── YouTubeLogin.kt │ │ │ │ └── YoutubeSession.kt │ │ │ ├── models │ │ │ ├── Album.kt │ │ │ ├── Artist.kt │ │ │ ├── Event.kt │ │ │ ├── EventWithSong.kt │ │ │ ├── Folder.kt │ │ │ ├── Format.kt │ │ │ ├── Info.kt │ │ │ ├── Lyrics.kt │ │ │ ├── Mood.kt │ │ │ ├── OnDeviceBlacklistPath.kt │ │ │ ├── OnDeviceSong.kt │ │ │ ├── PersistentQueue.kt │ │ │ ├── PipedSession.kt │ │ │ ├── Playlist.kt │ │ │ ├── PlaylistPreview.kt │ │ │ ├── PlaylistWithSongs.kt │ │ │ ├── QueuedMediaItem.kt │ │ │ ├── SearchQuery.kt │ │ │ ├── Song.kt │ │ │ ├── SongAlbumMap.kt │ │ │ ├── SongArtistMap.kt │ │ │ ├── SongEntity.kt │ │ │ ├── SongPlaylistMap.kt │ │ │ ├── SongWithContentLength.kt │ │ │ ├── SortedSongPlaylistMap.kt │ │ │ └── ui │ │ │ │ └── UiMedia.kt │ │ │ ├── service │ │ │ ├── BitmapProvider.kt │ │ │ ├── DataSourceFactory.kt │ │ │ ├── MyDownloadHelper.kt │ │ │ ├── MyDownloadService.kt │ │ │ ├── MyPreCacheHelper.kt │ │ │ ├── MyPreCacheService.kt │ │ │ ├── PlaybackExceptions.kt │ │ │ ├── PlayerMediaBrowserService.kt │ │ │ ├── PlayerService.kt │ │ │ └── modern │ │ │ │ ├── DataSourceFactory.kt │ │ │ │ ├── MediaLibrarySessionCallback.kt │ │ │ │ ├── PlayerServiceModern.kt │ │ │ │ └── SleepTimer.kt │ │ │ ├── ui │ │ │ ├── components │ │ │ │ ├── BottomSheet.kt │ │ │ │ ├── ButtonsRow.kt │ │ │ │ ├── CustomModalBottomSheet.kt │ │ │ │ ├── Menu.kt │ │ │ │ ├── MultiFloatingActionsButton.kt │ │ │ │ ├── MusicAnimations.kt │ │ │ │ ├── PullToRefreshBox.kt │ │ │ │ ├── Scaffold.kt │ │ │ │ ├── ScaffoldTB.kt │ │ │ │ ├── SeekBar.kt │ │ │ │ ├── SeekBarAudioWaves.kt │ │ │ │ ├── SeekBarColored.kt │ │ │ │ ├── SeekBarCustom.kt │ │ │ │ ├── SeekBarWaved.kt │ │ │ │ ├── ShimmerHost.kt │ │ │ │ ├── Skeleton.kt │ │ │ │ ├── SwipeableContent.kt │ │ │ │ ├── navigation │ │ │ │ │ ├── header │ │ │ │ │ │ ├── ActionBar.kt │ │ │ │ │ │ ├── AppHeader.kt │ │ │ │ │ │ ├── AppTitle.kt │ │ │ │ │ │ ├── TabToolBar.kt │ │ │ │ │ │ └── Utils.kt │ │ │ │ │ └── nav │ │ │ │ │ │ ├── AbstractNavigationBar.kt │ │ │ │ │ │ ├── HomeNavigation.kt │ │ │ │ │ │ ├── HorizontalNavigationBar.kt │ │ │ │ │ │ └── VerticalNavigationBar.kt │ │ │ │ ├── tab │ │ │ │ │ ├── DelSongDialog.kt │ │ │ │ │ ├── DeleteHiddenSongsDialog.kt │ │ │ │ │ ├── ExportSongsToCSVDialog.kt │ │ │ │ │ ├── HideSongDialog.kt │ │ │ │ │ ├── ImportSongsFromCSV.kt │ │ │ │ │ ├── ItemSize.kt │ │ │ │ │ ├── LocateComponent.kt │ │ │ │ │ ├── Sort.kt │ │ │ │ │ ├── TabHeader.kt │ │ │ │ │ └── toolbar │ │ │ │ │ │ ├── Button.kt │ │ │ │ │ │ ├── Clickable.kt │ │ │ │ │ │ ├── ConfirmDialog.kt │ │ │ │ │ │ ├── DelAllDownloadedDialog.kt │ │ │ │ │ │ ├── Descriptive.kt │ │ │ │ │ │ ├── Dialog.kt │ │ │ │ │ │ ├── DownloadAllDialog.kt │ │ │ │ │ │ ├── DualIcon.kt │ │ │ │ │ │ ├── DynamicColor.kt │ │ │ │ │ │ ├── EllipsisMenuComponent.kt │ │ │ │ │ │ ├── Icon.kt │ │ │ │ │ │ ├── Menu.kt │ │ │ │ │ │ ├── MenuIcon.kt │ │ │ │ │ │ ├── Randomizer.kt │ │ │ │ │ │ └── SongsShuffle.kt │ │ │ │ └── themed │ │ │ │ │ ├── AlbumsItemGridMenu.kt │ │ │ │ │ ├── AlbumsItemMenu.kt │ │ │ │ │ ├── AutoResizeText.kt │ │ │ │ │ ├── Button.kt │ │ │ │ │ ├── ButtonWithTitle.kt │ │ │ │ │ ├── CacheSpaceIndicator.kt │ │ │ │ │ ├── CircularSlider.kt │ │ │ │ │ ├── CrossfadeContainer.kt │ │ │ │ │ ├── CustomElevateButton.kt │ │ │ │ │ ├── CustomSlider.kt │ │ │ │ │ ├── DeleteDialog.kt │ │ │ │ │ ├── Dialog.kt │ │ │ │ │ ├── DialogColorPicker.kt │ │ │ │ │ ├── DialogTextButton.kt │ │ │ │ │ ├── DownloadStateIconButton.kt │ │ │ │ │ ├── DropdownMenu.kt │ │ │ │ │ ├── FloatingActionsContainer.kt │ │ │ │ │ ├── FluidGradient.kt │ │ │ │ │ ├── GridMenu.kt │ │ │ │ │ ├── Header.kt │ │ │ │ │ ├── IDialog.kt │ │ │ │ │ ├── IconButton.kt │ │ │ │ │ ├── IconInfo.kt │ │ │ │ │ ├── InputTextField.kt │ │ │ │ │ ├── ItemsList.kt │ │ │ │ │ ├── LayoutWithAdaptiveThumbnail.kt │ │ │ │ │ ├── Loader.kt │ │ │ │ │ ├── MediaItemGridMenu.kt │ │ │ │ │ ├── MediaItemMenu.kt │ │ │ │ │ ├── Menu.kt │ │ │ │ │ ├── MenuComponent.kt │ │ │ │ │ ├── NowPlaying.kt │ │ │ │ │ ├── PeriodMenu.kt │ │ │ │ │ ├── PlayerMenu.kt │ │ │ │ │ ├── Playlist.kt │ │ │ │ │ ├── PlaylistsItemGridMenu.kt │ │ │ │ │ ├── PlaylistsItemMenu.kt │ │ │ │ │ ├── PlaylistsMenu.kt │ │ │ │ │ ├── PrimaryButton.kt │ │ │ │ │ ├── ProgressIndicator.kt │ │ │ │ │ ├── RotateThumbnailCover.kt │ │ │ │ │ ├── ScrollText.kt │ │ │ │ │ ├── Search.kt │ │ │ │ │ ├── SecondaryButton.kt │ │ │ │ │ ├── SecondaryTextButton.kt │ │ │ │ │ ├── Slider.kt │ │ │ │ │ ├── SliderControl.kt │ │ │ │ │ ├── SmartMessage.kt │ │ │ │ │ ├── SortMenu.kt │ │ │ │ │ ├── Switch.kt │ │ │ │ │ ├── TextIconButton.kt │ │ │ │ │ ├── TextPlaceholder.kt │ │ │ │ │ └── Title.kt │ │ │ ├── items │ │ │ │ ├── AlbumItem.kt │ │ │ │ ├── ArtistItem.kt │ │ │ │ ├── FolderItem.kt │ │ │ │ ├── ItemContainer.kt │ │ │ │ ├── PlaylistItem.kt │ │ │ │ ├── SongItem.kt │ │ │ │ └── VideoItem.kt │ │ │ ├── screens │ │ │ │ ├── AppNavigation.kt │ │ │ │ ├── album │ │ │ │ │ ├── AlbumDetails.kt │ │ │ │ │ └── AlbumScreen.kt │ │ │ │ ├── artist │ │ │ │ │ ├── ArtistLocalSongs.kt │ │ │ │ │ ├── ArtistOverview.kt │ │ │ │ │ ├── ArtistOverviewItems.kt │ │ │ │ │ └── ArtistScreen.kt │ │ │ │ ├── builtinplaylist │ │ │ │ │ ├── BuiltInPlaylistScreen.kt │ │ │ │ │ └── BuiltInPlaylistSongs.kt │ │ │ │ ├── history │ │ │ │ │ ├── HistoryList.kt │ │ │ │ │ └── HistoryScreen.kt │ │ │ │ ├── home │ │ │ │ │ ├── HomeAlbums.kt │ │ │ │ │ ├── HomeArtists.kt │ │ │ │ │ ├── HomeDiscovery.kt │ │ │ │ │ ├── HomeLibrary.kt │ │ │ │ │ ├── HomePage.kt │ │ │ │ │ ├── HomeScreen.kt │ │ │ │ │ ├── HomeSearch.kt │ │ │ │ │ ├── HomeSongs.kt │ │ │ │ │ └── HomeStatistics.kt │ │ │ │ ├── localplaylist │ │ │ │ │ ├── LocalPlaylistScreen.kt │ │ │ │ │ └── LocalPlaylistSongs.kt │ │ │ │ ├── mood │ │ │ │ │ ├── MoodList.kt │ │ │ │ │ ├── MoodScreen.kt │ │ │ │ │ ├── MoodsPage.kt │ │ │ │ │ └── MoodsPageScreen.kt │ │ │ │ ├── newreleases │ │ │ │ │ ├── NewAlbums.kt │ │ │ │ │ ├── NewAlbumsFromArtists.kt │ │ │ │ │ └── NewReleasesScreen.kt │ │ │ │ ├── ondevice │ │ │ │ │ ├── DeviceListSongs.kt │ │ │ │ │ └── DeviceListSongsScreen.kt │ │ │ │ ├── player │ │ │ │ │ ├── AnimatedGradient.kt │ │ │ │ │ ├── Controls.kt │ │ │ │ │ ├── Lyrics.kt │ │ │ │ │ ├── MiniPlayer.kt │ │ │ │ │ ├── NextVisualizer.kt │ │ │ │ │ ├── PlaybackError.kt │ │ │ │ │ ├── Player.kt │ │ │ │ │ ├── PlayerSheetState.kt │ │ │ │ │ ├── Queue.kt │ │ │ │ │ ├── StatsForNerds.kt │ │ │ │ │ ├── Thumbnail.kt │ │ │ │ │ └── components │ │ │ │ │ │ ├── VideoPlayer.kt │ │ │ │ │ │ ├── YoutubePlayer.kt │ │ │ │ │ │ └── controls │ │ │ │ │ │ ├── Essential.kt │ │ │ │ │ │ └── Modern.kt │ │ │ │ ├── playlist │ │ │ │ │ ├── PlaylistScreen.kt │ │ │ │ │ └── PlaylistSongList.kt │ │ │ │ ├── podcast │ │ │ │ │ ├── Podcast.kt │ │ │ │ │ └── PodcastScreen.kt │ │ │ │ ├── search │ │ │ │ │ ├── GoToLink.kt │ │ │ │ │ ├── LocalSongSearch.kt │ │ │ │ │ ├── OnlineSearch.kt │ │ │ │ │ ├── SearchScreen.kt │ │ │ │ │ └── SearchTypeScreen.kt │ │ │ │ ├── searchresult │ │ │ │ │ ├── ItemsPage.kt │ │ │ │ │ └── SearchResultScreen.kt │ │ │ │ ├── settings │ │ │ │ │ ├── About.kt │ │ │ │ │ ├── AccountsSettings.kt │ │ │ │ │ ├── AppearanceSettings.kt │ │ │ │ │ ├── DataSettings.kt │ │ │ │ │ ├── GeneralSettings.kt │ │ │ │ │ ├── QuickPicsSettings.kt │ │ │ │ │ ├── SettingsScreen.kt │ │ │ │ │ └── UiSettings.kt │ │ │ │ └── statistics │ │ │ │ │ ├── StatisticsPage.kt │ │ │ │ │ └── StatisticsScreen.kt │ │ │ ├── styling │ │ │ │ ├── Appearance.kt │ │ │ │ ├── ColorPalette.kt │ │ │ │ ├── CustomColorPalette.kt │ │ │ │ ├── Dimensions.kt │ │ │ │ ├── Hsl.kt │ │ │ │ └── Typography.kt │ │ │ └── widgets │ │ │ │ ├── Contents.kt │ │ │ │ ├── PlayerHorizontalWidget.kt │ │ │ │ └── PlayerVerticalWidget.kt │ │ │ └── utils │ │ │ ├── ActionReceiver.kt │ │ │ ├── AudioUtils.kt │ │ │ ├── BitmapUtils.kt │ │ │ ├── BlurTransformation.kt │ │ │ ├── Bundle.kt │ │ │ ├── Cache.kt │ │ │ ├── CaptureCrash.kt │ │ │ ├── ClipBoard.kt │ │ │ ├── CoilBitmapLoader.kt │ │ │ ├── Configuration.kt │ │ │ ├── ConnectivityUtil.kt │ │ │ ├── Context.kt │ │ │ ├── CoroutineExtensions.kt │ │ │ ├── DataSource.kt │ │ │ ├── Discover.kt │ │ │ ├── DownloadUtils.kt │ │ │ ├── DrawScope.kt │ │ │ ├── DropShadow.kt │ │ │ ├── EffectHandler.kt │ │ │ ├── EncryptedPreferences.kt │ │ │ ├── EnvironmentUtils.kt │ │ │ ├── FadingEdge.kt │ │ │ ├── FileLoggingTree.kt │ │ │ ├── FileUtils.kt │ │ │ ├── GetControlsType.kt │ │ │ ├── GetDeviceInfo.kt │ │ │ ├── GetLikeIconType.kt │ │ │ ├── GetPipedSession.kt │ │ │ ├── GetSeekBarType.kt │ │ │ ├── HomeSongsUtils.kt │ │ │ ├── IPChecker.kt │ │ │ ├── ImageUtils.kt │ │ │ ├── InvincibleService.kt │ │ │ ├── IsCompositionLaunched.kt │ │ │ ├── LanguageUtils.kt │ │ │ ├── LikeState.kt │ │ │ ├── LocalPlaylistSongs.kt │ │ │ ├── MenuItemColors.kt │ │ │ ├── Modifier.kt │ │ │ ├── MonetCompat.kt │ │ │ ├── MonthlyPlaylists.kt │ │ │ ├── NavControllerUtils.kt │ │ │ ├── OKHttpRequest.kt │ │ │ ├── OnDeviceBlacklist.kt │ │ │ ├── OnDeviceOrganize.kt │ │ │ ├── PinchToggle.kt │ │ │ ├── PlayShuffleSongs.kt │ │ │ ├── Player.kt │ │ │ ├── PlayerState.kt │ │ │ ├── Preference.kt │ │ │ ├── Preferences.kt │ │ │ ├── QueueLoopState.kt │ │ │ ├── Resource.kt │ │ │ ├── RingBuffer.kt │ │ │ ├── ScrollingInfo.kt │ │ │ ├── SearchYoutubeEntity.kt │ │ │ ├── ServiceUtils.kt │ │ │ ├── ShowUpdatedVersion.kt │ │ │ ├── ShowVideoOrSongInfo.kt │ │ │ ├── SliderPulsatingEffectModifier.kt │ │ │ ├── SmoothScrollToTop.kt │ │ │ ├── SnapLayoutInfoProvider.kt │ │ │ ├── SyncPipedUtils.kt │ │ │ ├── SyncYTMusicUtils.kt │ │ │ ├── SynchronizedLyrics.kt │ │ │ ├── TextStyle.kt │ │ │ ├── TimerJob.kt │ │ │ ├── ToolButtons.kt │ │ │ ├── UpdateYoutubeEntity.kt │ │ │ ├── Utils.kt │ │ │ ├── WelcomeMessage.kt │ │ │ ├── YoutubeRadio.kt │ │ │ └── YoutubeUtils.kt │ └── res │ │ ├── drawable-anydpi │ │ ├── app_icon.xml │ │ ├── discovery.webp │ │ ├── git_pull_request_outline.xml │ │ ├── ic_banner_background.xml │ │ ├── locked.xml │ │ ├── repeat.xml │ │ ├── search_circle.xml │ │ ├── settings.xml │ │ ├── translate.xml │ │ └── unlocked.xml │ │ ├── drawable-nodpi │ │ ├── a13shape.webp │ │ ├── artists.xml │ │ ├── enqueue.xml │ │ ├── featuregraphic.xml │ │ ├── image.xml │ │ ├── maximize.webp │ │ ├── megaphone.webp │ │ ├── playlist_played.webp │ │ ├── song_lyrics.webp │ │ ├── sound_effect.webp │ │ ├── stats_chart.xml │ │ └── up_right_arrow.webp │ │ ├── drawable │ │ ├── add.xml │ │ ├── add_in_playlist.xml │ │ ├── addqueue.xml │ │ ├── airplane.xml │ │ ├── alarm.xml │ │ ├── album.xml │ │ ├── alert.xml │ │ ├── alert_circle.xml │ │ ├── alert_circle_not_filled.xml │ │ ├── alternative_version.xml │ │ ├── app_logo.xml │ │ ├── app_logo_text.xml │ │ ├── arrow_down.xml │ │ ├── arrow_down_rounded.xml │ │ ├── arrow_forward.xml │ │ ├── arrow_left.xml │ │ ├── arrow_right.xml │ │ ├── arrow_up.xml │ │ ├── arrow_up_rounded.xml │ │ ├── artist.xml │ │ ├── artists_edit.xml │ │ ├── backspace_outline.xml │ │ ├── bookmark.xml │ │ ├── bookmark_outline.xml │ │ ├── burger.xml │ │ ├── calendar.xml │ │ ├── calendar_clear.xml │ │ ├── cd.xml │ │ ├── checked.webp │ │ ├── checkmark.xml │ │ ├── chevron_back.xml │ │ ├── chevron_down.xml │ │ ├── chevron_forward.xml │ │ ├── chevron_up.xml │ │ ├── close.xml │ │ ├── color_palette.xml │ │ ├── copy.xml │ │ ├── cover_edit.xml │ │ ├── datamobile.webp │ │ ├── datawifi.webp │ │ ├── devices.webp │ │ ├── dice.webp │ │ ├── disc.xml │ │ ├── dot.webp │ │ ├── download.xml │ │ ├── download_cover.xml │ │ ├── download_progress.xml │ │ ├── downloaded.xml │ │ ├── droplet.xml │ │ ├── ellipsis_horizontal.xml │ │ ├── ellipsis_vertical.xml │ │ ├── equalizer.xml │ │ ├── explicit.xml │ │ ├── export.webp │ │ ├── eye.xml │ │ ├── eye_off.xml │ │ ├── featured_playlist.xml │ │ ├── film.xml │ │ ├── folder.xml │ │ ├── ghost_orange.webp │ │ ├── ghost_red.webp │ │ ├── ghost_reverse.webp │ │ ├── globe.xml │ │ ├── grid_view.xml │ │ ├── heart.xml │ │ ├── heart_apple.webp │ │ ├── heart_apple_outline.webp │ │ ├── heart_breaked_no.webp │ │ ├── heart_breaked_yes.webp │ │ ├── heart_brilliant.webp │ │ ├── heart_brilliant_outline.webp │ │ ├── heart_dislike.xml │ │ ├── heart_gift.webp │ │ ├── heart_gift_outline.webp │ │ ├── heart_outline.xml │ │ ├── heart_shape.webp │ │ ├── heart_shape_outline.webp │ │ ├── heart_striped.webp │ │ ├── heart_striped_outline.webp │ │ ├── help_circle.xml │ │ ├── history.xml │ │ ├── horizontal_bold_line.png │ │ ├── horizontal_bold_line_rounded.webp │ │ ├── horizontal_straight_line.png │ │ ├── ic_banner_foreground.xml │ │ ├── ic_launcher_foreground.xml │ │ ├── ic_launcher_foreground_splash.xml │ │ ├── ic_logo_foreground.xml │ │ ├── image_download.webp │ │ ├── infinite.xml │ │ ├── information.xml │ │ ├── information_circle.xml │ │ ├── library.xml │ │ ├── link.xml │ │ ├── list_view.xml │ │ ├── loader.webp │ │ ├── locate.xml │ │ ├── logo_discord.xml │ │ ├── logo_youtube.xml │ │ ├── maintenance.webp │ │ ├── master_volume.webp │ │ ├── medical.xml │ │ ├── menu.webp │ │ ├── minmax.xml │ │ ├── moon.xml │ │ ├── musical_notes.xml │ │ ├── noimage.png │ │ ├── noteslashed.webp │ │ ├── notifications.xml │ │ ├── open.xml │ │ ├── pacman_open.webp │ │ ├── partially_downloaded.xml │ │ ├── pause.xml │ │ ├── pencil.xml │ │ ├── person.xml │ │ ├── picture.png │ │ ├── pin.webp │ │ ├── piped_logo.xml │ │ ├── play.xml │ │ ├── play_skip_back.xml │ │ ├── play_skip_forward.xml │ │ ├── play_stop.xml │ │ ├── playbackduration.webp │ │ ├── player_horizontal_widget.xml │ │ ├── player_vertical_widget.xml │ │ ├── playlist.xml │ │ ├── podcast.webp │ │ ├── position.xml │ │ ├── query_stats.xml │ │ ├── radio.xml │ │ ├── random.webp │ │ ├── refresh.xml │ │ ├── reorder.xml │ │ ├── repeatone.xml │ │ ├── rescue.webp │ │ ├── resize.xml │ │ ├── resource_import.webp │ │ ├── search.xml │ │ ├── server.xml │ │ ├── shapes.xml │ │ ├── share_social.xml │ │ ├── shield_checkmark.xml │ │ ├── shuffle.xml │ │ ├── shuffle_filled.xml │ │ ├── sleep.xml │ │ ├── slow_motion.xml │ │ ├── smart_shuffle.xml │ │ ├── sort.xml │ │ ├── sparkles.xml │ │ ├── star.xml │ │ ├── star_brilliant.webp │ │ ├── stat.xml │ │ ├── stat_3months.xml │ │ ├── stat_6months.xml │ │ ├── stat_month.xml │ │ ├── stat_today.xml │ │ ├── stat_week.xml │ │ ├── stat_year.xml │ │ ├── sync.xml │ │ ├── text.xml │ │ ├── time.xml │ │ ├── title_edit.xml │ │ ├── trash.xml │ │ ├── trending.xml │ │ ├── ui.xml │ │ ├── unchecked.webp │ │ ├── update.xml │ │ ├── video.xml │ │ ├── vinyl_background.png │ │ ├── volume_up.xml │ │ └── ytmusic.xml │ │ ├── font │ │ ├── pac_font.TTF │ │ ├── poppins_w300.ttf │ │ ├── poppins_w400.ttf │ │ ├── poppins_w500.ttf │ │ ├── poppins_w600.ttf │ │ ├── poppins_w700.ttf │ │ ├── rubik_w300.ttf │ │ ├── rubik_w400.ttf │ │ ├── rubik_w500.ttf │ │ ├── rubik_w600.ttf │ │ └── rubik_w700.ttf │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_banner.xml │ │ ├── ic_launcher.xml │ │ ├── ic_launcher_round.xml │ │ └── ic_launcher_splash.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── raw │ │ ├── ayp_youtube_player.html │ │ ├── contributors.json │ │ └── translators.json │ │ ├── resources.properties │ │ ├── values-af │ │ └── strings.xml │ │ ├── values-ar │ │ └── strings.xml │ │ ├── values-az │ │ └── strings.xml │ │ ├── values-ba │ │ └── strings.xml │ │ ├── values-bn │ │ └── strings.xml │ │ ├── values-ca │ │ └── strings.xml │ │ ├── values-cs │ │ └── strings.xml │ │ ├── values-da │ │ └── strings.xml │ │ ├── values-de │ │ └── strings.xml │ │ ├── values-el │ │ └── strings.xml │ │ ├── values-en │ │ └── strings.xml │ │ ├── values-eo │ │ └── strings.xml │ │ ├── values-es │ │ └── strings.xml │ │ ├── values-et │ │ └── strings.xml │ │ ├── values-eu │ │ └── strings.xml │ │ ├── values-fa │ │ └── strings.xml │ │ ├── values-fi │ │ └── strings.xml │ │ ├── values-fil │ │ └── strings.xml │ │ ├── values-fr │ │ └── strings.xml │ │ ├── values-ga │ │ └── strings.xml │ │ ├── values-gl │ │ └── strings.xml │ │ ├── values-he │ │ └── strings.xml │ │ ├── values-hi │ │ └── strings.xml │ │ ├── values-hu │ │ └── strings.xml │ │ ├── values-ia │ │ └── strings.xml │ │ ├── values-id │ │ └── strings.xml │ │ ├── values-in │ │ └── strings.xml │ │ ├── values-it │ │ └── strings.xml │ │ ├── values-iw │ │ └── strings.xml │ │ ├── values-ja │ │ └── strings.xml │ │ ├── values-ko │ │ └── strings.xml │ │ ├── values-ml │ │ └── strings.xml │ │ ├── values-night-v29 │ │ └── themes.xml │ │ ├── values-night │ │ └── themes.xml │ │ ├── values-nl │ │ └── strings.xml │ │ ├── values-no │ │ └── strings.xml │ │ ├── values-or │ │ └── strings.xml │ │ ├── values-pl │ │ └── strings.xml │ │ ├── values-pt-rBR │ │ └── strings.xml │ │ ├── values-pt │ │ └── strings.xml │ │ ├── values-ro │ │ └── strings.xml │ │ ├── values-ru │ │ └── strings.xml │ │ ├── values-si │ │ └── strings.xml │ │ ├── values-sr-rCS │ │ └── strings.xml │ │ ├── values-sr │ │ └── strings.xml │ │ ├── values-sv │ │ └── strings.xml │ │ ├── values-ta │ │ └── strings.xml │ │ ├── values-te │ │ └── strings.xml │ │ ├── values-tr │ │ └── strings.xml │ │ ├── values-uk │ │ └── strings.xml │ │ ├── values-v25 │ │ └── bools.xml │ │ ├── values-vi │ │ └── strings.xml │ │ ├── values-zh-rCN │ │ └── strings.xml │ │ ├── values-zh-rTW │ │ └── strings.xml │ │ ├── values-zh │ │ └── strings.xml │ │ ├── values │ │ ├── bools.xml │ │ ├── colors.xml │ │ ├── ic_banner_background.xml │ │ ├── ic_launcher_background.xml │ │ ├── strings.xml │ │ └── themes.xml │ │ ├── xml-v25 │ │ └── shortcuts.xml │ │ └── xml │ │ ├── automotive_app_desc.xml │ │ ├── network_security_config.xml │ │ ├── player_horizontal_widget_info.xml │ │ └── player_vertical_widget_info.xml │ ├── commonMain │ ├── composeResources │ │ ├── drawable │ │ │ ├── album.xml │ │ │ ├── app_icon.xml │ │ │ ├── app_logo.xml │ │ │ ├── app_logo_text.xml │ │ │ ├── arrow_forward.xml │ │ │ ├── arrow_left.xml │ │ │ ├── artists.xml │ │ │ ├── bookmark.xml │ │ │ ├── bookmark_outline.xml │ │ │ ├── chevron_down.xml │ │ │ ├── chevron_up.xml │ │ │ ├── compose-multiplatform.xml │ │ │ ├── dice.webp │ │ │ ├── library.xml │ │ │ ├── loader.webp │ │ │ ├── musical_notes.xml │ │ │ ├── pause.xml │ │ │ ├── pin.webp │ │ │ ├── piped_logo.xml │ │ │ ├── play.xml │ │ │ ├── play_skip_back.xml │ │ │ ├── play_skip_forward.xml │ │ │ ├── share_social.xml │ │ │ ├── shuffle.xml │ │ │ ├── stat_month.xml │ │ │ └── translate.xml │ │ └── values │ │ │ └── strings.xml │ └── kotlin │ │ ├── database │ │ ├── MusicDatabase.kt │ │ └── entities │ │ │ ├── Album.kt │ │ │ ├── Artist.kt │ │ │ ├── Event.kt │ │ │ ├── Format.kt │ │ │ ├── Lyrics.kt │ │ │ ├── Playlist.kt │ │ │ ├── QueuedMediaItem.kt │ │ │ ├── SearchQuery.kt │ │ │ ├── Song.kt │ │ │ ├── SongAlbumMap.kt │ │ │ ├── SongArtistMap.kt │ │ │ ├── SongEntity.kt │ │ │ ├── SongPlaylistMap.kt │ │ │ └── SortedSongPlaylistMap.kt │ │ └── it │ │ └── fast4x │ │ └── rimusic │ │ ├── App.kt │ │ ├── AsyncImageLoader.kt │ │ ├── Greeting.kt │ │ ├── Platform.kt │ │ └── Utils.kt │ ├── debug │ └── res │ │ └── xml-v25 │ │ └── shortcuts.xml │ ├── desktopMain │ └── kotlin │ │ ├── database │ │ └── getMusicDatabase.kt │ │ ├── it │ │ └── fast4x │ │ │ └── rimusic │ │ │ ├── Platform.jvm.kt │ │ │ ├── enums │ │ │ ├── ColorPaletteMode.kt │ │ │ ├── ColorPaletteName.kt │ │ │ ├── FontType.kt │ │ │ ├── Locales.kt │ │ │ ├── PageType.kt │ │ │ └── ThumbnailRoundness.kt │ │ │ ├── items │ │ │ ├── ItemContainer.kt │ │ │ └── Items.kt │ │ │ ├── models │ │ │ └── PipedSession.kt │ │ │ ├── player │ │ │ ├── exception │ │ │ │ └── Catch.kt │ │ │ ├── extension │ │ │ │ └── Long.kt │ │ │ ├── player │ │ │ │ ├── DefaultControls.kt │ │ │ │ ├── PlayerController.kt │ │ │ │ ├── PlayerInput.kt │ │ │ │ ├── PlayerSource.kt │ │ │ │ ├── PlayerState.kt │ │ │ │ ├── component │ │ │ │ │ ├── ComponentContainer.kt │ │ │ │ │ ├── ComponentPlayer.kt │ │ │ │ │ └── ComponentRenderer.kt │ │ │ │ └── frame │ │ │ │ │ ├── FrameContainer.kt │ │ │ │ │ ├── FramePlayer.kt │ │ │ │ │ └── FrameRenderer.kt │ │ │ ├── upload │ │ │ │ └── UploadDialog.kt │ │ │ └── vlcj │ │ │ │ ├── VlcjComponentController.kt │ │ │ │ ├── VlcjController.kt │ │ │ │ └── VlcjFrameController.kt │ │ │ ├── styling │ │ │ ├── ColorPalette.kt │ │ │ └── Dimensions.kt │ │ │ ├── ui │ │ │ ├── DesktopApp.kt │ │ │ ├── ThreeColumnsApp.kt │ │ │ ├── bars │ │ │ │ └── DefaultBottomBar.kt │ │ │ ├── components │ │ │ │ ├── AutoResizeText.kt │ │ │ │ ├── CustomModalBottomSheet.kt │ │ │ │ ├── LayoutWithAdaptiveThumbnail.kt │ │ │ │ ├── Loader.kt │ │ │ │ ├── PlayerEssential.kt │ │ │ │ ├── Title.kt │ │ │ │ ├── Title2Actions.kt │ │ │ │ └── ToolButton.kt │ │ │ ├── pages │ │ │ │ ├── AlbumsPage.kt │ │ │ │ └── SongsPage.kt │ │ │ ├── screens │ │ │ │ ├── AlbumScreen.kt │ │ │ │ ├── ArtistScreen.kt │ │ │ │ ├── ArtistsScreen.kt │ │ │ │ ├── MoodScreen.kt │ │ │ │ ├── PlaylistScreen.kt │ │ │ │ └── QuickPicsScreen.kt │ │ │ └── theme │ │ │ │ ├── Color.kt │ │ │ │ ├── Theme.kt │ │ │ │ └── Typography.kt │ │ │ └── utils │ │ │ ├── FadingEdge.kt │ │ │ ├── GetPipedSession.kt │ │ │ ├── LanguageDestination.kt │ │ │ ├── LoadImage.kt │ │ │ ├── MonthlyPlaylist.kt │ │ │ └── Utils.kt │ │ └── main.kt │ └── main │ └── res │ └── drawable │ ├── preset0.webp │ ├── preset1.webp │ ├── preset2.webp │ ├── preset3.webp │ ├── preset4.webp │ └── preset5.webp ├── createDesktopDistributable.cmd ├── createDesktopPackageDeb.cmd ├── createDesktopPackageMsi.cmd ├── createDesktopPackageRpm.cmd ├── createapks.cmd ├── crowdin.yml ├── customVersion └── README.md ├── desktopDistribution └── lib │ ├── linux │ └── INSTALL │ └── windows │ └── libvlc.dll ├── docs ├── CNAME ├── _index.original ├── css │ ├── custom.css │ ├── fonts.css │ └── style.css ├── favicon.ico ├── images │ ├── Screenshots │ │ ├── 640_1.jpg │ │ ├── 640_1.webp │ │ ├── 640_2.jpg │ │ ├── 640_2.webp │ │ ├── 640_3.jpg │ │ ├── 640_3.webp │ │ ├── 640_4.jpg │ │ ├── 640_4.webp │ │ ├── 640_5.jpg │ │ ├── 640_5.webp │ │ └── Temp │ ├── discord-white.png │ ├── feature-bg-01.svg │ ├── feature-bg-02.svg │ ├── feature-bg-03.svg │ ├── feature-bg-04.svg │ ├── footer-bg.svg │ ├── github-mark-white.png │ ├── hero-bg-bottom.svg │ ├── hero-bg-top.svg │ ├── hero-bg.svg │ ├── lang.svg │ ├── reddit-white.svg │ ├── telegram-black-icon.png │ ├── telegram-white-icon.png │ └── telegram-white.svg ├── index.html ├── js │ ├── additional.js │ ├── main.min.js │ ├── multilingual.js │ ├── reveal.js │ └── scrollreveal.min.js └── res │ ├── values-af │ └── strings.xml │ ├── values-ar │ └── strings.xml │ ├── values-az │ └── strings.xml │ ├── values-ba │ └── strings.xml │ ├── values-bn │ └── strings.xml │ ├── values-ca │ └── strings.xml │ ├── values-cs │ └── strings.xml │ ├── values-da │ └── strings.xml │ ├── values-de │ └── strings.xml │ ├── values-en │ └── strings.xml │ ├── values-eo │ └── strings.xml │ ├── values-es │ └── strings.xml │ ├── values-et │ └── strings.xml │ ├── values-eu │ └── strings.xml │ ├── values-fi │ └── strings.xml │ ├── values-fil │ └── strings.xml │ ├── values-fr │ └── strings.xml │ ├── values-ga │ └── strings.xml │ ├── values-gl │ └── strings.xml │ ├── values-he │ └── strings.xml │ ├── values-hi │ └── strings.xml │ ├── values-hu │ └── strings.xml │ ├── values-ia │ └── strings.xml │ ├── values-in │ └── strings.xml │ ├── values-it │ └── strings.xml │ ├── values-ja │ └── strings.xml │ ├── values-ko │ └── strings.xml │ ├── values-ml │ └── strings.xml │ ├── values-nl │ └── strings.xml │ ├── values-no │ └── strings.xml │ ├── values-or │ └── strings.xml │ ├── values-pl │ └── strings.xml │ ├── values-pt-rBR │ └── strings.xml │ ├── values-pt │ └── strings.xml │ ├── values-ro │ └── strings.xml │ ├── values-ru │ └── strings.xml │ ├── values-si │ └── strings.xml │ ├── values-sr-rCS │ └── strings.xml │ ├── values-sr │ └── strings.xml │ ├── values-sv │ └── strings.xml │ ├── values-ta │ └── strings.xml │ ├── values-te │ └── strings.xml │ ├── values-tr │ └── strings.xml │ ├── values-uk │ └── strings.xml │ ├── values-zh-rCN │ └── strings.xml │ ├── values-zh-rTW │ └── strings.xml │ └── values │ └── strings.xml ├── extensions ├── environment │ ├── .gitignore │ ├── build.gradle.kts │ └── src │ │ ├── main │ │ └── kotlin │ │ │ └── it │ │ │ └── fast4x │ │ │ └── environment │ │ │ ├── Environment.kt │ │ │ ├── EnvironmentExt.kt │ │ │ ├── models │ │ │ ├── AccountInfo.kt │ │ │ ├── AccountMenuResponse.kt │ │ │ ├── AutomixPreviewVideoRenderer.kt │ │ │ ├── BadgesRenderer.kt │ │ │ ├── BrowseResponse.kt │ │ │ ├── ButtonRenderer.kt │ │ │ ├── Context.kt │ │ │ ├── Continuation.kt │ │ │ ├── ContinuationResponse.kt │ │ │ ├── CreatePlaylistResponse.kt │ │ │ ├── Endpoint.kt │ │ │ ├── GetQueueResponse.kt │ │ │ ├── GetSearchSuggestionsResponse.kt │ │ │ ├── GridRenderer.kt │ │ │ ├── Icon.kt │ │ │ ├── MediaType.kt │ │ │ ├── Menu.kt │ │ │ ├── MusicCarouselShelfRenderer.kt │ │ │ ├── MusicEditablePlaylistDetailHeaderRenderer.kt │ │ │ ├── MusicNavigationButtonRenderer.kt │ │ │ ├── MusicPlaylistShelfRenderer.kt │ │ │ ├── MusicResponsiveHeaderRenderer.kt │ │ │ ├── MusicResponsiveListItemRenderer.kt │ │ │ ├── MusicShelfRenderer.kt │ │ │ ├── MusicTwoRowItemRenderer.kt │ │ │ ├── NavigationEndpoint.kt │ │ │ ├── NextResponse.kt │ │ │ ├── PipedResponse.kt │ │ │ ├── PlayerResponse.kt │ │ │ ├── PlaylistPanelRenderer.kt │ │ │ ├── PlaylistPanelVideoRenderer.kt │ │ │ ├── ResponseContext.kt │ │ │ ├── ReturnYouTubeDislikeResponse.kt │ │ │ ├── Runs.kt │ │ │ ├── SearchResponse.kt │ │ │ ├── SearchSuggestionsResponse.kt │ │ │ ├── SearchSuggestionsSectionRenderer.kt │ │ │ ├── SectionListRenderer.kt │ │ │ ├── SubscriptionButton.kt │ │ │ ├── Tabs.kt │ │ │ ├── Thumbnail.kt │ │ │ ├── ThumbnailRenderer.kt │ │ │ ├── Thumbnails.kt │ │ │ ├── VideoOrSongInfo.kt │ │ │ ├── YouTubeDataPage.kt │ │ │ ├── bodies │ │ │ │ ├── AccountMenuBody.kt │ │ │ │ ├── BrowseBody.kt │ │ │ │ ├── BrowseBodyWithLocale.kt │ │ │ │ ├── ContinuationBody.kt │ │ │ │ ├── ContinuationBodyWithLocale.kt │ │ │ │ ├── CreatePlaylistBody.kt │ │ │ │ ├── EditPlaylistBody.kt │ │ │ │ ├── FormData.kt │ │ │ │ ├── LikeBody.kt │ │ │ │ ├── NextBody.kt │ │ │ │ ├── PlayerBody.kt │ │ │ │ ├── PlaylistDeleteBody.kt │ │ │ │ ├── QueueBody.kt │ │ │ │ ├── SearchBody.kt │ │ │ │ ├── SearchSuggestionsBody.kt │ │ │ │ └── SubscribeBody.kt │ │ │ └── v0624 │ │ │ │ ├── BrowseResponse0624.kt │ │ │ │ ├── charts │ │ │ │ └── BrowseChartsResponse0624.kt │ │ │ │ └── podcasts │ │ │ │ └── BrowsePodcastsResponse0624.kt │ │ │ ├── requests │ │ │ ├── AlbumPage.kt │ │ │ ├── ArtistInfoPage.kt │ │ │ ├── ArtistItemsContinuationPage.kt │ │ │ ├── ArtistItemsPage.kt │ │ │ ├── ArtistPage.kt │ │ │ ├── Browse.kt │ │ │ ├── ChartsPage.kt │ │ │ ├── ChartsPageComplete.kt │ │ │ ├── DiscoverPage.kt │ │ │ ├── HistoryPage.kt │ │ │ ├── HomePage.kt │ │ │ ├── ItemsPage.kt │ │ │ ├── LibraryContinuationPage.kt │ │ │ ├── LibraryPage.kt │ │ │ ├── Lyrics.kt │ │ │ ├── NewReleaseAlbumPage.kt │ │ │ ├── NextPage.kt │ │ │ ├── PlaylistContinuationPage.kt │ │ │ ├── PlaylistPage.kt │ │ │ ├── PodcastPage.kt │ │ │ ├── Queue.kt │ │ │ ├── RelatedPage.kt │ │ │ ├── RelatedSongs.kt │ │ │ ├── SearchPage.kt │ │ │ └── SearchSuggestions.kt │ │ │ └── utils │ │ │ ├── EnvironmentLocale.kt │ │ │ ├── EnvironmentPreferences.kt │ │ │ ├── FromMusicResponsiveListItemRenderer.kt │ │ │ ├── FromMusicShelfRendererContent.kt │ │ │ ├── FromMusicTwoRowItemRenderer.kt │ │ │ ├── FromPlaylistPanelVideoRenderer.kt │ │ │ ├── LocalePreferences.kt │ │ │ ├── NewPipe.kt │ │ │ ├── PageHelper.kt │ │ │ ├── ProxyPreferences.kt │ │ │ └── Utils.kt │ │ └── test │ │ └── kotlin │ │ └── Test.kt ├── invidious │ ├── build.gradle.kts │ └── src │ │ └── main │ │ └── kotlin │ │ └── it │ │ └── fast4x │ │ └── invidious │ │ ├── Invidious.kt │ │ ├── models │ │ ├── AdaptiveFormats.kt │ │ └── Instances.kt │ │ └── utils │ │ ├── Coroutines.kt │ │ ├── ProxyPreferences.kt │ │ └── Serializers.kt ├── ktor-client-brotli │ ├── .gitignore │ ├── build.gradle.kts │ └── src │ │ └── main │ │ └── kotlin │ │ └── io │ │ └── ktor │ │ └── client │ │ └── plugins │ │ └── compression │ │ └── BrotliEncoder.kt ├── kugou │ ├── .gitignore │ ├── build.gradle.kts │ └── src │ │ ├── main │ │ └── kotlin │ │ │ └── it │ │ │ └── fast4x │ │ │ └── kugou │ │ │ ├── KuGou.kt │ │ │ ├── Result.kt │ │ │ └── models │ │ │ ├── DownloadLyricsResponse.kt │ │ │ ├── SearchLyricsResponse.kt │ │ │ └── SearchSongResponse.kt │ │ └── test │ │ └── kotlin │ │ └── Test.kt ├── lrclib │ ├── build.gradle.kts │ └── src │ │ └── main │ │ └── kotlin │ │ └── it │ │ └── fast4x │ │ └── lrclib │ │ ├── LrcLib.kt │ │ ├── models │ │ └── Track.kt │ │ └── utils │ │ ├── Coroutines.kt │ │ ├── ProxyPreferences.kt │ │ └── Serializers.kt └── piped │ ├── build.gradle.kts │ └── src │ └── main │ └── kotlin │ └── it │ └── fast4x │ └── piped │ ├── Piped.kt │ ├── models │ ├── Instance.kt │ ├── PipedResponse.kt │ ├── PlaylistPreview.kt │ ├── Serializers.kt │ └── Session.kt │ └── utils │ ├── Coroutines.kt │ ├── ProxyPreferences.kt │ └── Serializers.kt ├── fastlane └── metadata │ └── android │ ├── cs-CZ │ ├── full_description.txt │ ├── short_description.txt │ └── title.txt │ ├── en-US │ ├── changelogs │ │ ├── 10.txt │ │ ├── 11.txt │ │ ├── 12.txt │ │ ├── 13.txt │ │ ├── 14.txt │ │ ├── 15.txt │ │ ├── 16.txt │ │ ├── 17.txt │ │ ├── 18.txt │ │ ├── 19.txt │ │ ├── 20.txt │ │ ├── 21.txt │ │ ├── 22.txt │ │ ├── 23.txt │ │ ├── 24.txt │ │ ├── 25.txt │ │ ├── 26.txt │ │ ├── 27.txt │ │ ├── 28.txt │ │ ├── 29.txt │ │ ├── 30.txt │ │ ├── 31.txt │ │ ├── 32.txt │ │ ├── 33.txt │ │ ├── 34.txt │ │ ├── 35.txt │ │ ├── 36.txt │ │ ├── 37.txt │ │ ├── 38.txt │ │ ├── 39.txt │ │ ├── 40.txt │ │ ├── 41.txt │ │ ├── 42.txt │ │ ├── 43.txt │ │ ├── 44.txt │ │ ├── 45.txt │ │ ├── 46.txt │ │ ├── 47.txt │ │ ├── 48.txt │ │ ├── 49.txt │ │ ├── 50.txt │ │ ├── 51.txt │ │ ├── 52.txt │ │ ├── 53.txt │ │ ├── 54.txt │ │ ├── 55.txt │ │ ├── 56.txt │ │ ├── 57.txt │ │ ├── 58.txt │ │ ├── 59.txt │ │ ├── 6.txt │ │ ├── 60.txt │ │ ├── 61.txt │ │ ├── 62.txt │ │ ├── 63.txt │ │ ├── 64.txt │ │ ├── 65.txt │ │ ├── 66.txt │ │ ├── 7.txt │ │ ├── 78.txt │ │ ├── 79.txt │ │ ├── 8.txt │ │ ├── 80.txt │ │ ├── 82.txt │ │ └── 9.txt │ ├── full_description.txt │ ├── images │ │ ├── featureGraphic.png │ │ ├── icon.png │ │ └── phoneScreenshots │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ ├── 4.jpg │ │ │ ├── 5.jpg │ │ │ ├── 6.jpg │ │ │ └── Temp │ ├── short_description.txt │ └── title.txt │ └── tr-TR │ ├── full_description.txt │ ├── short_description.txt │ └── title.txt ├── gradle.properties ├── gradle ├── libs.versions.toml └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── settings.gradle.kts ├── stopGradleDaemon.cmd └── updatedVersion ├── updatedVersion.ver └── updatedVersionCode.ver /.github/ISSUE_TEMPLATE/bug_report.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/.github/ISSUE_TEMPLATE/bug_report.yaml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | -------------------------------------------------------------------------------- /.github/workflows/android.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/.github/workflows/android.yml -------------------------------------------------------------------------------- /.github/workflows/static.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/.github/workflows/static.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/README.md -------------------------------------------------------------------------------- /StartAA.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/StartAA.bat -------------------------------------------------------------------------------- /app_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/app_logo.png -------------------------------------------------------------------------------- /assets/design/latest/app_icon-inv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/app_icon-inv.svg -------------------------------------------------------------------------------- /assets/design/latest/app_icon-mod.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/app_icon-mod.svg -------------------------------------------------------------------------------- /assets/design/latest/app_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/app_icon.svg -------------------------------------------------------------------------------- /assets/design/latest/app_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/app_logo.svg -------------------------------------------------------------------------------- /assets/design/latest/app_logo_text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/app_logo_text.svg -------------------------------------------------------------------------------- /assets/design/latest/featureGraphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/featureGraphic.png -------------------------------------------------------------------------------- /assets/design/latest/featureGraphic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/featureGraphic.svg -------------------------------------------------------------------------------- /assets/design/latest/gpl-3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/gpl-3.0.txt -------------------------------------------------------------------------------- /assets/design/latest/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/icon.png -------------------------------------------------------------------------------- /assets/design/latest/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/icon.svg -------------------------------------------------------------------------------- /assets/design/latest/icon_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/icon_2.svg -------------------------------------------------------------------------------- /assets/design/latest/icon_launcher.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/icon_launcher.svg -------------------------------------------------------------------------------- /assets/design/latest/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/latest/license.txt -------------------------------------------------------------------------------- /assets/design/previous/app_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/previous/app_icon.svg -------------------------------------------------------------------------------- /assets/design/previous/app_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/previous/app_logo.svg -------------------------------------------------------------------------------- /assets/design/previous/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/previous/icon.svg -------------------------------------------------------------------------------- /assets/design/rimusicVideo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/design/rimusicVideo.mp4 -------------------------------------------------------------------------------- /assets/icons/add2playlist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/add2playlist.svg -------------------------------------------------------------------------------- /assets/icons/addqueue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/addqueue.svg -------------------------------------------------------------------------------- /assets/icons/album.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/album.svg -------------------------------------------------------------------------------- /assets/icons/alternative-version.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/alternative-version.svg -------------------------------------------------------------------------------- /assets/icons/arrow-down-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/arrow-down-left.svg -------------------------------------------------------------------------------- /assets/icons/arrow-down-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/arrow-down-right.svg -------------------------------------------------------------------------------- /assets/icons/arrow-up-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/arrow-up-left.svg -------------------------------------------------------------------------------- /assets/icons/arrow-up-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/arrow-up-right.svg -------------------------------------------------------------------------------- /assets/icons/artist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/artist.svg -------------------------------------------------------------------------------- /assets/icons/artists-edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/artists-edit.svg -------------------------------------------------------------------------------- /assets/icons/artists.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/artists.svg -------------------------------------------------------------------------------- /assets/icons/cover-edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/cover-edit.svg -------------------------------------------------------------------------------- /assets/icons/download-cover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/download-cover.svg -------------------------------------------------------------------------------- /assets/icons/download-progress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/download-progress.svg -------------------------------------------------------------------------------- /assets/icons/downloaded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/downloaded.svg -------------------------------------------------------------------------------- /assets/icons/enqueue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/enqueue.svg -------------------------------------------------------------------------------- /assets/icons/equalizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/equalizer.svg -------------------------------------------------------------------------------- /assets/icons/featured-playlist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/featured-playlist.svg -------------------------------------------------------------------------------- /assets/icons/full screen lyrics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/full screen lyrics.svg -------------------------------------------------------------------------------- /assets/icons/outline/stats-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/outline/stats-outline.svg -------------------------------------------------------------------------------- /assets/icons/partially-downloaded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/partially-downloaded.svg -------------------------------------------------------------------------------- /assets/icons/playlist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/playlist.svg -------------------------------------------------------------------------------- /assets/icons/position.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/position.svg -------------------------------------------------------------------------------- /assets/icons/recently-played.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/recently-played.svg -------------------------------------------------------------------------------- /assets/icons/sharp/stats-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/sharp/stats-sharp.svg -------------------------------------------------------------------------------- /assets/icons/sleep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/sleep.svg -------------------------------------------------------------------------------- /assets/icons/smart_shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/smart_shuffle.svg -------------------------------------------------------------------------------- /assets/icons/sort.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/sort.svg -------------------------------------------------------------------------------- /assets/icons/stat-3months.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/stat-3months.svg -------------------------------------------------------------------------------- /assets/icons/stat-6months.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/stat-6months.svg -------------------------------------------------------------------------------- /assets/icons/stat-all.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/stat-all.svg -------------------------------------------------------------------------------- /assets/icons/stat-month.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/stat-month.svg -------------------------------------------------------------------------------- /assets/icons/stat-today.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/stat-today.svg -------------------------------------------------------------------------------- /assets/icons/stat-week.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/stat-week.svg -------------------------------------------------------------------------------- /assets/icons/stat-year.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/stat-year.svg -------------------------------------------------------------------------------- /assets/icons/stats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/stats.svg -------------------------------------------------------------------------------- /assets/icons/title-edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/title-edit.svg -------------------------------------------------------------------------------- /assets/icons/ui.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/ui.svg -------------------------------------------------------------------------------- /assets/icons/video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/icons/video.svg -------------------------------------------------------------------------------- /assets/images/getItAccrescent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/images/getItAccrescent.png -------------------------------------------------------------------------------- /assets/images/getItGithub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/images/getItGithub.png -------------------------------------------------------------------------------- /assets/images/getItIzzyOnDroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/images/getItIzzyOnDroid.png -------------------------------------------------------------------------------- /assets/images/getItObtainium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/images/getItObtainium.png -------------------------------------------------------------------------------- /assets/images/getItOpenapk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/images/getItOpenapk.png -------------------------------------------------------------------------------- /assets/images/getItf-droid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/images/getItf-droid.png -------------------------------------------------------------------------------- /assets/ionicons/accessibility.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/accessibility.svg -------------------------------------------------------------------------------- /assets/ionicons/add-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/add-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/add.svg -------------------------------------------------------------------------------- /assets/ionicons/airplane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/airplane.svg -------------------------------------------------------------------------------- /assets/ionicons/alarm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/alarm.svg -------------------------------------------------------------------------------- /assets/ionicons/albums.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/albums.svg -------------------------------------------------------------------------------- /assets/ionicons/alert-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/alert-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/alert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/alert.svg -------------------------------------------------------------------------------- /assets/ionicons/american-football.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/american-football.svg -------------------------------------------------------------------------------- /assets/ionicons/analytics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/analytics.svg -------------------------------------------------------------------------------- /assets/ionicons/aperture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/aperture.svg -------------------------------------------------------------------------------- /assets/ionicons/apps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/apps.svg -------------------------------------------------------------------------------- /assets/ionicons/archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/archive.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-back-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-back-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-back.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-down-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-down-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-down.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-forward.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-redo-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-redo-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-redo.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-undo-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-undo-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-undo.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-up-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-up-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/arrow-up.svg -------------------------------------------------------------------------------- /assets/ionicons/at-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/at-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/at.svg -------------------------------------------------------------------------------- /assets/ionicons/attach.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/attach.svg -------------------------------------------------------------------------------- /assets/ionicons/backspace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/backspace.svg -------------------------------------------------------------------------------- /assets/ionicons/bag-add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bag-add.svg -------------------------------------------------------------------------------- /assets/ionicons/bag-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bag-check.svg -------------------------------------------------------------------------------- /assets/ionicons/bag-handle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bag-handle.svg -------------------------------------------------------------------------------- /assets/ionicons/bag-remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bag-remove.svg -------------------------------------------------------------------------------- /assets/ionicons/bag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bag.svg -------------------------------------------------------------------------------- /assets/ionicons/balloon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/balloon.svg -------------------------------------------------------------------------------- /assets/ionicons/ban.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/ban.svg -------------------------------------------------------------------------------- /assets/ionicons/bandage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bandage.svg -------------------------------------------------------------------------------- /assets/ionicons/bar-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bar-chart.svg -------------------------------------------------------------------------------- /assets/ionicons/barbell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/barbell.svg -------------------------------------------------------------------------------- /assets/ionicons/barcode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/barcode.svg -------------------------------------------------------------------------------- /assets/ionicons/baseball.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/baseball.svg -------------------------------------------------------------------------------- /assets/ionicons/basket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/basket.svg -------------------------------------------------------------------------------- /assets/ionicons/basketball.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/basketball.svg -------------------------------------------------------------------------------- /assets/ionicons/battery-charging.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/battery-charging.svg -------------------------------------------------------------------------------- /assets/ionicons/battery-dead.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/battery-dead.svg -------------------------------------------------------------------------------- /assets/ionicons/battery-full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/battery-full.svg -------------------------------------------------------------------------------- /assets/ionicons/battery-half.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/battery-half.svg -------------------------------------------------------------------------------- /assets/ionicons/beaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/beaker.svg -------------------------------------------------------------------------------- /assets/ionicons/bed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bed.svg -------------------------------------------------------------------------------- /assets/ionicons/beer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/beer.svg -------------------------------------------------------------------------------- /assets/ionicons/bicycle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bicycle.svg -------------------------------------------------------------------------------- /assets/ionicons/bluetooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bluetooth.svg -------------------------------------------------------------------------------- /assets/ionicons/boat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/boat.svg -------------------------------------------------------------------------------- /assets/ionicons/body.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/body.svg -------------------------------------------------------------------------------- /assets/ionicons/bonfire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bonfire.svg -------------------------------------------------------------------------------- /assets/ionicons/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/book.svg -------------------------------------------------------------------------------- /assets/ionicons/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bookmark.svg -------------------------------------------------------------------------------- /assets/ionicons/bookmarks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bookmarks.svg -------------------------------------------------------------------------------- /assets/ionicons/bowling-ball.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bowling-ball.svg -------------------------------------------------------------------------------- /assets/ionicons/briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/briefcase.svg -------------------------------------------------------------------------------- /assets/ionicons/browsers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/browsers.svg -------------------------------------------------------------------------------- /assets/ionicons/brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/brush.svg -------------------------------------------------------------------------------- /assets/ionicons/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bug.svg -------------------------------------------------------------------------------- /assets/ionicons/build.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/build.svg -------------------------------------------------------------------------------- /assets/ionicons/bulb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bulb.svg -------------------------------------------------------------------------------- /assets/ionicons/bus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/bus.svg -------------------------------------------------------------------------------- /assets/ionicons/business.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/business.svg -------------------------------------------------------------------------------- /assets/ionicons/cafe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cafe.svg -------------------------------------------------------------------------------- /assets/ionicons/calculator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/calculator.svg -------------------------------------------------------------------------------- /assets/ionicons/calendar-clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/calendar-clear.svg -------------------------------------------------------------------------------- /assets/ionicons/calendar-number.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/calendar-number.svg -------------------------------------------------------------------------------- /assets/ionicons/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/calendar.svg -------------------------------------------------------------------------------- /assets/ionicons/call.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/call.svg -------------------------------------------------------------------------------- /assets/ionicons/camera-reverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/camera-reverse.svg -------------------------------------------------------------------------------- /assets/ionicons/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/camera.svg -------------------------------------------------------------------------------- /assets/ionicons/car-sport.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/car-sport.svg -------------------------------------------------------------------------------- /assets/ionicons/car.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/car.svg -------------------------------------------------------------------------------- /assets/ionicons/card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/card.svg -------------------------------------------------------------------------------- /assets/ionicons/caret-back-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/caret-back-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/caret-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/caret-back.svg -------------------------------------------------------------------------------- /assets/ionicons/caret-down-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/caret-down-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/caret-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/caret-down.svg -------------------------------------------------------------------------------- /assets/ionicons/caret-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/caret-forward.svg -------------------------------------------------------------------------------- /assets/ionicons/caret-up-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/caret-up-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/caret-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/caret-up.svg -------------------------------------------------------------------------------- /assets/ionicons/cart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cart.svg -------------------------------------------------------------------------------- /assets/ionicons/cash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cash.svg -------------------------------------------------------------------------------- /assets/ionicons/cellular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cellular.svg -------------------------------------------------------------------------------- /assets/ionicons/chatbox-ellipses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chatbox-ellipses.svg -------------------------------------------------------------------------------- /assets/ionicons/chatbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chatbox.svg -------------------------------------------------------------------------------- /assets/ionicons/chatbubble-ellipses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chatbubble-ellipses.svg -------------------------------------------------------------------------------- /assets/ionicons/chatbubble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chatbubble.svg -------------------------------------------------------------------------------- /assets/ionicons/chatbubbles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chatbubbles.svg -------------------------------------------------------------------------------- /assets/ionicons/checkbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/checkbox.svg -------------------------------------------------------------------------------- /assets/ionicons/checkmark-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/checkmark-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/checkmark-done.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/checkmark-done.svg -------------------------------------------------------------------------------- /assets/ionicons/checkmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/checkmark.svg -------------------------------------------------------------------------------- /assets/ionicons/chevron-back-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chevron-back-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/chevron-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chevron-back.svg -------------------------------------------------------------------------------- /assets/ionicons/chevron-collapse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chevron-collapse.svg -------------------------------------------------------------------------------- /assets/ionicons/chevron-down-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chevron-down-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/chevron-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chevron-down.svg -------------------------------------------------------------------------------- /assets/ionicons/chevron-expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chevron-expand.svg -------------------------------------------------------------------------------- /assets/ionicons/chevron-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chevron-forward.svg -------------------------------------------------------------------------------- /assets/ionicons/chevron-up-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chevron-up-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/chevron-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/chevron-up.svg -------------------------------------------------------------------------------- /assets/ionicons/clipboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/clipboard.svg -------------------------------------------------------------------------------- /assets/ionicons/close-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/close-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/close.svg -------------------------------------------------------------------------------- /assets/ionicons/cloud-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cloud-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/cloud-done.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cloud-done.svg -------------------------------------------------------------------------------- /assets/ionicons/cloud-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cloud-download.svg -------------------------------------------------------------------------------- /assets/ionicons/cloud-offline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cloud-offline.svg -------------------------------------------------------------------------------- /assets/ionicons/cloud-upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cloud-upload.svg -------------------------------------------------------------------------------- /assets/ionicons/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cloud.svg -------------------------------------------------------------------------------- /assets/ionicons/cloudy-night.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cloudy-night.svg -------------------------------------------------------------------------------- /assets/ionicons/cloudy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cloudy.svg -------------------------------------------------------------------------------- /assets/ionicons/code-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/code-download.svg -------------------------------------------------------------------------------- /assets/ionicons/code-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/code-slash.svg -------------------------------------------------------------------------------- /assets/ionicons/code-working.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/code-working.svg -------------------------------------------------------------------------------- /assets/ionicons/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/code.svg -------------------------------------------------------------------------------- /assets/ionicons/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cog.svg -------------------------------------------------------------------------------- /assets/ionicons/color-fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/color-fill.svg -------------------------------------------------------------------------------- /assets/ionicons/color-filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/color-filter.svg -------------------------------------------------------------------------------- /assets/ionicons/color-palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/color-palette.svg -------------------------------------------------------------------------------- /assets/ionicons/color-wand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/color-wand.svg -------------------------------------------------------------------------------- /assets/ionicons/compass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/compass.svg -------------------------------------------------------------------------------- /assets/ionicons/construct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/construct.svg -------------------------------------------------------------------------------- /assets/ionicons/contract.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/contract.svg -------------------------------------------------------------------------------- /assets/ionicons/contrast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/contrast.svg -------------------------------------------------------------------------------- /assets/ionicons/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/copy.svg -------------------------------------------------------------------------------- /assets/ionicons/create.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/create.svg -------------------------------------------------------------------------------- /assets/ionicons/crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/crop.svg -------------------------------------------------------------------------------- /assets/ionicons/cube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cube.svg -------------------------------------------------------------------------------- /assets/ionicons/cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/cut.svg -------------------------------------------------------------------------------- /assets/ionicons/desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/desktop.svg -------------------------------------------------------------------------------- /assets/ionicons/diamond.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/diamond.svg -------------------------------------------------------------------------------- /assets/ionicons/dice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/dice.svg -------------------------------------------------------------------------------- /assets/ionicons/disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/disc.svg -------------------------------------------------------------------------------- /assets/ionicons/document-attach.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/document-attach.svg -------------------------------------------------------------------------------- /assets/ionicons/document-lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/document-lock.svg -------------------------------------------------------------------------------- /assets/ionicons/document-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/document-text.svg -------------------------------------------------------------------------------- /assets/ionicons/document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/document.svg -------------------------------------------------------------------------------- /assets/ionicons/documents.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/documents.svg -------------------------------------------------------------------------------- /assets/ionicons/download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/download.svg -------------------------------------------------------------------------------- /assets/ionicons/duplicate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/duplicate.svg -------------------------------------------------------------------------------- /assets/ionicons/ear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/ear.svg -------------------------------------------------------------------------------- /assets/ionicons/earth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/earth.svg -------------------------------------------------------------------------------- /assets/ionicons/easel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/easel.svg -------------------------------------------------------------------------------- /assets/ionicons/egg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/egg.svg -------------------------------------------------------------------------------- /assets/ionicons/ellipse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/ellipse.svg -------------------------------------------------------------------------------- /assets/ionicons/ellipsis-horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/ellipsis-horizontal.svg -------------------------------------------------------------------------------- /assets/ionicons/ellipsis-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/ellipsis-vertical.svg -------------------------------------------------------------------------------- /assets/ionicons/enter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/enter.svg -------------------------------------------------------------------------------- /assets/ionicons/exit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/exit.svg -------------------------------------------------------------------------------- /assets/ionicons/expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/expand.svg -------------------------------------------------------------------------------- /assets/ionicons/extension-puzzle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/extension-puzzle.svg -------------------------------------------------------------------------------- /assets/ionicons/eye-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/eye-off.svg -------------------------------------------------------------------------------- /assets/ionicons/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/eye.svg -------------------------------------------------------------------------------- /assets/ionicons/eyedrop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/eyedrop.svg -------------------------------------------------------------------------------- /assets/ionicons/fast-food.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/fast-food.svg -------------------------------------------------------------------------------- /assets/ionicons/female.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/female.svg -------------------------------------------------------------------------------- /assets/ionicons/file-tray-full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/file-tray-full.svg -------------------------------------------------------------------------------- /assets/ionicons/file-tray-stacked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/file-tray-stacked.svg -------------------------------------------------------------------------------- /assets/ionicons/file-tray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/file-tray.svg -------------------------------------------------------------------------------- /assets/ionicons/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/film.svg -------------------------------------------------------------------------------- /assets/ionicons/filter-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/filter-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/filter.svg -------------------------------------------------------------------------------- /assets/ionicons/finger-print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/finger-print.svg -------------------------------------------------------------------------------- /assets/ionicons/fish.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/fish.svg -------------------------------------------------------------------------------- /assets/ionicons/fitness.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/fitness.svg -------------------------------------------------------------------------------- /assets/ionicons/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/flag.svg -------------------------------------------------------------------------------- /assets/ionicons/flame.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/flame.svg -------------------------------------------------------------------------------- /assets/ionicons/flash-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/flash-off.svg -------------------------------------------------------------------------------- /assets/ionicons/flash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/flash.svg -------------------------------------------------------------------------------- /assets/ionicons/flashlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/flashlight.svg -------------------------------------------------------------------------------- /assets/ionicons/flask.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/flask.svg -------------------------------------------------------------------------------- /assets/ionicons/flower.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/flower.svg -------------------------------------------------------------------------------- /assets/ionicons/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/folder-open.svg -------------------------------------------------------------------------------- /assets/ionicons/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/folder.svg -------------------------------------------------------------------------------- /assets/ionicons/football.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/football.svg -------------------------------------------------------------------------------- /assets/ionicons/footsteps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/footsteps.svg -------------------------------------------------------------------------------- /assets/ionicons/funnel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/funnel.svg -------------------------------------------------------------------------------- /assets/ionicons/game-controller.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/game-controller.svg -------------------------------------------------------------------------------- /assets/ionicons/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/gift.svg -------------------------------------------------------------------------------- /assets/ionicons/git-branch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/git-branch.svg -------------------------------------------------------------------------------- /assets/ionicons/git-commit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/git-commit.svg -------------------------------------------------------------------------------- /assets/ionicons/git-compare.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/git-compare.svg -------------------------------------------------------------------------------- /assets/ionicons/git-merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/git-merge.svg -------------------------------------------------------------------------------- /assets/ionicons/git-network.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/git-network.svg -------------------------------------------------------------------------------- /assets/ionicons/git-pull-request.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/git-pull-request.svg -------------------------------------------------------------------------------- /assets/ionicons/glasses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/glasses.svg -------------------------------------------------------------------------------- /assets/ionicons/globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/globe.svg -------------------------------------------------------------------------------- /assets/ionicons/golf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/golf.svg -------------------------------------------------------------------------------- /assets/ionicons/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/grid.svg -------------------------------------------------------------------------------- /assets/ionicons/hammer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/hammer.svg -------------------------------------------------------------------------------- /assets/ionicons/hand-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/hand-left.svg -------------------------------------------------------------------------------- /assets/ionicons/hand-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/hand-right.svg -------------------------------------------------------------------------------- /assets/ionicons/happy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/happy.svg -------------------------------------------------------------------------------- /assets/ionicons/hardware-chip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/hardware-chip.svg -------------------------------------------------------------------------------- /assets/ionicons/headset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/headset.svg -------------------------------------------------------------------------------- /assets/ionicons/heart-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/heart-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/heart-dislike.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/heart-dislike.svg -------------------------------------------------------------------------------- /assets/ionicons/heart-half.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/heart-half.svg -------------------------------------------------------------------------------- /assets/ionicons/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/heart.svg -------------------------------------------------------------------------------- /assets/ionicons/help-buoy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/help-buoy.svg -------------------------------------------------------------------------------- /assets/ionicons/help-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/help-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/help.svg -------------------------------------------------------------------------------- /assets/ionicons/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/home.svg -------------------------------------------------------------------------------- /assets/ionicons/hourglass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/hourglass.svg -------------------------------------------------------------------------------- /assets/ionicons/ice-cream.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/ice-cream.svg -------------------------------------------------------------------------------- /assets/ionicons/id-card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/id-card.svg -------------------------------------------------------------------------------- /assets/ionicons/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/image.svg -------------------------------------------------------------------------------- /assets/ionicons/images.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/images.svg -------------------------------------------------------------------------------- /assets/ionicons/infinite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/infinite.svg -------------------------------------------------------------------------------- /assets/ionicons/information-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/information-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/information.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/information.svg -------------------------------------------------------------------------------- /assets/ionicons/invert-mode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/invert-mode.svg -------------------------------------------------------------------------------- /assets/ionicons/journal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/journal.svg -------------------------------------------------------------------------------- /assets/ionicons/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/key.svg -------------------------------------------------------------------------------- /assets/ionicons/keypad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/keypad.svg -------------------------------------------------------------------------------- /assets/ionicons/language.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/language.svg -------------------------------------------------------------------------------- /assets/ionicons/laptop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/laptop.svg -------------------------------------------------------------------------------- /assets/ionicons/layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/layers.svg -------------------------------------------------------------------------------- /assets/ionicons/leaf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/leaf.svg -------------------------------------------------------------------------------- /assets/ionicons/library.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/library.svg -------------------------------------------------------------------------------- /assets/ionicons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/link.svg -------------------------------------------------------------------------------- /assets/ionicons/list-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/list-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/list.svg -------------------------------------------------------------------------------- /assets/ionicons/locate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/locate.svg -------------------------------------------------------------------------------- /assets/ionicons/location.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/location.svg -------------------------------------------------------------------------------- /assets/ionicons/lock-closed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/lock-closed.svg -------------------------------------------------------------------------------- /assets/ionicons/lock-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/lock-open.svg -------------------------------------------------------------------------------- /assets/ionicons/log-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/log-in.svg -------------------------------------------------------------------------------- /assets/ionicons/log-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/log-out.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-alipay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-alipay.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-amazon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-amazon.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-amplify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-amplify.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-android.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-android.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-angular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-angular.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-apple-appstore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-apple-appstore.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-apple-ar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-apple-ar.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-apple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-apple.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-behance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-behance.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-bitbucket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-bitbucket.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-bitcoin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-bitcoin.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-buffer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-buffer.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-capacitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-capacitor.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-chrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-chrome.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-codepen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-codepen.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-css3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-css3.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-designernews.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-designernews.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-deviantart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-deviantart.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-discord.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-discord.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-docker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-docker.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-dribbble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-dribbble.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-dropbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-dropbox.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-edge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-edge.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-electron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-electron.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-euro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-euro.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-facebook.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-figma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-figma.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-firebase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-firebase.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-firefox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-firefox.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-flickr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-flickr.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-foursquare.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-foursquare.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-github.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-gitlab.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-google.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-hackernews.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-hackernews.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-html5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-html5.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-instagram.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-ionic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-ionic.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-ionitron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-ionitron.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-javascript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-javascript.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-laravel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-laravel.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-linkedin.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-markdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-markdown.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-mastodon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-mastodon.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-medium.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-microsoft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-microsoft.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-no-smoking.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-no-smoking.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-nodejs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-nodejs.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-npm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-npm.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-octocat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-octocat.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-paypal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-paypal.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-pinterest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-pinterest.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-playstation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-playstation.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-pwa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-pwa.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-python.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-python.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-react.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-reddit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-reddit.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-rss.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-sass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-sass.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-skype.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-skype.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-slack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-slack.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-snapchat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-snapchat.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-soundcloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-soundcloud.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-stackoverflow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-stackoverflow.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-steam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-steam.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-stencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-stencil.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-tableau.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-tableau.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-tiktok.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-tiktok.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-tumblr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-tumblr.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-tux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-tux.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-twitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-twitch.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-twitter.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-usd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-usd.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-venmo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-venmo.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-vercel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-vercel.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-vimeo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-vimeo.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-vk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-vk.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-vue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-vue.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-web-component.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-web-component.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-wechat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-wechat.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-whatsapp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-whatsapp.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-windows.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-wordpress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-wordpress.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-xbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-xbox.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-xing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-xing.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-yahoo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-yahoo.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-yen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-yen.svg -------------------------------------------------------------------------------- /assets/ionicons/logo-youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/logo-youtube.svg -------------------------------------------------------------------------------- /assets/ionicons/magnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/magnet.svg -------------------------------------------------------------------------------- /assets/ionicons/mail-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/mail-open.svg -------------------------------------------------------------------------------- /assets/ionicons/mail-unread.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/mail-unread.svg -------------------------------------------------------------------------------- /assets/ionicons/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/mail.svg -------------------------------------------------------------------------------- /assets/ionicons/male-female.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/male-female.svg -------------------------------------------------------------------------------- /assets/ionicons/male.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/male.svg -------------------------------------------------------------------------------- /assets/ionicons/man.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/man.svg -------------------------------------------------------------------------------- /assets/ionicons/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/map.svg -------------------------------------------------------------------------------- /assets/ionicons/medal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/medal.svg -------------------------------------------------------------------------------- /assets/ionicons/medical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/medical.svg -------------------------------------------------------------------------------- /assets/ionicons/medkit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/medkit.svg -------------------------------------------------------------------------------- /assets/ionicons/megaphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/megaphone.svg -------------------------------------------------------------------------------- /assets/ionicons/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/menu.svg -------------------------------------------------------------------------------- /assets/ionicons/mic-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/mic-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/mic-off-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/mic-off-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/mic-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/mic-off.svg -------------------------------------------------------------------------------- /assets/ionicons/mic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/mic.svg -------------------------------------------------------------------------------- /assets/ionicons/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/moon.svg -------------------------------------------------------------------------------- /assets/ionicons/move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/move.svg -------------------------------------------------------------------------------- /assets/ionicons/musical-note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/musical-note.svg -------------------------------------------------------------------------------- /assets/ionicons/musical-notes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/musical-notes.svg -------------------------------------------------------------------------------- /assets/ionicons/navigate-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/navigate-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/navigate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/navigate.svg -------------------------------------------------------------------------------- /assets/ionicons/newspaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/newspaper.svg -------------------------------------------------------------------------------- /assets/ionicons/notifications-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/notifications-off.svg -------------------------------------------------------------------------------- /assets/ionicons/notifications.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/notifications.svg -------------------------------------------------------------------------------- /assets/ionicons/nuclear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/nuclear.svg -------------------------------------------------------------------------------- /assets/ionicons/nutrition.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/nutrition.svg -------------------------------------------------------------------------------- /assets/ionicons/open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/open.svg -------------------------------------------------------------------------------- /assets/ionicons/options.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/options.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/add-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/add-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/at-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/at-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/bag-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/bag-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/ban-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/ban-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/bed-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/bed-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/bug-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/bug-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/bus-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/bus-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/car-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/car-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/cog-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/cog-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/cut-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/cut-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/ear-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/ear-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/egg-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/egg-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/eye-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/eye-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/key-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/key-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/man-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/man-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/map-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/map-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/mic-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/mic-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/paw-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/paw-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/pin-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/pin-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/sad-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/sad-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/outline/tv-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/outline/tv-outline.svg -------------------------------------------------------------------------------- /assets/ionicons/paper-plane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/paper-plane.svg -------------------------------------------------------------------------------- /assets/ionicons/partly-sunny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/partly-sunny.svg -------------------------------------------------------------------------------- /assets/ionicons/pause-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/pause-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/pause.svg -------------------------------------------------------------------------------- /assets/ionicons/paw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/paw.svg -------------------------------------------------------------------------------- /assets/ionicons/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/pencil.svg -------------------------------------------------------------------------------- /assets/ionicons/people-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/people-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/people.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/people.svg -------------------------------------------------------------------------------- /assets/ionicons/person-add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/person-add.svg -------------------------------------------------------------------------------- /assets/ionicons/person-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/person-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/person-remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/person-remove.svg -------------------------------------------------------------------------------- /assets/ionicons/person.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/person.svg -------------------------------------------------------------------------------- /assets/ionicons/phone-landscape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/phone-landscape.svg -------------------------------------------------------------------------------- /assets/ionicons/phone-portrait.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/phone-portrait.svg -------------------------------------------------------------------------------- /assets/ionicons/pie-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/pie-chart.svg -------------------------------------------------------------------------------- /assets/ionicons/pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/pin.svg -------------------------------------------------------------------------------- /assets/ionicons/pint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/pint.svg -------------------------------------------------------------------------------- /assets/ionicons/pizza.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/pizza.svg -------------------------------------------------------------------------------- /assets/ionicons/planet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/planet.svg -------------------------------------------------------------------------------- /assets/ionicons/play-back-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/play-back-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/play-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/play-back.svg -------------------------------------------------------------------------------- /assets/ionicons/play-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/play-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/play-forward-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/play-forward-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/play-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/play-forward.svg -------------------------------------------------------------------------------- /assets/ionicons/play-skip-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/play-skip-back.svg -------------------------------------------------------------------------------- /assets/ionicons/play-skip-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/play-skip-forward.svg -------------------------------------------------------------------------------- /assets/ionicons/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/play.svg -------------------------------------------------------------------------------- /assets/ionicons/podium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/podium.svg -------------------------------------------------------------------------------- /assets/ionicons/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/power.svg -------------------------------------------------------------------------------- /assets/ionicons/pricetag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/pricetag.svg -------------------------------------------------------------------------------- /assets/ionicons/pricetags.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/pricetags.svg -------------------------------------------------------------------------------- /assets/ionicons/print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/print.svg -------------------------------------------------------------------------------- /assets/ionicons/prism.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/prism.svg -------------------------------------------------------------------------------- /assets/ionicons/pulse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/pulse.svg -------------------------------------------------------------------------------- /assets/ionicons/push.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/push.svg -------------------------------------------------------------------------------- /assets/ionicons/qr-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/qr-code.svg -------------------------------------------------------------------------------- /assets/ionicons/radio-button-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/radio-button-off.svg -------------------------------------------------------------------------------- /assets/ionicons/radio-button-on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/radio-button-on.svg -------------------------------------------------------------------------------- /assets/ionicons/radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/radio.svg -------------------------------------------------------------------------------- /assets/ionicons/rainy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/rainy.svg -------------------------------------------------------------------------------- /assets/ionicons/reader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/reader.svg -------------------------------------------------------------------------------- /assets/ionicons/receipt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/receipt.svg -------------------------------------------------------------------------------- /assets/ionicons/recording.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/recording.svg -------------------------------------------------------------------------------- /assets/ionicons/refresh-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/refresh-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/refresh.svg -------------------------------------------------------------------------------- /assets/ionicons/reload-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/reload-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/reload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/reload.svg -------------------------------------------------------------------------------- /assets/ionicons/remove-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/remove-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/remove.svg -------------------------------------------------------------------------------- /assets/ionicons/reorder-four.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/reorder-four.svg -------------------------------------------------------------------------------- /assets/ionicons/reorder-three.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/reorder-three.svg -------------------------------------------------------------------------------- /assets/ionicons/reorder-two.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/reorder-two.svg -------------------------------------------------------------------------------- /assets/ionicons/repeat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/repeat.svg -------------------------------------------------------------------------------- /assets/ionicons/resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/resize.svg -------------------------------------------------------------------------------- /assets/ionicons/restaurant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/restaurant.svg -------------------------------------------------------------------------------- /assets/ionicons/return-down-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/return-down-back.svg -------------------------------------------------------------------------------- /assets/ionicons/return-down-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/return-down-forward.svg -------------------------------------------------------------------------------- /assets/ionicons/return-up-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/return-up-back.svg -------------------------------------------------------------------------------- /assets/ionicons/return-up-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/return-up-forward.svg -------------------------------------------------------------------------------- /assets/ionicons/ribbon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/ribbon.svg -------------------------------------------------------------------------------- /assets/ionicons/rocket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/rocket.svg -------------------------------------------------------------------------------- /assets/ionicons/rose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/rose.svg -------------------------------------------------------------------------------- /assets/ionicons/sad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sad.svg -------------------------------------------------------------------------------- /assets/ionicons/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/save.svg -------------------------------------------------------------------------------- /assets/ionicons/scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/scale.svg -------------------------------------------------------------------------------- /assets/ionicons/scan-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/scan-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/scan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/scan.svg -------------------------------------------------------------------------------- /assets/ionicons/school.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/school.svg -------------------------------------------------------------------------------- /assets/ionicons/search-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/search-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/search.svg -------------------------------------------------------------------------------- /assets/ionicons/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/send.svg -------------------------------------------------------------------------------- /assets/ionicons/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/server.svg -------------------------------------------------------------------------------- /assets/ionicons/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/settings.svg -------------------------------------------------------------------------------- /assets/ionicons/shapes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/shapes.svg -------------------------------------------------------------------------------- /assets/ionicons/share-social.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/share-social.svg -------------------------------------------------------------------------------- /assets/ionicons/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/share.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/add-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/add-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/alarm-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/alarm-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/albums-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/albums-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/alert-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/alert-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/apps-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/apps-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/archive-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/archive-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/at-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/at-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/attach-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/attach-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/bag-add-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/bag-add-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/bag-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/bag-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/balloon-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/balloon-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/ban-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/ban-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/bandage-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/bandage-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/barbell-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/barbell-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/barcode-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/barcode-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/basket-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/basket-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/beaker-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/beaker-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/bed-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/bed-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/beer-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/beer-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/bicycle-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/bicycle-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/boat-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/boat-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/body-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/body-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/bonfire-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/bonfire-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/book-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/book-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/brush-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/brush-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/bug-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/bug-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/build-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/build-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/bulb-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/bulb-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/bus-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/bus-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/cafe-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/cafe-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/call-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/call-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/camera-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/camera-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/car-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/car-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/card-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/card-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/cart-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/cart-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/cash-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/cash-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/chatbox-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/chatbox-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/close-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/close-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/cloud-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/cloud-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/cloudy-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/cloudy-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/code-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/code-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/cog-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/cog-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/compass-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/compass-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/copy-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/copy-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/create-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/create-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/crop-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/crop-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/cube-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/cube-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/cut-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/cut-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/desktop-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/desktop-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/diamond-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/diamond-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/dice-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/dice-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/disc-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/disc-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/ear-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/ear-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/earth-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/earth-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/easel-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/easel-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/egg-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/egg-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/ellipse-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/ellipse-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/enter-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/enter-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/exit-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/exit-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/expand-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/expand-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/eye-off-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/eye-off-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/eye-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/eye-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/eyedrop-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/eyedrop-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/female-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/female-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/film-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/film-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/filter-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/filter-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/fish-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/fish-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/fitness-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/fitness-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/flag-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/flag-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/flame-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/flame-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/flash-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/flash-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/flask-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/flask-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/flower-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/flower-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/folder-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/folder-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/funnel-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/funnel-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/gift-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/gift-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/glasses-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/glasses-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/globe-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/globe-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/golf-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/golf-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/grid-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/grid-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/hammer-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/hammer-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/happy-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/happy-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/headset-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/headset-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/heart-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/heart-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/help-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/help-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/home-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/home-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/id-card-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/id-card-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/image-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/image-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/images-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/images-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/journal-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/journal-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/key-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/key-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/keypad-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/keypad-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/laptop-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/laptop-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/layers-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/layers-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/leaf-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/leaf-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/library-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/library-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/link-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/link-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/list-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/list-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/locate-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/locate-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/log-in-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/log-in-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/log-out-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/log-out-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/magnet-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/magnet-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/mail-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/mail-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/male-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/male-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/man-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/man-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/map-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/map-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/medal-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/medal-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/medical-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/medical-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/medkit-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/medkit-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/menu-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/menu-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/mic-off-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/mic-off-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/mic-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/mic-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/moon-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/moon-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/move-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/move-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/nuclear-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/nuclear-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/open-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/open-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/options-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/options-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/pause-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/pause-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/paw-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/paw-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/pencil-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/pencil-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/people-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/people-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/person-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/person-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/pin-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/pin-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/pint-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/pint-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/pizza-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/pizza-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/planet-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/planet-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/play-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/play-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/podium-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/podium-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/power-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/power-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/print-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/print-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/prism-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/prism-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/pulse-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/pulse-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/push-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/push-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/qr-code-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/qr-code-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/radio-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/radio-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/rainy-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/rainy-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/reader-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/reader-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/receipt-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/receipt-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/refresh-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/refresh-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/reload-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/reload-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/remove-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/remove-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/repeat-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/repeat-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/resize-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/resize-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/ribbon-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/ribbon-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/rocket-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/rocket-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/rose-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/rose-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/sad-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/sad-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/save-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/save-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/scale-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/scale-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/scan-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/scan-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/school-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/school-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/search-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/search-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/send-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/send-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/server-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/server-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/shapes-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/shapes-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/share-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/share-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/shield-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/shield-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/shirt-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/shirt-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/shuffle-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/shuffle-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/skull-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/skull-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/snow-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/snow-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/square-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/square-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/star-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/star-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/stop-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/stop-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/subway-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/subway-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/sunny-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/sunny-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/sync-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/sync-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/text-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/text-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/ticket-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/ticket-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/time-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/time-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/tv-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/tv-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/walk-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/walk-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/wifi-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/wifi-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/sharp/wine-sharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sharp/wine-sharp.svg -------------------------------------------------------------------------------- /assets/ionicons/shield-checkmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/shield-checkmark.svg -------------------------------------------------------------------------------- /assets/ionicons/shield-half.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/shield-half.svg -------------------------------------------------------------------------------- /assets/ionicons/shield.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/shield.svg -------------------------------------------------------------------------------- /assets/ionicons/shirt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/shirt.svg -------------------------------------------------------------------------------- /assets/ionicons/shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/shuffle.svg -------------------------------------------------------------------------------- /assets/ionicons/skull.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/skull.svg -------------------------------------------------------------------------------- /assets/ionicons/snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/snow.svg -------------------------------------------------------------------------------- /assets/ionicons/sparkles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sparkles.svg -------------------------------------------------------------------------------- /assets/ionicons/speedometer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/speedometer.svg -------------------------------------------------------------------------------- /assets/ionicons/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/square.svg -------------------------------------------------------------------------------- /assets/ionicons/star-half.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/star-half.svg -------------------------------------------------------------------------------- /assets/ionicons/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/star.svg -------------------------------------------------------------------------------- /assets/ionicons/stats-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/stats-chart.svg -------------------------------------------------------------------------------- /assets/ionicons/stop-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/stop-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/stop.svg -------------------------------------------------------------------------------- /assets/ionicons/stopwatch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/stopwatch.svg -------------------------------------------------------------------------------- /assets/ionicons/storefront.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/storefront.svg -------------------------------------------------------------------------------- /assets/ionicons/subway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/subway.svg -------------------------------------------------------------------------------- /assets/ionicons/sunny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sunny.svg -------------------------------------------------------------------------------- /assets/ionicons/swap-horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/swap-horizontal.svg -------------------------------------------------------------------------------- /assets/ionicons/swap-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/swap-vertical.svg -------------------------------------------------------------------------------- /assets/ionicons/sync-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sync-circle.svg -------------------------------------------------------------------------------- /assets/ionicons/sync.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/sync.svg -------------------------------------------------------------------------------- /assets/ionicons/tablet-landscape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/tablet-landscape.svg -------------------------------------------------------------------------------- /assets/ionicons/tablet-portrait.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/tablet-portrait.svg -------------------------------------------------------------------------------- /assets/ionicons/telescope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/telescope.svg -------------------------------------------------------------------------------- /assets/ionicons/tennisball.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/tennisball.svg -------------------------------------------------------------------------------- /assets/ionicons/terminal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/terminal.svg -------------------------------------------------------------------------------- /assets/ionicons/text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/text.svg -------------------------------------------------------------------------------- /assets/ionicons/thermometer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/thermometer.svg -------------------------------------------------------------------------------- /assets/ionicons/thumbs-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/thumbs-down.svg -------------------------------------------------------------------------------- /assets/ionicons/thumbs-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/thumbs-up.svg -------------------------------------------------------------------------------- /assets/ionicons/thunderstorm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/thunderstorm.svg -------------------------------------------------------------------------------- /assets/ionicons/ticket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/ticket.svg -------------------------------------------------------------------------------- /assets/ionicons/time.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/time.svg -------------------------------------------------------------------------------- /assets/ionicons/timer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/timer.svg -------------------------------------------------------------------------------- /assets/ionicons/today.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/today.svg -------------------------------------------------------------------------------- /assets/ionicons/toggle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/toggle.svg -------------------------------------------------------------------------------- /assets/ionicons/trail-sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/trail-sign.svg -------------------------------------------------------------------------------- /assets/ionicons/train.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/train.svg -------------------------------------------------------------------------------- /assets/ionicons/transgender.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/transgender.svg -------------------------------------------------------------------------------- /assets/ionicons/trash-bin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/trash-bin.svg -------------------------------------------------------------------------------- /assets/ionicons/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/trash.svg -------------------------------------------------------------------------------- /assets/ionicons/trending-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/trending-down.svg -------------------------------------------------------------------------------- /assets/ionicons/trending-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/trending-up.svg -------------------------------------------------------------------------------- /assets/ionicons/triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/triangle.svg -------------------------------------------------------------------------------- /assets/ionicons/trophy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/trophy.svg -------------------------------------------------------------------------------- /assets/ionicons/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/tv.svg -------------------------------------------------------------------------------- /assets/ionicons/umbrella.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/umbrella.svg -------------------------------------------------------------------------------- /assets/ionicons/unlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/unlink.svg -------------------------------------------------------------------------------- /assets/ionicons/videocam-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/videocam-off.svg -------------------------------------------------------------------------------- /assets/ionicons/videocam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/videocam.svg -------------------------------------------------------------------------------- /assets/ionicons/volume-high.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/volume-high.svg -------------------------------------------------------------------------------- /assets/ionicons/volume-low.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/volume-low.svg -------------------------------------------------------------------------------- /assets/ionicons/volume-medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/volume-medium.svg -------------------------------------------------------------------------------- /assets/ionicons/volume-mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/volume-mute.svg -------------------------------------------------------------------------------- /assets/ionicons/volume-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/volume-off.svg -------------------------------------------------------------------------------- /assets/ionicons/walk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/walk.svg -------------------------------------------------------------------------------- /assets/ionicons/wallet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/wallet.svg -------------------------------------------------------------------------------- /assets/ionicons/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/warning.svg -------------------------------------------------------------------------------- /assets/ionicons/watch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/watch.svg -------------------------------------------------------------------------------- /assets/ionicons/water.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/water.svg -------------------------------------------------------------------------------- /assets/ionicons/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/wifi.svg -------------------------------------------------------------------------------- /assets/ionicons/wine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/wine.svg -------------------------------------------------------------------------------- /assets/ionicons/woman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/ionicons/woman.svg -------------------------------------------------------------------------------- /assets/tools/StartAA.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/assets/tools/StartAA.bat -------------------------------------------------------------------------------- /bundletool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/bundletool.jar -------------------------------------------------------------------------------- /compose-persist/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /compose-persist/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/compose-persist/build.gradle.kts -------------------------------------------------------------------------------- /composeApp/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/composeApp/.gitignore -------------------------------------------------------------------------------- /composeApp/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/composeApp/build.gradle.kts -------------------------------------------------------------------------------- /composeApp/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/composeApp/proguard-rules.pro -------------------------------------------------------------------------------- /composeApp/src/androidMain/res/resources.properties: -------------------------------------------------------------------------------- 1 | unqualifiedResLocale=en -------------------------------------------------------------------------------- /createDesktopDistributable.cmd: -------------------------------------------------------------------------------- 1 | ./gradlew createDistributable -------------------------------------------------------------------------------- /createDesktopPackageDeb.cmd: -------------------------------------------------------------------------------- 1 | ./gradlew packageDeb -------------------------------------------------------------------------------- /createDesktopPackageMsi.cmd: -------------------------------------------------------------------------------- 1 | ./gradlew packageMsi -------------------------------------------------------------------------------- /createDesktopPackageRpm.cmd: -------------------------------------------------------------------------------- 1 | ./gradlew packageRpm -------------------------------------------------------------------------------- /createapks.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/createapks.cmd -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/crowdin.yml -------------------------------------------------------------------------------- /customVersion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/customVersion/README.md -------------------------------------------------------------------------------- /desktopDistribution/lib/linux/INSTALL: -------------------------------------------------------------------------------- 1 | On Linux system install libvlc -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | rimusic.xyz -------------------------------------------------------------------------------- /docs/_index.original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/_index.original -------------------------------------------------------------------------------- /docs/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/css/custom.css -------------------------------------------------------------------------------- /docs/css/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/css/fonts.css -------------------------------------------------------------------------------- /docs/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/css/style.css -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/images/Screenshots/640_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/Screenshots/640_1.jpg -------------------------------------------------------------------------------- /docs/images/Screenshots/640_1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/Screenshots/640_1.webp -------------------------------------------------------------------------------- /docs/images/Screenshots/640_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/Screenshots/640_2.jpg -------------------------------------------------------------------------------- /docs/images/Screenshots/640_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/Screenshots/640_2.webp -------------------------------------------------------------------------------- /docs/images/Screenshots/640_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/Screenshots/640_3.jpg -------------------------------------------------------------------------------- /docs/images/Screenshots/640_3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/Screenshots/640_3.webp -------------------------------------------------------------------------------- /docs/images/Screenshots/640_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/Screenshots/640_4.jpg -------------------------------------------------------------------------------- /docs/images/Screenshots/640_4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/Screenshots/640_4.webp -------------------------------------------------------------------------------- /docs/images/Screenshots/640_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/Screenshots/640_5.jpg -------------------------------------------------------------------------------- /docs/images/Screenshots/640_5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/Screenshots/640_5.webp -------------------------------------------------------------------------------- /docs/images/Screenshots/Temp: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/images/discord-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/discord-white.png -------------------------------------------------------------------------------- /docs/images/feature-bg-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/feature-bg-01.svg -------------------------------------------------------------------------------- /docs/images/feature-bg-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/feature-bg-02.svg -------------------------------------------------------------------------------- /docs/images/feature-bg-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/feature-bg-03.svg -------------------------------------------------------------------------------- /docs/images/feature-bg-04.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/feature-bg-04.svg -------------------------------------------------------------------------------- /docs/images/footer-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/footer-bg.svg -------------------------------------------------------------------------------- /docs/images/github-mark-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/github-mark-white.png -------------------------------------------------------------------------------- /docs/images/hero-bg-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/hero-bg-bottom.svg -------------------------------------------------------------------------------- /docs/images/hero-bg-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/hero-bg-top.svg -------------------------------------------------------------------------------- /docs/images/hero-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/hero-bg.svg -------------------------------------------------------------------------------- /docs/images/lang.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/lang.svg -------------------------------------------------------------------------------- /docs/images/reddit-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/reddit-white.svg -------------------------------------------------------------------------------- /docs/images/telegram-black-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/telegram-black-icon.png -------------------------------------------------------------------------------- /docs/images/telegram-white-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/telegram-white-icon.png -------------------------------------------------------------------------------- /docs/images/telegram-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/images/telegram-white.svg -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/js/additional.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/js/additional.js -------------------------------------------------------------------------------- /docs/js/main.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/js/main.min.js -------------------------------------------------------------------------------- /docs/js/multilingual.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/js/multilingual.js -------------------------------------------------------------------------------- /docs/js/reveal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/js/reveal.js -------------------------------------------------------------------------------- /docs/js/scrollreveal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/js/scrollreveal.min.js -------------------------------------------------------------------------------- /docs/res/values-af/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-af/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ar/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ar/strings.xml -------------------------------------------------------------------------------- /docs/res/values-az/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-az/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ba/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ba/strings.xml -------------------------------------------------------------------------------- /docs/res/values-bn/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-bn/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ca/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ca/strings.xml -------------------------------------------------------------------------------- /docs/res/values-cs/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-cs/strings.xml -------------------------------------------------------------------------------- /docs/res/values-da/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-da/strings.xml -------------------------------------------------------------------------------- /docs/res/values-de/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-de/strings.xml -------------------------------------------------------------------------------- /docs/res/values-en/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-en/strings.xml -------------------------------------------------------------------------------- /docs/res/values-eo/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-eo/strings.xml -------------------------------------------------------------------------------- /docs/res/values-es/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-es/strings.xml -------------------------------------------------------------------------------- /docs/res/values-et/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-et/strings.xml -------------------------------------------------------------------------------- /docs/res/values-eu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-eu/strings.xml -------------------------------------------------------------------------------- /docs/res/values-fi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-fi/strings.xml -------------------------------------------------------------------------------- /docs/res/values-fil/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-fil/strings.xml -------------------------------------------------------------------------------- /docs/res/values-fr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-fr/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ga/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ga/strings.xml -------------------------------------------------------------------------------- /docs/res/values-gl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-gl/strings.xml -------------------------------------------------------------------------------- /docs/res/values-he/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-he/strings.xml -------------------------------------------------------------------------------- /docs/res/values-hi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-hi/strings.xml -------------------------------------------------------------------------------- /docs/res/values-hu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-hu/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ia/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ia/strings.xml -------------------------------------------------------------------------------- /docs/res/values-in/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-in/strings.xml -------------------------------------------------------------------------------- /docs/res/values-it/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-it/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ja/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ja/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ko/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ko/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ml/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ml/strings.xml -------------------------------------------------------------------------------- /docs/res/values-nl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-nl/strings.xml -------------------------------------------------------------------------------- /docs/res/values-no/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-no/strings.xml -------------------------------------------------------------------------------- /docs/res/values-or/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-or/strings.xml -------------------------------------------------------------------------------- /docs/res/values-pl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-pl/strings.xml -------------------------------------------------------------------------------- /docs/res/values-pt-rBR/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-pt-rBR/strings.xml -------------------------------------------------------------------------------- /docs/res/values-pt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-pt/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ro/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ro/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ru/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ru/strings.xml -------------------------------------------------------------------------------- /docs/res/values-si/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-si/strings.xml -------------------------------------------------------------------------------- /docs/res/values-sr-rCS/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-sr-rCS/strings.xml -------------------------------------------------------------------------------- /docs/res/values-sr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-sr/strings.xml -------------------------------------------------------------------------------- /docs/res/values-sv/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-sv/strings.xml -------------------------------------------------------------------------------- /docs/res/values-ta/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-ta/strings.xml -------------------------------------------------------------------------------- /docs/res/values-te/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-te/strings.xml -------------------------------------------------------------------------------- /docs/res/values-tr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-tr/strings.xml -------------------------------------------------------------------------------- /docs/res/values-uk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-uk/strings.xml -------------------------------------------------------------------------------- /docs/res/values-zh-rCN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-zh-rCN/strings.xml -------------------------------------------------------------------------------- /docs/res/values-zh-rTW/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values-zh-rTW/strings.xml -------------------------------------------------------------------------------- /docs/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/docs/res/values/strings.xml -------------------------------------------------------------------------------- /extensions/environment/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /extensions/ktor-client-brotli/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /extensions/kugou/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /extensions/kugou/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/extensions/kugou/build.gradle.kts -------------------------------------------------------------------------------- /extensions/lrclib/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/extensions/lrclib/build.gradle.kts -------------------------------------------------------------------------------- /extensions/piped/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/extensions/piped/build.gradle.kts -------------------------------------------------------------------------------- /fastlane/metadata/android/cs-CZ/title.txt: -------------------------------------------------------------------------------- 1 | RiMusic -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/Temp: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/title.txt: -------------------------------------------------------------------------------- 1 | RiMusic -------------------------------------------------------------------------------- /fastlane/metadata/android/tr-TR/title.txt: -------------------------------------------------------------------------------- 1 | RiMusic 2 | -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/libs.versions.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/gradle/libs.versions.toml -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/gradlew.bat -------------------------------------------------------------------------------- /settings.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fast4x/RiMusic/HEAD/settings.gradle.kts -------------------------------------------------------------------------------- /stopGradleDaemon.cmd: -------------------------------------------------------------------------------- 1 | ./gradlew --stop -------------------------------------------------------------------------------- /updatedVersion/updatedVersion.ver: -------------------------------------------------------------------------------- 1 | 0.6.76 2 | -------------------------------------------------------------------------------- /updatedVersion/updatedVersionCode.ver: -------------------------------------------------------------------------------- 1 | 89-v0.6.76-RiMusic 2 | --------------------------------------------------------------------------------