OSDN Git Service

android-x86/packages-apps-Eleven.git
9 years agoEleven: Fix add to playlist
linus_lee [Fri, 5 Sep 2014 18:31:38 +0000 (11:31 -0700)]
Eleven: Fix add to playlist

Change-Id: Ic80e87faaec1ac98ff44be88451672129ab8e4bc

9 years agoEleven: Update the search ui to be the latest version minus some features
linus_lee [Fri, 5 Sep 2014 01:09:11 +0000 (18:09 -0700)]
Eleven: Update the search ui to be the latest version minus some features

this doesn't have the show all button or the jump into the new sections but it
looks much better than stock so we'll take it

Change-Id: I72a5d38c5fced13598000776d59a933b249262bf

9 years agoEleven: add new ArtistDetail activity to match redlines
Wilhelm Fitzpatrick [Thu, 4 Sep 2014 23:24:02 +0000 (16:24 -0700)]
Eleven: add new ArtistDetail activity to match redlines

Change-Id: I1cc892d376d424647ee30f1423ee2d444f31c944

9 years agoEleven: decrease overflow menu width
Roman Birg [Thu, 4 Sep 2014 23:43:45 +0000 (16:43 -0700)]
Eleven: decrease overflow menu width

Change-Id: I8e5c2187162708e335ce73f94935a1913819e81b
Signed-off-by: Roman Birg <roman@cyngn.com>
9 years agoEleven: Minor ui tweaks and fix playlist song layout
linus_lee [Fri, 5 Sep 2014 02:57:13 +0000 (19:57 -0700)]
Eleven: Minor ui tweaks and fix playlist song layout

Change-Id: I3d0f93cdc4ab73b546ce19131e0ca6ba40f552d7

9 years agoEleven: add inset padding dividers to queue and playlist song lists
Roman Birg [Thu, 4 Sep 2014 22:27:36 +0000 (15:27 -0700)]
Eleven: add inset padding dividers to queue and playlist song lists

Change-Id: Ib2cadbf1668b99a381a877fba26164e1dd3d7d5e
Signed-off-by: Roman Birg <roman@cyngn.com>
9 years agoEleven: enable panel sliding on profile activity
Roman Birg [Thu, 4 Sep 2014 20:54:15 +0000 (13:54 -0700)]
Eleven: enable panel sliding on profile activity

Change-Id: Ibe1023caa2715539ecc35c08d1c2c7580bfac923
Signed-off-by: Roman Birg <roman@cyngn.com>
9 years agoEleven: Fix the click issue on the browse layer and remove dead code
linus_lee [Thu, 4 Sep 2014 21:12:20 +0000 (14:12 -0700)]
Eleven: Fix the click issue on the browse layer and remove dead code

Previously clicking on the browse layer would dismiss the panel
Clean up dead code

Change-Id: If68daf99cb97902c6a3039a46a64f271e3fd5866

9 years agoEleven: Rip out apollo references, add default artist/playlist images, fix default...
linus_lee [Thu, 4 Sep 2014 18:33:14 +0000 (11:33 -0700)]
Eleven: Rip out apollo references, add default artist/playlist images, fix default blur to default blur transition

Default playlist image not hooked up yet - that will be in the next larger check-in

Change-Id: I7c6d4c17e1d9e14b3379469f8d8eaf6d1a091ef1

9 years agoEleven: update Profile Activity to have sliding panel
Roman Birg [Thu, 4 Sep 2014 18:38:47 +0000 (11:38 -0700)]
Eleven: update Profile Activity to have sliding panel

* Split out common sliding panel logic into SlidingPanelActivity.java so
multiple activities can inherit from it
* updated intents to go through Home Activity

Change-Id: I5cf880c961cdd9e763231eb5418cd6632a52c5f5
Signed-off-by: Roman Birg <roman@cyngn.com>
9 years agoEleven: Update the bottom action bar to be latest, add update playlist view
linus_lee [Thu, 4 Sep 2014 05:46:09 +0000 (22:46 -0700)]
Eleven: Update the bottom action bar to be latest, add update playlist view

