Dominik Schmidt
|
771b2f5ae1
|
Add resolve default implementation in Tomahawk.Resolver
|
2016-01-27 18:03:40 +01:00 |
|
Dominik Schmidt
|
5a45bd0882
|
Small JS fixes
|
2015-12-15 01:11:04 +01:00 |
|
Dominik Schmidt
|
5395908cbe
|
Merge pull request #339 from tomahawk-player/promisify-all-the-things
[WIP] Promisify JSResolver
|
2015-12-14 21:51:11 +01:00 |
|
Enno Gottschalk
|
efc31e6246
|
Fix Tomahawk.Collection.revision() stub function
|
2015-12-14 14:23:10 +01:00 |
|
Enno Gottschalk
|
5a34bae757
|
Added stub Tomahawk.Collection.revision() function in tomahawk.js
|
2015-12-11 03:19:35 +01:00 |
|
Dominik Schmidt
|
d0c1d83f90
|
Remove more comp hacks
|
2015-11-21 16:36:10 +01:00 |
|
Dominik Schmidt
|
e697303743
|
Properly log errors to javascript console
|
2015-11-21 00:45:03 +01:00 |
|
Dominik Schmidt
|
88099eae0e
|
Don't use collectionId from resolvers anymore
|
2015-11-21 00:13:35 +01:00 |
|
Dominik Schmidt
|
8679713dea
|
Remove more leftovers from the old collection hack
|
2015-11-21 00:13:35 +01:00 |
|
Dominik Schmidt
|
a589e4f688
|
Expect javascript resolvers to return "tracks" instead of "results"
|
2015-11-21 00:13:31 +01:00 |
|
Dominik Schmidt
|
16946592b7
|
Allow script jobs to return object members directly if they are not functions
|
2015-11-20 22:15:26 +01:00 |
|
Dominik Schmidt
|
f3c8038c42
|
Remove legacy hack
|
2015-11-20 22:15:26 +01:00 |
|
Dominik Schmidt
|
4637f3ed23
|
Make collections able to resolve queries
|
2015-11-20 22:15:24 +01:00 |
|
Dominik Schmidt
|
dc32f7eeb1
|
Remove legacy hacks and add useful error
|
2015-11-19 13:38:23 +01:00 |
|
Dominik Schmidt
|
e997a194a4
|
Add nativeScriptJob errors
|
2015-11-19 06:20:28 +01:00 |
|
Dominik Schmidt
|
e8aa2e6de9
|
Make params for nativeScriptJobs optional
|
2015-11-19 06:20:09 +01:00 |
|
Dominik Schmidt
|
29aa9546a8
|
Allow instantaneous returns for nativeScriptJobs
|
2015-11-19 06:19:53 +01:00 |
|
Dominik Schmidt
|
17d71b413f
|
Implement Tomahawk.ajax native implementation on behalf of NativeScriptJobs
|
2015-11-19 05:39:07 +01:00 |
|
Dominik Schmidt
|
3db8e91b51
|
Bye bye syncRequest
|
2015-11-19 05:36:05 +01:00 |
|
Dominik Schmidt
|
90d6f0d4e5
|
Set collectionId on results from Tomahawk.Collection
|
2015-11-19 01:24:07 +01:00 |
|
Dominik Schmidt
|
dde7db616a
|
Use getStreamUrl on ResultProviders instead of awkward custom iodevicefactories
|
2015-11-19 01:23:38 +01:00 |
|
Dominik Schmidt
|
c1eadce374
|
Move lookupUrl stuff from JSResolverHelper to JSResolver, to be moved to own plugin type
|
2015-11-16 18:19:51 +01:00 |
|
Enno Gottschalk
|
73a1160ce3
|
Added empty default implementation of testConfig() to Tomahawk.Resolver in tomahawk.js
|
2015-11-13 16:37:56 +01:00 |
|
Dominik Schmidt
|
35d8945975
|
Port JSResolver::resolve()
|
2015-11-13 13:20:52 +01:00 |
|
Anton Romanov
|
e79ec4d2af
|
Fix testConfig on 0.9
|
2015-11-10 09:12:11 -08:00 |
|
Enno Gottschalk
|
77e5704a2a
|
Fix playback issue in tomahawk.js (Tomahawk.Resolver#_adapter_init)
|
2015-11-02 17:28:35 +01:00 |
|
Dominik Schmidt
|
866d9b6af3
|
Be more explicit about which getStreamUrl function to call
|
2015-10-27 13:31:47 +01:00 |
|
Enno Gottschalk
|
2bb787b930
|
Remove dead js collection migrator code in tomahawk.js
|
2015-10-26 22:04:13 +01:00 |
|
Enno Gottschalk
|
b7e5e934cb
|
Add deprecation notices to TomahawkResolverCapability and related type declarations
|
2015-10-14 03:13:04 +02:00 |
|
Enno Gottschalk
|
bfca7635e0
|
Get rid of outdated example resolver comment in tomahawk.js
|
2015-10-14 03:13:04 +02:00 |
|
Enno Gottschalk
|
dee8ac4634
|
Fix typo in tomahawk.js
|
2015-10-14 03:13:04 +02:00 |
|
Enno Gottschalk
|
01acd34c2e
|
Always explicitely use RSVP.Promise to avoid any incompatibilities
|
2015-10-14 03:13:04 +02:00 |
|
Enno Gottschalk
|
f8516f2a86
|
Fix bug in tomahawk.js#Tomahawk.ajax if dataType != "json"
|
2015-10-14 03:13:04 +02:00 |
|
Enno Gottschalk
|
f89439a46a
|
Some style fixes in tomahawk.js
|
2015-10-14 03:13:04 +02:00 |
|
Enno Gottschalk
|
ee8c687577
|
Merge changes in tomahawk.js from tomahawk-player/tomahawk-android
|
2015-10-14 03:13:04 +02:00 |
|
Anton Romanov
|
31539e87d7
|
[tomahawk.js]Remove some excessive logging
|
2015-09-25 11:59:43 -07:00 |
|
Dominik Schmidt
|
69d060de38
|
Merge pull request #326 from theli-ua/api
First attempt at 0.9 js resolver API
|
2015-09-24 01:28:22 +02:00 |
|
Anton Romanov
|
09c4c7cac9
|
Consider 201 http status as a success
|
2015-09-21 16:11:32 -07:00 |
|
Anton Romanov
|
011bfdaef0
|
Implement Tomahawk.localStorage
|
2015-09-17 17:18:09 -07:00 |
|
Anton Romanov
|
2db6080731
|
[api 0.9] fix track number in collection, add release year and bitrate to collection storage
|
2015-09-17 16:54:35 -07:00 |
|
Anton Romanov
|
f2c652c1e9
|
Fix accidentally deleted line
|
2015-09-17 16:27:57 -07:00 |
|
Anton Romanov
|
b12df536ad
|
[0.9 api]Fix built-in custom url
|
2015-09-16 12:09:59 -07:00 |
|
Anton Romanov
|
ddffd7c935
|
[0.9 api]Report all browse capabilities for builtin collection implementation
|
2015-09-11 23:52:52 -07:00 |
|
Anton Romanov
|
46bbe7ac74
|
[0.9 api]Implement albums view for collections
|
2015-09-11 14:00:29 -07:00 |
|
Anton Romanov
|
7171d475a2
|
[0.9 api] use collection for search
|
2015-09-10 18:54:37 -07:00 |
|
Anton Romanov
|
4a3c5a5b78
|
[0.9 api]always register custom url handler for resolver
|
2015-09-10 15:58:07 -07:00 |
|
Anton Romanov
|
82dcb959d9
|
Use prettyname if description is missing in collection's settings, save trackcount when updating index
|
2015-09-10 15:13:43 -07:00 |
|
Anton Romanov
|
1d750b25a9
|
First attempt at 0.9 js resolver API
|
2015-09-09 22:49:16 -07:00 |
|
Anton Romanov
|
10fc1adf6e
|
fix detection of content type for non-native requests
|
2015-08-19 16:18:18 -07:00 |
|
Anton Romanov
|
eaad1f28df
|
Allow setting User-Agent via nativeAsyncRequest
|
2015-08-19 15:40:07 -07:00 |
|