Memphiz / xbmc

XBMC Main Repository
http://xbmc.org
Other
55 stars 18 forks source link

Rebrand #18

Closed wsnipex closed 9 years ago

wsnipex commented 9 years ago

fixes SystemInfo window and android app name.

Memphiz commented 9 years ago

The first commit will clash with Karlsons PR here:

https://github.com/xbmc/xbmc/pull/5384/commits

We should let him handle the useragent imo. Also that linked PR added a GetAppName with constref. I wonder if we now need to go over the whole damn PR and use that instead?

wsnipex commented 9 years ago

Ok, didn't see his PR. Can you just drop the 1st commit when you rebase or cherry-pick then 2nd? His new function is not sufficient for our needs, since we need lower and uppercase a lot. I've actually wondered if it wouldn't be better to add lower/upper case to CompileInfo as well, but I didn't want to change everything again... Maybe for I*

Memphiz commented 9 years ago

squashed into my branch - the useragent change