Playlists: add images and show # of songs
HomeACtivity: fix the jumping back behavior

Change-Id: I6327de25c4a4286c575adb2bb86766ed947c14b1

9 years agoEleven: lots of ui tweaks (fonts, padding, grid layout) and cancel tasks smarter
linus_lee [Thu, 4 Sep 2014 02:48:29 +0000 (19:48 -0700)]
Eleven: lots of ui tweaks (fonts, padding, grid layout) and cancel tasks smarter

Change-Id: Ifffd2ef386c301d546d4182bc5c3bf303194021c

9 years agoEleven: Add blurring behind the now playing and the queue fragments and fixes a few...
linus_lee [Wed, 3 Sep 2014 01:57:39 +0000 (18:57 -0700)]
Eleven: Add blurring behind the now playing and the queue fragments and fixes a few bugs

In addition to blurring, hide non-english headers, and fix the gripper colors

Change-Id: I6899a5d1d3bb8c6c7711652a618b1bdc47abcb1f

9 years agoEleven: Add circular progress bar logic and hook into main view and queue view
linus_lee [Fri, 29 Aug 2014 02:43:43 +0000 (19:43 -0700)]
Eleven: Add circular progress bar logic and hook into main view and queue view

This hooks up most of the circular progress bar logic but is pending design redlines
to fill in the rest of the parts

Change-Id: Ibeb0c724aae7ad8ddf6b216ce7a8b73464112c0e

9 years agoEleven: Add a lot of the styling/colors to the Eleven app
linus_lee [Sat, 30 Aug 2014 02:44:58 +0000 (19:44 -0700)]
Eleven: Add a lot of the styling/colors to the Eleven app

There is still quite a few pieces missing like menu, the music
player section, and tweaking of margins and removing of the action
bar, but this change was getting so large I wanted to get this in
first

Change-Id: I3dfa7aff97810b80187eba41435f43edee828213

9 years agoEleven: This adds swiping gestures to the music player in the main area
linus_lee [Fri, 29 Aug 2014 00:28:26 +0000 (17:28 -0700)]
Eleven: This adds swiping gestures to the music player in the main area

Adds a view pager with album art to the main browse area.  This also fixes a few
bugs around the queueing/playback logic without re-writing.  After the demo, we need
to sit down and analyze whether the compromised solution is sufficient or whether we
want to do a full re-write of the queueing logic.  For now, it has been patched enough
that to the user there are some minor kinks but are pretty rare and more of an annoyance
than an actual problem AFAIK

Change-Id: Ifad19e222714bbe76c4d55708d79b035bad06777

9 years agoEleven: Disable landscape and also fix a bug around landscape (in case we re-enable it)
linus_lee [Wed, 27 Aug 2014 17:53:57 +0000 (10:53 -0700)]
Eleven: Disable landscape and also fix a bug around landscape (in case we re-enable it)

Change-Id: I9bbfa1e179d13e22ca0626c92b737466587f52d3

9 years agoEleven: Rip out favorites logic as it is too similar to playlists
linus_lee [Wed, 27 Aug 2014 02:13:38 +0000 (19:13 -0700)]
Eleven: Rip out favorites logic as it is too similar to playlists

We can add it back in when we have a better definition of what we wants favorites
to be

Change-Id: I6e91ed290414b1226b6a7b78066c7b657727fe5b

9 years agoEleven: Hook back in menu button into the now playing and queue menu buttons
linus_lee [Wed, 27 Aug 2014 00:23:44 +0000 (17:23 -0700)]
Eleven: Hook back in menu button into the now playing and queue menu buttons

Change-Id: I07491fe9c1aac87a599a91136db8f5c395cddab3

9 years agoEleven: Remove view as feature to make the ui simpler
linus_lee [Tue, 26 Aug 2014 18:58:53 +0000 (11:58 -0700)]
Eleven: Remove view as feature to make the ui simpler

As per design and for simplicty, we are dictating the view to be used
in certain screens as opposed to letting users pick and choose

