Commit Graph

710 Commits

Author SHA1 Message Date
Synced Synapse 04476a04ec Fix NPE reported on Play store 2015-09-21 22:45:39 +01:00
Synced Synapse c92e8de9a6 Merge pull request #120 from sohelzerdoumi/master
Update fr translations
2015-09-19 09:49:56 +01:00
Zerdoumi Sohel 4d38ac9582 translate fr key:vibrate_on_remote 2015-09-18 20:22:11 +02:00
Synced Synapse 85155ca040 Merge branch 'master' of https://github.com/xbmc/Kore 2015-09-18 19:06:00 +01:00
Synced Synapse d271d0b17a Use switches instead of checkbox in settings 2015-09-18 19:05:21 +01:00
Zerdoumi Sohel ccf31bf333 fix fr translation 2015-09-18 20:02:07 +02:00
Zerdoumi Sohel 0af39ab7b6 fix apostrophes fr translations 2015-09-18 19:26:12 +02:00
Zerdoumi Sohel 2b86f4591a Update fr translations 2015-09-18 11:10:27 +02:00
Raafat Akkad 73348c0f2e Add support for Samsung Multi Window 2015-09-08 19:06:36 +01:00
Synced Synapse 5bb0f49a36 Update pt-PT translations 2015-09-07 19:24:39 +01:00
Synced Synapse 887b6d68a0 Hide next button in connection wizard when no network connection detected 2015-09-07 19:20:37 +01:00
Synced Synapse cae7e21aa4 Merge pull request #117 from poisdeux/testifconnectedtonetwork
Implemented checking if network is enabled when searching for hosts
2015-09-07 19:14:32 +01:00
Synced Synapse cd00b1a2e5 Changed MediaManager.java to MediaPlayerUtils.java 2015-09-07 19:02:12 +01:00
martijn bee35c216d Merge branch 'master' into librarysyncservicebounded
Conflicts:
	app/src/main/java/org/xbmc/kore/ui/ArtistListFragment.java
2015-09-04 11:24:57 +02:00
Synced Synapse 2d4818689a Merge pull request #107 from poisdeux/master
Added playing or queueing artist/album/genre from music screen
2015-09-03 19:16:14 +01:00
Synced Synapse a9c7251be4 Merge pull request #113 from nykysoft/issue99
#99, fixed external keyboard return key to send text instead of just …
2015-09-03 19:11:39 +01:00
martijn 1d8828d2e9 Implemented checking if network is enabled when searching for hosts 2015-09-03 15:34:40 +02:00
Martijn Brekhof 499e54f2cf Improved keeping user informed on sync progress
Implemented binding to LibrarySyncService to check if there are items currently
syncing or queued to sync. This makes it possible to inform user of background
sync processes.

Created two abstract classes to reduce code duplication and check if
LibrarySyncService has any items queued which are currently being displayed.

Fixed issue with SwipeRefreshLayout from appcompat library, which does not
always show the refresh animation when refresh is set to true.
2015-09-02 12:04:17 +02:00
NEOhidra c740be9056 Updated Bulgarian translation 2015-08-22 18:19:55 +03:00
hnykyri 5cc44cf290 #99, fixed external keyboard return key to send text instead of just dismiss dialog 2015-08-19 17:14:04 +03:00
Martijn Brekhof 8a41406f01 Removed useless layout alignment attributes which were left over from a copy/paste procedure 2015-08-09 14:28:50 +02:00
Martijn Brekhof 1e0ef706e2 Fixed issue with context menu button being drawn on top of album title
Long album titles are ellipsed but TextView width was set to match parent's
width. This caused the TextView to take up all available width instead leaving
some for the context menu. Fix this by explicitly telling the TextViews to
be placed left of the context menu image.
2015-08-09 14:20:53 +02:00
Martijn Brekhof a7874de0e4 Added playing or queueing artist/album/genre from music screen
Implemented context menus in GridView items in AlbumListFragment,
ArtistListFragment and AudioGenreListFragment.
This allows the user to add everything from an artist, album, or
genre by popping up the context menu and selecting either play
or Add to playlist.

