naman14/Timber


Material Design Music Player

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.naman14:timber:'
	}
	dependencies {
		implementation("com.github.naman14:timber:")
	}
	<dependency>
	    <groupId>com.github.naman14</groupId>
	    <artifactId>timber</artifactId>
	    <version></version>
	</dependency>

                            
    libraryDependencies += "com.github.naman14" % "timber" % ""
        
        

                            
    :dependencies [[com.github.naman14/timber ""]]
        
        

Readme


Timber

Build Status

Material Design Music Player

This project is no longer in active development. Please refer to TimberX instead

<a href='https://play.google.com/store/apps/details?id=naman14.timber&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height=90px/></a>

<a href='https://f-droid.org/repository/browse/?fdid=naman14.timber'><img alt='Get it on F-Droid' src='https://guardianproject.info/wp-content/uploads/2014/07/logo-fdroid.png' height=60px/></a>

Screenshots

<img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen2.png" width="360" height="640"> <img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen3.png" width="360" height="640"> <img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen7.png" width="360" height="640"> <img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen8.png" width="360" height="640"> <img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen9.jpg" width="330" height="640"> <img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen10.jpg" width="330" height="640"> <img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen1.png" width="360" height="640"> <img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen5.png" width="360" height="640"> <img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen12.jpg" width="360" height="640"> <img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen4.png" width="360" height="640"> <img src="https://raw.githubusercontent.com/naman14/Timber/master/graphics/screen6.png" width="360" height="640">

Features

  • Material design
  • Browse Songs, Albums, Artists
  • Create and edit playlists
  • 6 different now playing styles
  • Homescreen widgets
  • Browse device folders
  • Dark theme and UI customisability
  • Gestures for track switching
  • LastFM scrobble
  • Android Wear and Android Auto support
  • Playing queue in notification (Xposed)
  • Lyrics support
  • Chromecast support

Changelog

Changelog is available here

Credits

Donate

Paypal donation email- namandwivedi14@gmail.com

License

(c) 2015 Naman Dwivedi

This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this app. If not, see https://www.gnu.org/licenses/.