Change-Id: If05ed24ff927a551f3e4242c3e03a4399ea5f0e9

9 years agoEleven: Make queue update smarter and show currently playing song with play/pause
linus_lee [Tue, 26 Aug 2014 01:24:16 +0000 (18:24 -0700)]
Eleven: Make queue update smarter and show currently playing song with play/pause

Change-Id: I95d3779e32923f73a5ec67783b80558f03030989

9 years agoEleven: Add two sliding panels to the player
linus_lee [Fri, 22 Aug 2014 01:52:12 +0000 (18:52 -0700)]
Eleven: Add two sliding panels to the player

This does most of the work to change the player activity to a fragment
and integrate the sliding panel logic.  Since this is a pretty large change
I'll be checking this piece in first and then continue to hook up the remaining pieces

Change-Id: Ibc8ee392a939a4a965a3164558ccf075b4d35567

9 years agoEleven: Add SlidingUpPanel classes from umano
linus_lee [Thu, 21 Aug 2014 00:49:59 +0000 (17:49 -0700)]
Eleven: Add SlidingUpPanel classes from umano

Change-Id: I3d938baed7b3d018c1d7976db23cf302325df12a

9 years agoEleven: strip out app-level theming
Roman Birg [Fri, 15 Aug 2014 21:19:37 +0000 (14:19 -0700)]
Eleven: strip out app-level theming

Because we want to be able to #blamethemes for real.

Change-Id: I4730f96eaf7d5d77b3886aa65b2a739ace38ae3f
Signed-off-by: Roman Birg <roman@cyngn.com>
9 years agoEleven: Fix a crash when clicking the fragment header caused by the section headers
linus_lee [Wed, 20 Aug 2014 21:27:50 +0000 (14:27 -0700)]
Eleven: Fix a crash when clicking the fragment header caused by the section headers

There was a mix beween the position of the underlying adapter and the wrapped adapter

Change-Id: I3adee6606e4c2bb7e58288d1f67e714ed92e3599

9 years agoEleven: Fix the default artwork image bugs
linus_lee [Thu, 21 Aug 2014 20:45:30 +0000 (13:45 -0700)]
Eleven: Fix the default artwork image bugs

Sometimes the artwork is black and sometimes they load at the wrong size.
This patch should fix both of those scenarios with no noticeable performance
difference

Change-Id: I33e2785f7e8739d686aedfd94d4a33b718e810ad

9 years agoEleven: Add Section Headers
linus_lee [Mon, 18 Aug 2014 23:45:24 +0000 (16:45 -0700)]
Eleven: Add Section Headers

This implements section headers for the song/album/artist fragments for each of the sort types
including dates, numbers, durations, alphabetical etc.  The ui will need to be tweaked to look
better, but that is pending UX.  There is a bug with localization (like Chinese songs)
where we could create a valid section header but from an alphabetical it doesn't look correct.
I will look at this afer this big check-in

Change-Id: Ibfc09bb12ebf61c668f135358f65f1e7947bac79

9 years agoEleven: cleanup Android.mk files
Roman Birg [Thu, 14 Aug 2014 22:48:07 +0000 (15:48 -0700)]
Eleven: cleanup Android.mk files

Change-Id: I5000515459d654214fb9dfe0c12b1a47e48d701f
Signed-off-by: Roman Birg <roman@cyngn.com>
9 years agoRepackaged com.andrew.apollo to com.cyngn.eleven
Linus Lee [Mon, 4 Aug 2014 22:05:06 +0000 (15:05 -0700)]
Repackaged com.andrew.apollo to com.cyngn.eleven

Change-Id: Ifc925f29f4028afd359375a1470c129b6528e74f

9 years agoAutomatic translation import
Michael Bestas [Fri, 1 Aug 2014 00:03:14 +0000 (03:03 +0300)]
Automatic translation import

Change-Id: I0fc4b59c9fa8404e19cb3609f235571500df21ea

