Skip to content

Wallpaper setting download issues#19

Open
hugoalvarado wants to merge 2 commits into
Redth:masterfrom
hugoalvarado:master
Open

Wallpaper setting download issues#19
hugoalvarado wants to merge 2 commits into
Redth:masterfrom
hugoalvarado:master

Conversation

@hugoalvarado
Copy link
Copy Markdown

Hello Redth,

I noticed the custom wallpaper setting was not working, so I made a few fixes. The main issue was a problem with the default filename path, since it was always null, and broke the http.DownloadData() call.

The Toast.MakeText was not working, but it did work in other screens, not sure why. I commented that out in the try/catch.

The apli level for the firetv stick is 17(android 4.2) but your project has 4.3 and 4.4. I set it back to 4.2. https://developer.amazon.com/public/solutions/devices/fire-tv/docs/device-and-platform-specifications

I was able to build and debug without problems using the basic xamarin licence, all thanks for your previous commit "Removed Newtonsoft.Json dependency".

Thank for this cool launcher!

-Hugo

Removed Newtonsoft.Json dependency
-Small fixes to wallpaper save logic
-Adds basic validation of the wallpaper url
-Adds GetWallpaperPath function, returns the default wallpaper save path
@AndrewSav
Copy link
Copy Markdown

Woops, should have looked here first, before submitting mine #26

The deal with the toast is that it cannot be called from non-UI thread so it has to be wrapped into RunOnUiThread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants