1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2024-12-13 17:27:02 +01:00
Commit Graph

478 Commits

Author SHA1 Message Date
Óscar García Amor
5aff175144 Merge pull request #2 from Tapchicoma/update_gitignore
Added IDEA files to .gitignore.
2017-02-13 19:36:49 +01:00
Yahor Berdnikau
e1fa97b98f
Fix some actionbar menu items are not shown as icons.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-02-11 18:02:34 +01:00
Yahor Berdnikau
3ed83fb83f
Added IDEA files to .gitignore.
This files are not need to be in vcs as project can be built by Gradle.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-02-11 17:30:59 +01:00
Yahor Berdnikau
c80d92b459
Update how now playing notification is shown.
Move all logic to the DownloadServiceImpl as it is not a responsibility of SubsonicTabActivity to do it.
Also NotificationCompat.Builder to build notification as now it is a standard way to do it.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-02-11 15:38:32 +01:00
Óscar García Amor
5fee79c652 Comented the code that uses sensitive permissions 2017-02-07 15:17:01 +01:00
Óscar García Amor
98a4f05f81 Removed sensitive permissions 2017-02-07 09:50:32 +01:00
Óscar García Amor
ccdb813800 Fixed small issue with notification background 2017-02-06 21:22:23 +01:00
Óscar García Amor
7c484f78ec Updated version 2017-02-06 19:36:24 +01:00
Yahor Berdnikau
744b3d6a67 Move out server preferences to separate fragment.
Now app opens server settings in a separate activity, rather then reusing same preference screen.
2017-02-05 23:57:21 +01:00
Yahor Berdnikau
9f23778bf7 Move app settings to PreferenceFragment.
That allows display Material theme also in preferences.
2017-02-05 14:46:22 +01:00
Yahor Berdnikau
9ce1f288c0 Change app theme to Theme.AppCompat.
This changes main app theme to Material theme from support library.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-02-04 23:18:02 +01:00
Óscar García Amor
07e2d3baf0 Set gradle and sdk to latest version 2017-01-15 12:36:08 +01:00
Egor Berdnikov
95b20b486d Move all dependencies to standalone file.
This allows better and easier versioning management across modules

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2017-01-14 23:56:12 +01:00
Óscar García Amor
a297d22b39 Project cleanup 2016-04-01 15:34:42 +02:00
Óscar García Amor
8727f51189 Updated version 2016-04-01 15:10:22 +02:00
Óscar García Amor
21ec27fd3c Merge pull request #5 from biconou/forPullRequests
Added podcasts feature
2016-04-01 13:26:29 +02:00
biconou
a9d96227e4 bug fix : if a podcast episode is in status "error" it can not be added in the episodes list. Application crashes.
(cherry picked from commit 3fedd79)
2016-03-23 21:58:08 +01:00
rcocula
e3e90cebf1 podcasts feature
Work on podcats

Work on podcats

podcasts

Dont't bypass the context menu in long click on album view.

Work on podcats

Work on podcats

Work on podcats

podcasts

If items are maximized they will return to minimize form when scrolling.
(cherry picked from commit ada247d)

podcasts

Podcasts icon

podcasts

podcasts
(cherry picked from commit b4ff614)
2016-03-20 00:22:30 +01:00
Óscar García Amor
16606dc24c Updated version 2016-02-23 19:31:13 +01:00
biconou
3f2f59020c If items are maximized they will return to minimize form when scrolling.
(cherry picked from commit ada247d)
2016-02-22 23:19:20 +01:00
biconou
a17b2f978c Dont't bypass the context menu in long click on album view.
(cherry picked from commit 2aa31e0)
2016-02-12 17:06:53 +01:00
biconou
a0a8c86924 On album list view text items can be minimized/maximized when long click.
(cherry picked from commit 8a3f6b2)
2016-02-12 17:06:46 +01:00
Óscar García Amor
40f475a24b Downgraded target SDK to avoid problems in Lollipop 2015-07-26 23:26:28 +02:00
Óscar García Amor
bccda906c9 Several fixes in strings 2015-07-26 20:06:25 +02:00
Óscar García Amor
c8245e1dbe SDCard directory changed
- Now Ultrasonic stores files and caches in
	sdcard/Android/data/org.moire.ultrasonic instead sdcard/utrasonic. The
	user stills can change the music directory.
2015-07-26 18:40:04 +02:00
Óscar García Amor
879d86eaa1 Changed package name 2015-07-26 18:15:07 +02:00
Óscar García Amor
c00746dfae Register GIT in Studio 2015-07-26 17:45:48 +02:00
Óscar García Amor
ca157cd187 Removed uppercase in module name 2015-07-26 17:37:04 +02:00