9 years agoMerge "Display the song duration in the queue and info views" into cm-11.0
Danny Baumann [Sat, 26 Jul 2014 11:55:04 +0000 (11:55 +0000)]
Merge "Display the song duration in the queue and info views" into cm-11.0

9 years agoAutomatic translation import
Michael Bestas [Thu, 24 Jul 2014 20:00:30 +0000 (23:00 +0300)]
Automatic translation import

Change-Id: Icce957bfb213a655d7b238a7c77cd349c98e3673

9 years agoAutomatic translation import
Michael Bestas [Fri, 11 Jul 2014 10:06:20 +0000 (13:06 +0300)]
Automatic translation import

Change-Id: Ibfbc57dcfff073c151edfccf33f2b6581d76269a

9 years agoDisplay the song duration in the queue and info views
Laurentiu Nicola [Fri, 27 Jun 2014 15:43:37 +0000 (18:43 +0300)]
Display the song duration in the queue and info views

Change-Id: Ia76556d55e150142a3c1155126fb41ac12323c43

9 years agoAutomatic translation import
Michael Bestas [Sun, 29 Jun 2014 20:58:43 +0000 (23:58 +0300)]
Automatic translation import

Change-Id: Iaa4918129b099fad42c644b6d304930ba2d7e223

9 years agoapollo: update media cursor according to passed uri
Jorge Ruesga [Fri, 27 Jun 2014 23:04:03 +0000 (01:04 +0200)]
apollo: update media cursor according to passed uri

Check whether an external app is passing a MediaStore.File or MediaStore.Audio.Media uri
and update the cursor according to that uri.
JIRA: CYAN-4437
Issue: https://jira.cyanogenmod.org/browse/CYAN-4437

Change-Id: Ib378be6c2906bf35a69a34a95a81d1f3f77f9cce
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
9 years agoApollo: fix npe when there is no data in the errorelement.
Shareef Ali [Mon, 23 Jun 2014 22:30:23 +0000 (00:30 +0200)]
Apollo: fix npe when there is no data in the errorelement.

PS5: fix a regression which causes a crash elsewhere.
Change-Id: Ib1464e8ca0e1f61533ce0b0cd172accc21c21ce0
Jira: CYAN-2839

9 years agoAutomatic translation import
Michael Bestas [Sat, 21 Jun 2014 11:45:42 +0000 (14:45 +0300)]
Automatic translation import

Change-Id: I086e8cdae02290e9153754f1c0a40abe6256ba4d

9 years agoApollo: Allow reading external storage
Shareef Ali [Sat, 14 Jun 2014 02:38:16 +0000 (22:38 -0400)]
Apollo: Allow reading external storage

Change-Id: Ifeb30898036b6e3390e416bfebd22679deb367bf
JIRA: CYAN-3867

9 years agoAutomatic translation import
Michael Bestas [Thu, 12 Jun 2014 17:33:18 +0000 (20:33 +0300)]
Automatic translation import

Change-Id: Ida0b3098ac6e8b22310ad672f81f146403ba2c61

9 years agoAutomatic translation import
Michael Bestas [Fri, 30 May 2014 14:48:06 +0000 (17:48 +0300)]
Automatic translation import

Change-Id: Iba7b253bd132b0b85df964289bb179a4c6b3f5cd

10 years agoAutomatic translation import
Michael Bestas [Sun, 25 May 2014 11:45:41 +0000 (14:45 +0300)]
Automatic translation import

Change-Id: I27d1ce6da94522414e7801556851554dd77e08a7

10 years agoAutomatic translation import
Michael Bestas [Tue, 20 May 2014 22:50:29 +0000 (01:50 +0300)]
Automatic translation import

Change-Id: I8e622662fa84b45e7b7360281d15532c12d460e1

10 years agoAutomatic translation import
Michael Bestas [Thu, 8 May 2014 22:06:24 +0000 (01:06 +0300)]
Automatic translation import

Change-Id: I7dd5e47ef168b863f0c64d66a47b3deb891837bf

10 years agoAutomatic translation import
Michael Bestas [Fri, 25 Apr 2014 19:44:29 +0000 (22:44 +0300)]
Automatic translation import