Created a new class utils/MediaManager to hold any methods related
to managing media. Added methods play(...) and queueAudio(...) to
add musiclist items to the current playlist and start playing.
2015-07-31 13:38:29 +02:00
Synced Synapse dab9bc055e Bump version for release 2015-07-30 23:55:01 +01:00
Synced Synapse b17312d293 Update pt strings 2015-07-30 23:34:40 +01:00
Synced Synapse c9e643fc2c Fix fragment transactions on host wizard: previous fragments weren't being properly removed with the call to replace() on the FragmentTransaction, because the container used was the global one. Somehow this stopped working with recent versions 2015-07-30 23:24:44 +01:00
Synced Synapse d8750cc6db Fix changing play/pause icons on remote, with different themes 2015-07-30 22:40:02 +01:00
Synced Synapse 32c937fb51 Fix runtime warning concerning app:theme 2015-07-30 20:02:26 +01:00
Synced Synapse 7936b8f2a3 Fix row count and max pictures count on cast grid view 2015-07-30 20:01:10 +01:00
Synced Synapse 00c6e3d300 Change the "see all cast" button to be the last image on the cast grid view 2015-07-30 19:27:58 +01:00
Synced Synapse 7816a2bcc3 Centralize all cast activity intent building 2015-07-30 17:29:05 +01:00
Synced Synapse e895b73b71 Fix AllCastActivity drawer indicator and highlight on drawer 2015-07-29 19:04:39 +01:00
Synced Synapse 2eb2a0f494 Simplify AllCastActivity: the cast list is always passed by the calling activity/fragment (via Intent), so this activity looses the ability to fetch the list from the database.
Change calling activities to reflect that.
2015-07-29 18:53:50 +01:00
Synced Synapse a07a819898 Add support to see all cast on now playing screen 2015-07-29 18:37:28 +01:00
Synced Synapse d48b95d86e Tweak cast list margins 2015-07-28 22:58:00 +01:00
Synced Synapse b534ccd756 Change vibration duration to 50ms 2015-07-28 22:43:37 +01:00
Synced Synapse 4a88eadd50 Merge pull request #100 from akshay2000/master
Added Vibration on Remote Arrow Press
2015-07-28 19:43:22 +01:00
Synced Synapse cbed4d919a Add new activity to show all cast for movies and tv shows 2015-07-28 19:27:17 +01:00
Akshay Zade 1268c4450e Removed vibrations from non-D-pad buttons 2015-07-25 12:14:14 +05:30
Akshay Zade 1bf525d692 Added vibrations to all remote buttons 2015-07-23 21:20:09 +05:30
Akshay Zade 7170dc9548 Moved vibration handling to UIUtils 2015-07-23 20:59:46 +05:30
Akshay Zade cf0f76b5bd Added vibrations to other remote buttons 2015-07-23 20:46:06 +05:30
Akshay Zade bc08f5cfd4 Fixed spelling mistakes on RemoteFragment 2015-07-23 20:18:01 +05:30
Akshay Zade c65ae70b99 Reduced vibration duration to 100ms and added it to UIUtils 2015-07-19 20:20:07 +05:30
Akshay Zade a90349ec49 Added vibrations to remote buttons 2015-07-19 16:15:01 +05:30
Akshay Zade 4427ca0dbc Added setting item for vibrate on remote press 2015-07-19 14:23:29 +05:30
Synced Synapse 47f4875762 Switch ff/rw buttons to skip next/previous if current playing item is a song 2015-06-23 19:43:33 +01:00
Synced Synapse 4a2d699e62 Update versions of targetSDK and Support library
Fix issue with ActionBar not showing hamburger menu with Support library v22
2015-06-23 19:08:45 +01:00
Synced Synapse 33fde2cba7 Slight optimization loading different icons 2015-06-23 18:58:21 +01:00
Synced Synapse 0e90b731dc Highlight current selected item on playlist 2015-06-23 18:43:57 +01:00
Synced Synapse 5038720661 Reverting versions of target SDK and support version. Newer versions mess up with the side menu. 2015-06-22 23:16:54 +01:00
Synced Synapse ca119fd21c Update versions of build tools, support library, gradle and target API 2015-06-22 23:00:06 +01:00
Synced Synapse 38325be14a Add stop button to remote screen 2015-06-22 22:28:55 +01:00
Synced Synapse 717498b846 Fixed chinese translation file name 2015-06-21 15:57:34 +01:00
Synced Synapse 0563e80fe9 Add support for using EventServer in remote d-pad 2015-06-21 15:11:22 +01:00
Synced Synapse 68ab545651 Add EventServer configuration options in wizard and host editing. 2015-06-21 15:04:54 +01:00
Synced Synapse a429ec17b4 Change D-Pad buttons behaviour, so that they don't fire a command on each touch event. The other scheme makes them too sensitive, which causes them to issue commands when the user swipes on the remote screen for instance. 2015-06-18 18:17:29 +01:00
Synced Synapse 8ce709c55a D-Pad on the remote screen now uses EventServer by default.
Not finished: EventServer port is still hardcoded (9777) and there's no possibility of configuration.
2015-06-17 22:30:40 +01:00
Synced Synapse a9e0a07572 Add constants for the different types of button maps 2015-06-17 22:29:44 +01:00
Synced Synapse 5cdca246cd Fix calculation of packet number and sizes, that was causing packets with payloads of size 0 not to be sent, as well as packets with payloads of sizes multiple of MAX_PAYLOAD_SIZE to send empty packets. 2015-06-17 22:27:13 +01:00
Asier Iturralde Sarasola 55f5cf6ef0 Added Basque translation 2015-06-15 23:28:42 +02:00
tomaswcz d94cd043a8 Please add the czech language
second try (I have no idea where was the </b> tag from)
2015-06-01 21:07:31 +02:00
DEV a2d5f461b7 add chinese(simpled chinese) 2015-05-31 22:56:40 +08:00
Synced Synapse 2eea3d7a4a Change behaviour when receiving a youtube URI request: if no video is playing, clear the video playlist fist, queue the requested URI to the (empty) playlist, and start playback. If a video is playing, just queue the file to the video playlist. The playlist wasn't being cleared previously, which was causing some strange behaviour. 2015-05-27 19:37:22 +01:00
Synced Synapse 17e9ad5aaf Catch an exception that is being reported in Google Play, when user enters a malformed URL as the media center address. This causes a RuntimeException on OkHttp which wasn't being handled. Ideally we should validate the hostname/ip address that the user enters, but i'm not sure that Patterns.IP_ADDRESS/Patterns.DOMAIN_NAME/Patterns.WEB_URL catches all the possible cases, so i opted for the lazy solution, catch the exception 2015-05-25 23:17:41 +01:00
Synced Synapse 5509c99243 Workaround for issue #78: https://github.com/xbmc/Kore/issues/78 2015-05-25 22:37:32 +01:00
Dmitry Ashkadov 987d11656c Initial Russian translations were added 2015-05-24 22:23:04 +03:00
Synced Synapse 21c90438d0 Change youtube addon url to newest one
Fix issues with sharing youtube videos to Kodi:
1. Queue all videos, including the first,
2. Fix youtube url parsing
3. Handle intent in onStart instead of onCreate
2015-05-21 20:08:05 +01:00
Synced Synapse b9413f00fe Spanish translations 2015-05-13 21:53:11 +01:00
Eco80 d78ad6b105 Italian Translation Updated 2015-05-01 12:05:44 +02:00
Synced Synapse 2e5a27400a Bump version for release 2015-04-23 19:53:08 +01:00
Synced Synapse c6322081fe Updated Portuguese translations 2015-04-23 19:42:29 +01:00
Synced Synapse e4e7f66e36 Fix warning on compilation 2015-04-23 19:26:12 +01:00
Synced Synapse 9d13a71e8a Added infrastructure for sending packets to Kodi's EventServer 2015-04-23 19:19:18 +01:00
Synced Synapse 3d020ceccf Merge pull request #71 from jonas2515/master
Update german translation
2015-04-21 11:13:28 +01:00
Synced Synapse 5aa674daf4 Disable http keep-alive if we get a ProtocolException (bad status line) from the server. 2015-04-21 09:57:41 +01:00
jonas2515 cc7e30dc2d Update german translation 2015-04-20 14:46:48 +02:00
Synced Synapse f732e0b822 Fix some log messages 2015-04-19 12:13:50 +01:00
Synced Synapse a70f766442 Add option to play youtube URLs on Kodi 2015-04-18 18:23:31 +01:00
Synced Synapse 7d19a43b61 Update library versions: jackson, butterknife, eventbus and floatingactionbutton 2015-04-18 11:42:11 +01:00
Synced Synapse 1fc9eb3301 Switched HTTP library. Using OkHttp explicitly now, instead of the default Android one, which varies acroos OS versions.
OkHttp is also used as the backend for loading images (Picasso).
Added disk cache to image loading.
2015-04-18 10:52:31 +01:00
Synced Synapse ba54c3b4dc Fix ClassCastException on Files.GetDirectory (this can be in other places) 2015-04-15 22:23:01 +01:00
Synced Synapse 6dd6a1b6a0 Don't display year when it's 0 2015-04-15 22:13:01 +01:00
Synced Synapse da90f92ddc Improve display of long titles on playlist and files list 2015-04-15 21:55:49 +01:00
Synced Synapse 0a0328d176 Increse popup menu icon size in playlist and files list 2015-04-15 21:53:03 +01:00
Synced Synapse e5a82517bb Fix exception reported on Google Play 2015-04-13 23:29:20 +01:00
Synced Synapse 27d82d31ca Fix runtime exception reported on Google Play 2015-04-13 23:21:35 +01:00
Synced Synapse 2ddd612f7f Possible fix for an exception reported on Google Play (can't reproduce...) 2015-04-13 23:16:16 +01:00
Synced Synapse 6164dddbdd Catch invalid format exception for WoL port (host manual configuration) 2015-04-13 23:06:28 +01:00
Synced Synapse 59a42eb8bb Fixed exception reported on Google Play (not sure how to trigger it, but this can't hurt) 2015-04-13 22:59:49 +01:00
Synced Synapse adcb7bdf49 Fix string translation that was causing an Exception 2015-04-13 22:55:42 +01:00
Synced Synapse bd0a5121a4 Fix Null pointer exception reported on Google Play 2015-04-13 22:51:00 +01:00
Synced Synapse 30b4ac763a Allow the user to specify the protocol to use in the connection (TCP/HTTP). HTTP is always needed/used (for images and some requests where TCP can't be used because we want to be stateless), TCP is used by default and if available, but now the user can explicitly choose not to use TCP and always go through HTTP. 2015-04-11 17:58:15 +01:00
Synced Synapse 4a297c2e35 Change share intent behaviour: if a video is already playing, queue the shared file, otherwise start playing it immediately.
Defined playlist types in the correct place
2015-04-10 19:51:44 +01:00
Synced Synapse 611dafc101 Add new intent to "Play on Kodi". This allows sharing videos from the YouTube app to Kodi (unfortunately the share option will appear in every app that shares plain text links, as that is what the YouTube app shares).
Tweaked the Now Playing and Playlist screens to better support YouTube videos
Changed HostConnectionObserver to notify clients not only when the id of what's playing changes but also when the label changes (YouTube videos and pictures for instance don't have ids, so the remote wasn't getting notified of a change in what's playing)
2015-04-08 22:28:19 +01:00
Synced Synapse c0073d5f29 Bump version for release 2015-04-02 23:11:20 +01:00
Synced Synapse 02a5e488fd Remote buttons redesign (contd) 2015-04-02 22:27:50 +01:00
Synced Synapse 21c5e045e3 Fix WoL issues by also sending magic packet to broadcast address 2015-03-31 18:26:28 +01:00
Synced Synapse 04db54dfca Fix crash introduced earlier when removing swipe to refresh 2015-03-31 00:19:38 +01:00
Synced Synapse 80e96d1bef Merge pull request #54 from jonas2515/master
Updated german translation
2015-03-30 23:44:17 +01:00
Synced Synapse b2ebad3f85 Remove swipe to refresh on files list.
Clicking on a file starts playing it.
2015-03-30 23:42:03 +01:00
Synced Synapse ff6cf2d4a5 Tweak horizontal margins 2015-03-30 23:21:52 +01:00
Synced Synapse 37a6b3376b Redesign remote buttons (by samfischer) 2015-03-30 23:03:54 +01:00
jonas2515 bf97f9e42e Updated german translation 2015-03-30 20:22:58 +02:00
Synced Synapse c6dfce29a4 Add reboot option to power menu 2015-03-29 12:48:51 +01:00
Synced Synapse a8f9c3e660 UI changes on files browsing 2015-03-28 18:33:48 +00:00
Synced Synapse e19e0c6752 Small playlist optimization 2015-03-28 18:08:07 +00:00
Synced Synapse 2722585f14 Merge pull request #50 from DanhKE6D/master
Fix back navigation on files list.
Keep current location on files list when activity is restarted.
Add pictures to file list.
2015-03-28 18:05:52 +00:00
DanhDroid 8fe3f814c8 Fix problem with back key and list going back to beginning after screen rotation. 2015-03-27 13:32:02 -07:00
Synced Synapse 02dc9bac7e Extend Siles.GetDirectory method to receive all available parameters 2015-03-26 18:44:32 +00:00
Synced Synapse d34d080adf Fix ClassCastException on getting lists from json rpc 2015-03-24 19:29:28 +00:00
Synced Synapse df2ad401d5 Possible fix for crash reported on Google Play (Null Pointer Exception in OnAddonEnabled). Can't reproduce this. 2015-03-23 23:15:56 +00:00
Synced Synapse 0266f7f3ab Fix crash because of ClassCastException to ArrayNode.
Note: if by any chance this causes the cast list to disappear, revert it and just catch the Exception
2015-03-23 23:02:01 +00:00
Synced Synapse 438442cb37 Prevent crash reported on Google Play (Null Pointer Exception in OnLoaderReset) 2015-03-23 22:34:24 +00:00
Synced Synapse de9ddc3957 Fix build fail because of Dutch translations 2015-03-23 22:00:48 +00:00
Synced Synapse a4a6ed2a78 Added dutch translations 2015-03-22 16:09:47 +00:00
Synced Synapse e5c02b04bf New files icon
Cosmetic code changes
2015-03-22 15:55:18 +00:00
Synced Synapse 3ba5b3e1d5 Merge branch 'master' of https://github.com/xbmc/Kore 2015-03-22 15:31:41 +00:00
Synced Synapse 5d0e5bac07 Merge pull request #45 from DanhKE6D/master
Implement media file browsing/queuing/playing feature
2015-03-22 15:31:27 +00:00
Synced Synapse 80a133320d Fix to prepare for next PR merge 2015-03-22 15:26:42 +00:00
Synced Synapse 71fc96ddde Test to check if fullscreen is better supported 2015-03-19 23:00:31 +00:00
Synced Synapse b0ada58bc5 Added confirm dialog before downloading movies/episodes/albums, to prevent the user from starting a download by mistake (which can't be stopped afterwards) 2015-03-19 22:49:42 +00:00
DanhDroid 1652864eb3 Implement media file browsing/queuing/playing feature 2015-03-19 13:24:04 -07:00
Synced Synapse db2e7a4672 Complete Item.File fields 2015-03-19 20:15:21 +00:00
Synced Synapse 4df3fda8d0 Merge pull request #41 from DanhKE6D/master
Add json rpc method/types to support file browsing/playing
2015-03-19 10:10:18 +00:00
DanhDroid bb4bd77955 Add Files.Media interface 2015-03-18 17:06:38 -07:00
NEOhidra eb994cf846 Updated Bulgarian language 2015-03-18 17:48:15 +02:00
DanhDroid fe039b5338 remove file that is no longer needed 2015-03-17 19:51:09 -07:00
DanhDroid 8c91df5bf9 Add json rpc method/types to support file browsing/playing 2015-03-17 19:37:16 -07:00
Synced Synapse e42c6dd486 Fix the way it's getting the current playlist id (call Player.GetProperties to get the current playlistId) 2015-03-17 18:45:21 +00:00
DanhDroid 7bed0c7d1d Add json rpc method/types to support file browsing/playing 2015-03-16 14:16:50 -07:00
DanhDroid dfcb6d7d4d fix up typo on ApiCallback.onSucess() 2015-03-16 11:33:40 -07:00
Synced Synapse 194a531234 Bump version for release 2015-03-16 10:12:53 +00:00
Synced Synapse 776f6b60e6 Fix subtitle selection on Now Playing screen 2015-03-15 19:52:30 +00:00
Synced Synapse 7f54fb2943 Bump version 2015-03-15 12:48:38 +00:00
Synced Synapse 3318782985 Added new icon 2015-03-15 12:32:21 +00:00
Synced Synapse 548e87c62d Changed README and legal info to point to Kodi/XBMC Foundation 2015-03-13 19:14:13 +00:00
Synced Synapse fe9dff1857 Fixed Mime types of the provider 2015-03-13 18:55:06 +00:00
Synced Synapse 6196ca3743 Fix crash during adding a new host, when zeroconf returns a host without any address and the user selects it 2015-03-13 18:19:53 +00:00
Synced Synapse aed029187e Fix selector on host lists 2015-03-11 19:02:38 +00:00
Synced Synapse 5193afd4b6 Changed settings to always use Default Shared Preferences. Settings is now only an interface with the definition of the keys stored in Shered Preferences 2015-03-11 18:38:59 +00:00
Synced Synapse 551583aa9d Fix some build warnings. 2015-03-09 22:05:58 +00:00
Synced Synapse c5b3208535 Still removing in-app billing leftovers... 2015-03-09 21:36:04 +00:00
Synced Synapse ed584fb9b7 Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
Synced Synapse 0669203036 Remove in-app billing leftovers: IDL 2015-03-09 19:24:30 +00:00
Chris koying Browet 5515aba871 FIX: draw selector on host selection (non-touch usage) 2015-03-09 13:06:20 +01:00
Synced Synapse d4bb313429 Remove in-app purchase 2015-03-08 22:34:14 +00:00
Synced Synapse 5f4c66ac9f Changed the check to enable/disable audiostreams and subtitles options in the now playing screen: The previous check didn't cover all video types 2015-03-06 18:31:21 +00:00
Synced Synapse 8031251b36 Fix some lint warnings 2015-03-04 22:12:45 +00:00
Synced Synapse 740b233172 Fix lint errors 2015-03-04 19:04:43 +00:00
Synced Synapse 4d7a945c53 Remove the need of creating extra files to build 2015-03-04 19:01:58 +00:00
Synced Synapse 87bc1483ed Decrease log messages 2015-03-03 22:41:22 +00:00
Synced Synapse 99f7168ae4 Merge branch 'master' of https://github.com/SyncedSynapse/Kore 2015-02-26 21:38:47 +00:00
Synced Synapse c423d15ec8 Fixed notification service to restart when the process is killed (return START_STICKY)
Remove notification and stop service when the user removes the app from recent apps
2015-02-26 21:38:13 +00:00
NEOhidra 3fcfb79208 updated Bulgarian translation 2015-02-23 00:03:58 +02:00
jonas2515 ae4f25aeee Remove vim files 2015-02-22 16:07:15 +01:00
jonas2515 ede941def2 Updated german translation 2015-02-22 11:38:13 +01:00
Synced Synapse 1f699a9f1c Merge pull request #27 from pollonamid/master
update german translation
2015-02-21 12:26:31 +00:00
Synced Synapse 337ac9450a Added new options to sync audio and subtitles. 2015-02-18 23:21:59 +00:00
Synced Synapse 990f963d4c Bump version 2015-02-17 11:25:08 +00:00
Synced Synapse 9466d9e0a8 Replace Codec button with Context button on remote.
Move Codec button to long click on Info button.
2015-02-16 23:40:51 +00:00
Synced Synapse b57ae03a2f Replace Codec button with Context button on remote.
Move Codec button to long click on Info button.
2015-02-16 23:39:50 +00:00
Synced Synapse 40fca3f9bc Fix aspect ratios of image posters, keeping them square when they are not video 2015-02-16 11:36:21 +00:00
Synced Synapse 63fdb8065c Prevent invalid port numbers on host manual configuration 2015-02-16 10:26:19 +00:00
Synced Synapse d10df30080 Improve performance of notifications 2015-02-15 22:42:20 +00:00
Synced Synapse 4c18a6563c Added new setting to control the use of hardware volume keys 2015-02-15 19:34:56 +00:00
Synced Synapse 24ef1d5ff6 Added now playing notifications 2015-02-15 19:34:17 +00:00
pollonamid bcc2c5831c update german translation 2015-02-14 16:30:51 +01:00
Synced Synapse 8d8dd8c6c2 Fixed italian translations location 2015-02-14 10:58:49 +00:00
Andrew Barnes af2616ce16 Add support for hardware volume keys 2015-02-14 16:30:36 +11:00
Synced Synapse 58c7a5d3f6 Fixed bad architecture decision: set read timeout on tcp socket, so that it gets closed automatically after a set period of time. This way there's no need to invoke disconnect() when each activity pauses, so we don't have to maintain this control. 2015-02-10 23:17:16 +00:00
Synced Synapse a99c0d32ca Changed music sync to insert partial results in DB as they are obtained 2015-02-04 23:24:29 +00:00
Synced Synapse ca31a0ebb1 Merge pull request #12 from b333z/sync
In song sync batch to db avoiding OOM
2015-02-04 19:39:11 +00:00
Synced Synapse 1afcd1e375 Bump version to build a new release version that fixes a bug with in-app purchase key that was crashing Settings screen 2015-02-04 11:31:44 +00:00
jonas2515 c7112daac4 Translate new strings 2015-02-02 15:44:16 +01:00
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 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
jonas2515 1e951de70c Fixed some typos 2015-01-31 13:57:19 +01: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
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
NEOhidra 5ab2e0aa00 Bulgarian translation 2015-01-26 21:44:51 +02: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
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 9972271b9c First dump 2015-01-14 11:12:47 +00:00