Commit Graph

747 Commits

Author SHA1 Message Date
Synced Synapse 4c98abfaac Bump version to 1.0.0 2015-02-01 18:25:59 +00:00
Synced Synapse 9b17da2800 Imediately switch to remote when selecting a new host 2015-02-01 15:50:37 +00:00
Synced Synapse 9b786a6012 Update README.md 2015-02-01 15:03:40 +00:00
Synced Synapse 3fe5594f91 New options to sort movies and tv shows: name or date added
Ignore prefixes on movies and tv shows is now an option in the list menu
Set lint to not complain about missing translations
Started moving things out of Settings.java and into SharedPreferences
2015-02-01 15:00:12 +00:00
Synced Synapse 30b1c117d3 Merge branch 'master' of https://github.com/SyncedSynapse/Kore 2015-02-01 12:18:46 +00:00
Andrew Barnes 32e032af28 In song sync batch to db avoiding OOM 2015-02-01 12:22:32 +11:00
Synced Synapse 70d58d8ace Merge pull request #11 from jonas2515/master
German translation: Fixed some typos
2015-01-31 13:12:53 +00:00
jonas2515 1e951de70c Fixed some typos 2015-01-31 13:57:19 +01:00
Synced Synapse 21dda0fc67 Merge pull request #10 from jonas2515/master
Added German Translation
2015-01-31 12:53:15 +00:00
jonas2515 c1321efcf5 Updated german translation 2015-01-31 13:45:57 +01:00
jonas2515 8b1817c245 Added German Translation 2015-01-31 13:01:01 +01:00
Synced Synapse c2a8b803b4 Merge pull request #9 from b333z/sort1
Suffix common prefixes from title sort
2015-01-30 19:43:01 +00:00
Andrew Barnes 47ef767b25 Suffix common prefixes from title sort 2015-01-30 22:40:06 +11:00
Synced Synapse f46b18a15c Decrease interval for auto-updating of movies/tv shows 2015-01-29 23:03:43 +00:00
Synced Synapse a846018939 Fixed typo
Added pt-pt translations
2015-01-28 22:28:09 +00:00
Synced Synapse a0abac09de Merge branch 'master' of https://github.com/SyncedSynapse/Kore
Conflicts:
	README.md
2015-01-26 22:49:52 +00:00
Synced Synapse 35027d30f2 Updated README.md 2015-01-26 22:47:28 +00:00
Synced Synapse 92bbe155a0 Updated README.md 2015-01-26 22:45:14 +00:00
Synced Synapse 7a98d6f595 Merge pull request #6 from NEOhidra/master
Bulgarian translation
2015-01-26 21:41:09 +00:00
NEOhidra 5ab2e0aa00 Bulgarian translation 2015-01-26 21:44:51 +02:00
Synced Synapse 399d0db2ec Merge pull request #5 from KowalskiOmniROM/patch-3
Update French translations
2015-01-25 21:56:24 +00:00
KowalskiOmniROM dd7079b067 Update strings.xml
fixes and improvements
2015-01-25 22:26:11 +01:00
Synced Synapse ce1b611e91 Bump version 2015-01-25 14:53:45 +00:00
Synced Synapse 03f6987cf8 Fix not translatable strings to enable release build 2015-01-25 14:53:32 +00:00
Synced Synapse c4d5c4bca9 Added support for ToggleFullScreen. Using Input.ExecuteAction instead of GUI.SetFullscreen because the later doesn't work. 2015-01-25 14:32:13 +00:00
Synced Synapse be130b85e4 Fix crash when selecting dividers on the Nav Drawer 2015-01-25 10:57:51 +00:00
Synced Synapse be49ad29d1 Merge pull request #3 from KowalskiOmniROM/patch-2
New strings translated to French
2015-01-24 18:47:14 +00:00
KowalskiOmniROM b460cb82dd New strings translated
<string name="library_actions">Maintenance de la bibliothèque</string>
    <string name="clean_video_library">Nettoyer la bibliothèque vidéo</string>
    <string name="clean_audio_library">Nettoyer la bibliothèque audio</string>
    <string name="update_video_library">Mettre à jour la bibliothèque vidéo</string>
    <string name="update_audio_library">Mettre à jour la bibliothèque audio</string>
2015-01-24 19:45:50 +01:00
Synced Synapse f31f70ecdc Visual tweaks to season list 2015-01-24 12:12:24 +00:00
Synced Synapse a0f6a04118 Automatically expand the first season that has unwatched episodes. 2015-01-24 12:06:19 +00:00
Synced Synapse 6fc84b5036 Show character avatar in remote posters when there's no image. 2015-01-24 11:14:40 +00:00
Synced Synapse 6cb65f627d New actions to clean/update the audio/video libraries 2015-01-23 22:48:22 +00:00
Synced Synapse a629d27a3a Merge pull request #2 from KowalskiOmniROM/patch-1
French translation
2015-01-23 21:45:31 +00:00
Synced Synapse c7d822e68a Check if fragment is attached to activity on API callbacks, to prevent crashes. 2015-01-23 19:42:43 +00:00
KowalskiOmniROM 7dc1918fe9 Create strings.xml
French Translation
2015-01-23 19:48:13 +01:00
Synced Synapse 7a4352f221 Possible fix to a NullPointerException that i can't reproduce but is on the Developer Console 2015-01-21 22:03:17 +00:00
Synced Synapse 5709a0faf5 Fix StringIndexOutOfBounds Exception when title is null 2015-01-19 22:42:35 +00:00
Synced Synapse 7791f45829 Bump version 2015-01-18 15:11:35 +00:00
Synced Synapse 085c60d049 Fixed colors on pre-lollipop and tweaked sizes. 2015-01-18 15:06:01 +00:00
Synced Synapse 6a9c7200ce Increased connection timeout and removed read timeout from HTTP connection. 2015-01-18 14:40:14 +00:00
Synced Synapse 56ef1a9497 Changed library sync to include limits when getting media info from media center 2015-01-18 12:31:55 +00:00
Synced Synapse 850e9809e2 Remove empty view click listener from lists as it wasn't working
Changed empty list message to make it correct
2015-01-17 11:48:42 +00:00
Synced Synapse 19f82a1827 Continue syncing till the end even if there's an error in one sync item 2015-01-17 11:47:21 +00:00
Synced Synapse 0e043ab0ac Automatically switch to remote after media start 2015-01-17 10:45:34 +00:00
Synced Synapse 8c634320f4 Added README.md 2015-01-14 12:31:38 +00:00
Synced Synapse 35b2d2d2de Fixed .gitignore to keep gradle-wrapper.properties 2015-01-14 11:54:23 +00:00
Synced Synapse 9972271b9c First dump 2015-01-14 11:12:47 +00:00