Change-Id: Iff184c230fff5b6a6fe78e7f1bffafda76352b31

10 years agoAutomatic translation import
Michael Bestas [Thu, 17 Apr 2014 15:20:45 +0000 (18:20 +0300)]
Automatic translation import

Change-Id: I001eaede9d371f05f6f1607d5d62bbda81996438

10 years agoAutomatic translation import
Michael Bestas [Thu, 10 Apr 2014 14:40:31 +0000 (17:40 +0300)]
Automatic translation import

Change-Id: Iedc22ce41ac4600d5b9f8c1159ba2a0fcb89e5f0

10 years agoInitial translation import
Michael Bestas [Wed, 2 Apr 2014 16:59:24 +0000 (19:59 +0300)]
Initial translation import

Change-Id: I415c88b6fb9fbd5debb71fb0aafa7dd4deec5195

10 years agoApollo: Update default album art
Ethan Chen [Wed, 26 Mar 2014 21:10:15 +0000 (14:10 -0700)]
Apollo: Update default album art

* PS 4: Fix some pixels around the edges
* PS 5: Add xxhdpi asset

Change-Id: Id876a095ea54ebfed1ad7dfc41d678e709e37332

10 years agoApollo: Avoid crash when attempting to load many items
Ethan Chen [Thu, 27 Mar 2014 22:17:49 +0000 (15:17 -0700)]
Apollo: Avoid crash when attempting to load many items

* Thread pool executor will reject additional tasks when it has
  exhausted it's queue space causing Apollo to crash.
* Load default artwork if executor is too busy.

Change-Id: Ie25182ede0cfbd0ca8595dbb1f8c024a13a09d93

10 years agoApollo: Use correct preference keys for artwork download
Ethan Chen [Thu, 27 Mar 2014 20:51:19 +0000 (13:51 -0700)]
Apollo: Use correct preference keys for artwork download

* These settings were not being respected because the preference key was
  wrong.

Change-Id: I2f6733b6de206a76ce1f6899beced36922653b05

10 years agoFix Apollo list padding
GiorgioAresu [Sun, 23 Mar 2014 16:42:24 +0000 (17:42 +0100)]
Fix Apollo list padding

Change-Id: I0fcec936f78eaf786ff59ab000510134f993fdbd

10 years agoHandle album and artist view intents
myfreeweb [Wed, 12 Mar 2014 17:10:27 +0000 (21:10 +0400)]
Handle album and artist view intents

Starting playback of an album (or all songs by artist) is very useful.
My current use case is a music library smartwatch app,
like Peapod for Pebble 1.0 and iOS.

Relevant SO question: http://stackoverflow.com/q/15571153/239140

Change-Id: Id6026176436be3d207c7fbf150044adfc14258e2

10 years agoMerge "Fix headset button double-click handling with screen off." into cm-11.0
Danny Baumann [Mon, 3 Mar 2014 10:26:44 +0000 (10:26 +0000)]
Merge "Fix headset button double-click handling with screen off." into cm-11.0

10 years agoFix headset button double-click handling with screen off.
Danny Baumann [Wed, 26 Feb 2014 08:08:03 +0000 (09:08 +0100)]
Fix headset button double-click handling with screen off.

Handler only counts awake time, so we need to hold a wake lock while
having messages scheduled to it.

Change-Id: I01fae025830734758a704afaac452b61db3a13f4

10 years agoMerge "Apollo: IT translations" into cm-11.0
Marco Brohet [Fri, 28 Feb 2014 12:00:06 +0000 (12:00 +0000)]
Merge "Apollo: IT translations" into cm-11.0

10 years agoMerge "Apollo: EL translations" into cm-11.0
Marco Brohet [Fri, 28 Feb 2014 11:55:19 +0000 (11:55 +0000)]
Merge "Apollo: EL translations" into cm-11.0

10 years agoApollo: IT translations
Francesco [Thu, 27 Feb 2014 14:31:24 +0000 (15:31 +0100)]
Apollo: IT translations

