Commit Graph

247 Commits

Author SHA1 Message Date
Rikki Tooley
d1bca34f6c Renaming Shout to LastShout
See #17
2014-12-06 13:36:14 +00:00
Rikki Tooley
608d7b1c38 Make NuGet pack script use the right package id 2014-12-05 15:29:01 +00:00
Rikki Tooley
7b8f11ea75 Merge pull request #37 from prashantkhandelwal/master
Closes #37
2014-12-05 14:45:10 +00:00
Prashant Khandelwal
68470c84d8 Test cases for GetAlbumTopTagsCommand 2014-12-05 14:29:22 +00:00
Prashant Khandelwal
6899cf86ee Added album.getTopTags API method to get top tags 2014-12-04 20:10:07 +05:30
Rikki Tooley
ba85890c53 Mention NuGet package in Readme 2014-12-02 15:44:38 +00:00
Rikki Tooley
dbc77670b4 Change NuGet package name to Inflatable.Lastfm 2014-11-25 13:18:02 +00:00
Rikki Tooley
0bb5529365 Publish NuGet packages to AppVeyor feeds
nuget property in appveyor.yml adds the feeds to NuGet's sources, doesn't publish to them
2014-11-21 01:14:34 +00:00
Rikki Tooley
221933ad2b Publish fewer artifacts in the build 2014-11-21 00:57:07 +00:00
Rikki Tooley
8246fcb609 Only use semantic versioning when packaging NuGet 2014-11-21 00:01:39 +00:00
Rikki Tooley
f5db4b37eb Configuring NuGet packaging and AppVeyor build 2014-11-20 23:39:22 +00:00
Rikki Tooley
c7cafb45d6 GetAlbumShoutsCommandTests, fix timezone issue with Shout.TimePosted 2014-11-16 20:58:14 +00:00
Rikki Tooley
f4ea6ca238 Page parameters weren't being passed through in Syro tool 2014-11-16 20:39:21 +00:00
Rikki Tooley
9bdb7b13c0 GetAlbumInfoCommandTests, tidying tests project 2014-11-16 20:28:37 +00:00
Rikki Tooley
89732922da Setting up OpenCover and ReportGenerator tools
Closes #8
2014-11-16 19:22:34 +00:00
Rikki Tooley
56464f1f29 Change to use artist.getTopTracks instead of artist.topTracks like in documentation
also top albums
Fixes #34
2014-11-09 23:01:54 +00:00
Rikki Tooley
574f99bc0c Use MD5 hashing from MyConvert NuGet package instead of xBrainLab.Security.Cryptography.dll
Closes #35
2014-11-09 22:55:52 +00:00
Rikki Tooley
3e8bfe7351 Forgot to add the picture 2014-11-09 16:47:44 +00:00
Rikki Tooley
11c1626485 Contributing guide 2014-11-09 16:46:08 +00:00
Rikki Tooley
c6d9cb551f Removing duplicate project + deleting copy-report.ps1 2014-11-09 16:22:42 +00:00
Rikki Tooley
7d754407c6 Removing test code 2014-11-09 15:51:48 +00:00
Rikki Tooley
e99ba1fb77 Merge branch 'master' into syro 2014-11-09 15:50:07 +00:00
Rikki Tooley
63bc96beac Don't send the ExpectContinue header on API requests - fixes #36 2014-11-09 15:49:15 +00:00
Rikki Tooley
997f3da9d1 Request builder 2014-11-09 14:42:51 +00:00
Rikki Tooley
55decdda69 Open progress report link 2014-11-08 15:44:39 +00:00
Rikki Tooley
12e0b3ac62 Fixing progress report 2014-11-08 15:34:46 +00:00
Rikki Tooley
7f102820da VS style tabs 2014-11-06 00:52:34 +00:00
Rikki Tooley
a8d28159d4 Window styling 2014-11-05 23:31:36 +00:00
Rikki Tooley
dd2cd0a851 Updating README with more sample code 2014-11-04 14:41:43 +00:00
Rikki Tooley
34a6043cd1 Moved progress report code to SYRO 2014-11-02 23:32:12 +00:00
Rikki Tooley
eebef48a7b Change visibility of command bases from internal to public 2014-11-01 12:46:24 +00:00
Rikki Tooley
303f27e1b3 Add a progress bar from progressed.io to the progress report 2014-10-26 14:47:43 +00:00
Rikki Tooley
28259b58d4 Progress report tool now generates PROGRESS.md
(build and run IF.Lastfm.ProgressReport to update)
Closes #28
2014-10-26 14:28:54 +00:00
Rikki Tooley
d0a4283ba7 Merge pull request #29 from zumicts/master
Fixes #30: Kiesza bug in parsing Album.Tags
2014-10-22 16:11:43 +01:00
Harry
07a5fab059 Fix tags bugs for last objects
Needed to check if the token was an array or not and continue from there
to the appropriate action.
2014-10-22 09:49:44 -04:00
Rikki Tooley
150d50ffc9 Merge branch 'master' of https://github.com/inflatablefriends/lastfm 2014-10-21 00:19:22 +01:00
Rikki Tooley
a47d601bfb Console app to generate progress report almost there, needs to generate Markdown and deal with missing Lastfm documentation
See #28
2014-10-21 00:18:50 +01:00
Rikki Tooley
8f6a0db902 Merge pull request #27 from zumicts/master
Fix null reference exception when parsing tags for Album
2014-10-16 17:35:12 +01:00
Harry
72b910aee1 Fixing null exception bug 2014-10-16 11:35:11 -04:00
Rikki Tooley
46ce11c52c Updating readme. 2014-10-15 21:09:47 +01:00
Rikki Tooley
bff352704f SearchAlbumsCommand tests 2014-10-12 19:06:45 +01:00
Rikki Tooley
27ac6d5b38 Prefixing all objects with Last
Closes #17 and #12
2014-10-12 16:47:21 +01:00
Rikki Tooley
311b98da8b Check error code is correct in track shouts command tests 2014-10-12 16:34:55 +01:00
Rikki Tooley
1e6aa46f49 Reorganising test resources and GetTrackShoutsCommandTests 2014-10-12 16:30:17 +01:00
Rikki Tooley
70a557097b Actually fixes search commands after cac461b22c 2014-10-12 15:50:11 +01:00
Rikki Tooley
2fc4326dd2 Change similar items commands to use PageResponse
Also fix search commands after cac461b22c
Closes #22
2014-10-12 15:44:07 +01:00
Rikki Tooley
1a98e79d11 Was passing wrong JToken to PageResponse factory
Fixes #25
2014-10-12 13:54:32 +01:00
Rikki Tooley
7509a7f105 Revert "Upgrade demo project to WP Silverlight 8.1"
This reverts commit 284d4fef03.

Closes #24
2014-10-12 00:08:56 +01:00
Rikki Tooley
785cf1e94b Don't forget to check if it builds... 2014-10-11 18:34:55 +01:00
Rikki Tooley
fff188a355 Styling changes for Command files 2014-10-11 18:32:57 +01:00