matomo-org / matomo-mobile-2

Matomo Mobile 2 App - The official Git repository! Liberating Web Analytics on the go!
https://matomo.org/mobile
Other
103 stars 31 forks source link

Piwik Mobile to support Custom Logo #2454

Closed mattab closed 13 years ago

mattab commented 13 years ago

Following implementation of #2008 there will be in piwik 1.5 a new API returning the Custom Logo that could be used in Piwik Mobile whenever it displays the piwik logo.

The API call is not metadata. It is classic API call: http://localhost/trunk/index.php?module=API&method=API.getLogoUrl Height is: 300

The smaller logo is: http://localhost/trunk/index.php?module=API&method=API.getHeaderLogoUrl

Height is: 100

It returns full URL to the logo.

Is it possible to display this logo in the app? where will it be displayed exactly? At the most at the welcome screen where all available websites are displayed. Has the disadvantage that it takes longer to load the first screen and more traffic for the user.

mattab commented 13 years ago

Note: if piwik version is <= 1.4 the API does not exist, so logo should default to standard piwik logo.

sgiehl commented 13 years ago

I guess, that might not be as easy as it sounds. Here some open questions:

tsteur commented 13 years ago

We can change the splash screen/app logo of the Piwik Mobile App only at build time before we submit the App to the Apple Store/Android Market.

The logo is currently not displayed at another place. I have no idea where it makes really sense to display it.

robocoder commented 13 years ago

The only place it might make sense is to change the App Icon. I think it's possible on iOS, but on Android it requires signing the repackaged app.

So...I vote for wontfix.

(p.s. the API methods above both say API.getLogoUrl)

sgiehl commented 13 years ago

I would vote for won't fix aswell.

tsteur commented 13 years ago

Titanium Mobile SDK does not support changing the App Icon on "Runtime/Install/..."

mattab commented 13 years ago

OK sounds good, I thought the app displayed the Piwik logo after startup as well