Change-Id: I52df8c0cb08de87b0e909599dd98efe146d60bea

10 years agoMerge "Apollo: FR translation" into cm-11.0
Marco Brohet [Fri, 28 Feb 2014 11:43:01 +0000 (11:43 +0000)]
Merge "Apollo: FR translation" into cm-11.0

10 years agoApollo: EL translations
Michael Bestas [Wed, 26 Feb 2014 16:36:54 +0000 (18:36 +0200)]
Apollo: EL translations

Change-Id: I173564253ca3be7a20be056fde0f4c9543bfa9c1

10 years agoApollo: MS translations
Marco Brohet [Tue, 25 Feb 2014 23:31:23 +0000 (00:31 +0100)]
Apollo: MS translations

Change-Id: I8c361bcc8dcc98b7be079405c25626db7cc736f5

10 years agoApollo: MS translations
Marco Brohet [Tue, 25 Feb 2014 17:58:39 +0000 (18:58 +0100)]
Apollo: MS translations

Transifex import

Change-Id: If42bb6972fc18c45025cf63e3f23c7c4cc2576ea

10 years agoApollo: FR translation
DelPETER [Sun, 23 Feb 2014 22:17:21 +0000 (23:17 +0100)]
Apollo: FR translation

PS3: Trigger Cid

Change-Id: Ifec86ee86c3f873c22005d821c3a65e62261072a

10 years agoApollo: mark some strings as untranslatable
Vladislav Koldobskiy [Mon, 24 Feb 2014 18:27:18 +0000 (22:27 +0400)]
Apollo: mark some strings as untranslatable

App name
Hex
Common widget names and separator (+ minor: replace "x" with Unicode "×")

PS2: cleanup other languages

Change-Id: I52f820323ffd78662edc503634f366cc3fb984fc

10 years agoApollo: PT-BR Translations
Gustavo [Thu, 12 Dec 2013 22:27:09 +0000 (20:27 -0200)]
Apollo: PT-BR Translations

Change-Id: I7e7f915efd5bb5b7e7580c165c4ffc4c890afc7d

10 years agoMerge "Apollo: Added triple click prev track" into cm-11.0
Danny Baumann [Mon, 24 Feb 2014 09:00:07 +0000 (09:00 +0000)]
Merge "Apollo: Added triple click prev track" into cm-11.0

10 years agoMerge "Apollo: LT translations" into cm-11.0
Marco Brohet [Sun, 23 Feb 2014 23:14:24 +0000 (23:14 +0000)]
Merge "Apollo: LT translations" into cm-11.0

10 years agoMerge "Revert "Apollo: ES translations"" into cm-11.0
Marco Brohet [Sun, 23 Feb 2014 21:56:28 +0000 (21:56 +0000)]
Merge "Revert "Apollo: ES translations"" into cm-11.0

10 years agoRevert "Apollo: ES translations"
Michael Bestas [Sun, 23 Feb 2014 21:50:23 +0000 (21:50 +0000)]
Revert "Apollo: ES translations"

This reverts commit 56beb9273c102c8bda87ed7c87d9759a729e4978.

Change-Id: I9016f7053190b4bdd4eb47015d90ed03f9081d0f

10 years agoMerge "Revert "Apollo: CA translations"" into cm-11.0
Marco Brohet [Sun, 23 Feb 2014 21:49:43 +0000 (21:49 +0000)]
Merge "Revert "Apollo: CA translations"" into cm-11.0

10 years agoRevert "Apollo: CA translations"
Arnau [Sun, 23 Feb 2014 21:48:36 +0000 (21:48 +0000)]
Revert "Apollo: CA translations"

This reverts commit dcbc054e4ebc93775664a0ebbb7e41188932b08e.

Change-Id: Ie050c26336934bf9317aa3dc02e4d681be2f1d39

10 years agoRevert "Apollo: Fix for Transifex"
Michael Bestas [Sat, 22 Feb 2014 00:11:00 +0000 (00:11 +0000)]
Revert "Apollo: Fix for Transifex"

This will be fixed on connector side.

This reverts commit 372e58f4a6fc71a565235ec20327a82cb9e35991.

Change-Id: Ia21cc848dfbf69bf496314262f47c3b52bac180c

10 years agoApollo: Fix for Transifex
Michael Bestas [Sun, 16 Feb 2014 16:13:17 +0000 (18:13 +0200)]
Apollo: Fix for Transifex

Change-Id: I985df810a125bd5691ad3cad99aa08578765e95c

10 years agoApollo: Fix for Transifex
Michael Bestas [Sat, 15 Feb 2014 17:58:20 +0000 (19:58 +0200)]
Apollo: Fix for Transifex

Change-Id: Ia41d2e08fb8ec4bac366b28a0db3e076b4dec703

10 years agoMerge "Apollo: ES translations" into cm-11.0
Jorge Ruesga [Sat, 15 Feb 2014 17:45:15 +0000 (17:45 +0000)]
Merge "Apollo: ES translations" into cm-11.0

10 years agoMerge "Apollo: Fix repeating of a song after the resume of playback service" into...
Abhisek Devkota [Sat, 15 Feb 2014 00:38:24 +0000 (00:38 +0000)]
Merge "Apollo: Fix repeating of a song after the resume of playback service" into cm-11.0

10 years agoApollo: ES translations
Lorenzo M [Thu, 30 Jan 2014 09:20:59 +0000 (10:20 +0100)]
Apollo: ES translations

- Transifex export

Change-Id: Iee95a240942cdce17366c81fad5698cd16aeac93

10 years agoApollo: LT translations
Frant1c [Thu, 13 Feb 2014 15:55:22 +0000 (17:55 +0200)]
Apollo: LT translations

Improved translations

Change-Id: I267b9128c194589e60d6eb27b163b65673ae03da

10 years agoMerge "Apollo: AST translations" into cm-11.0
Abhisek Devkota [Wed, 12 Feb 2014 21:51:20 +0000 (21:51 +0000)]
Merge "Apollo: AST translations" into cm-11.0

10 years agoApollo: DA translation
Jacob Overgaard Madsen [Sun, 2 Feb 2014 16:37:50 +0000 (17:37 +0100)]
Apollo: DA translation

Change-Id: I596e3554da5235f4cbd41995546e7c5b92e28ddb

10 years agoApollo: Fix repeating of a song after the resume of playback service
kuci [Tue, 11 Feb 2014 16:24:32 +0000 (17:24 +0100)]
Apollo: Fix repeating of a song after the resume of playback service

This should fix problem with repeating of a song after the resume
of playback service, when repeat mode was not applied to the
current song, but to a next song instead.

Change-Id: I765d69874aa082e1e48567a4e50a3d329be84f99

10 years agoApollo: Added triple click prev track
Shuhao Wu [Wed, 15 Jan 2014 04:44:37 +0000 (23:44 -0500)]
Apollo: Added triple click prev track

Added a triple click for the headset button so that Apollo goes back to
the previous track.

Change-Id: I46b14136ec471673a4a139dc2f4b50ecacaccc1e

10 years agofix issues deleting albums
Andrew Sutherland [Sun, 9 Feb 2014 01:07:19 +0000 (19:07 -0600)]
fix issues deleting albums

Recents and Album frags shared same group id causing
NPE if trying to delete album (from Album frag) not in recents

Change-Id: I633591262e7147c1ed3a6789418d2e0c2c1f1003

10 years agoApollo: AST translations
malditoastur [Tue, 28 Jan 2014 17:41:01 +0000 (18:41 +0100)]
Apollo: AST translations

Change-Id: I2d995e9f6221e819e7402d3da8c70b0183f1280d

10 years agoRevert "Apollo: CA translations"
Vladislav Koldobskiy [Sat, 25 Jan 2014 16:34:33 +0000 (16:34 +0000)]
Revert "Apollo: CA translations"

This reverts commit dcbc054e4ebc93775664a0ebbb7e41188932b08e.

Change-Id: I1f1e7aeab58338bbccc5e26c9ffbf3250ddee1a0

10 years agoApollo: CA translations
arnau [Sat, 25 Jan 2014 15:26:14 +0000 (16:26 +0100)]
Apollo: CA translations

Convertion to Transifex new standard

Change-Id: Iece518058998809895330f26b86cd77de2455137
Signed-off-by: arnau <arnaullv@gmail.com>
10 years agoApollo: correct copyright notices
Marco Brohet [Fri, 24 Jan 2014 23:10:54 +0000 (00:10 +0100)]
Apollo: correct copyright notices

Change-Id: I431d1aa126917777958de50916f89a1c44c6191b

10 years agoApollo: LT translations
Frant1c [Sun, 19 Jan 2014 21:20:40 +0000 (23:20 +0200)]
Apollo: LT translations

Fixed quatation marks
*Improved translations
Change-Id: Ie398f046ec73a95a97b0d128d62a09d7cbc71dc8

10 years agoApollo: EL translations
Michael Bestas [Wed, 22 Jan 2014 15:05:18 +0000 (17:05 +0200)]
Apollo: EL translations

Change-Id: I0d09c0183da2c89c063e2d52cffc7c0750457e11

10 years agoMerge "Apollo: LT translations" into cm-11.0
Marco Brohet [Sun, 19 Jan 2014 14:02:54 +0000 (14:02 +0000)]
Merge "Apollo: LT translations" into cm-11.0

10 years agoMerge "Apollo: CS translation" into cm-11.0
Marco Brohet [Sat, 18 Jan 2014 21:44:16 +0000 (21:44 +0000)]
Merge "Apollo: CS translation" into cm-11.0

10 years agoApollo: LT translations
Frant1c [Sat, 18 Jan 2014 01:27:15 +0000 (03:27 +0200)]
Apollo: LT translations

Minor fixes, changed quotation marks to match AOSP strings

Change-Id: I1dfe56ded108e3c7b486b26d95d46a71a0f436d7

10 years agoApollo: IW translations
Arthur Zamarin [Sun, 5 Jan 2014 15:05:03 +0000 (17:05 +0200)]
Apollo: IW translations

Change-Id: If03953079891c4b581967563bddf7f56bd18f015

10 years agoApollo: CS translation
Ondrej Zima [Tue, 14 Jan 2014 23:25:57 +0000 (00:25 +0100)]
Apollo: CS translation

- added missing new sorting item

Change-Id: Ic7ff7cf7890a9d150186cc944bbfd7983c8b489e

10 years agoMerge "Apollo: HU translation" into cm-11.0
Marco Brohet [Fri, 10 Jan 2014 19:07:09 +0000 (19:07 +0000)]
Merge "Apollo: HU translation" into cm-11.0

10 years agoMerge "Apollo: AF Tranlations" into cm-11.0
Marco Brohet [Fri, 10 Jan 2014 18:59:29 +0000 (18:59 +0000)]
Merge "Apollo: AF Tranlations" into cm-11.0

10 years agoApollo: RU translation
Vladislav Koldobskiy [Tue, 7 Jan 2014 16:39:20 +0000 (20:39 +0400)]
Apollo: RU translation

Change-Id: I437f7882fc3d48c120102ae2256beabbc050d529

10 years agoApollo: AF Tranlations
isimobile [Tue, 7 Jan 2014 15:14:11 +0000 (17:14 +0200)]
Apollo: AF Tranlations

Change-Id: Ic05522620b0141d4ff1fb597aa7e6e630e459625

10 years agoApollo: HU translation
Tamás Tóth [Mon, 6 Jan 2014 12:27:45 +0000 (13:27 +0100)]
Apollo: HU translation

Change-Id: I6271481c624439c1e4ba538c0dcd500a72449207

10 years agoMerge "Apollo: LT translations" into cm-11.0
Marco Brohet [Sat, 4 Jan 2014 17:02:20 +0000 (17:02 +0000)]
Merge "Apollo: LT translations" into cm-11.0