Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an iPad specific layout #2603

Closed
tsteur opened this issue Jul 31, 2011 · 22 comments
Closed

Create an iPad specific layout #2603

tsteur opened this issue Jul 31, 2011 · 22 comments
Assignees

Comments

@tsteur
Copy link
Member

tsteur commented Jul 31, 2011

Create an iPad specific layout by using a SplitWindow (http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.iPad.SplitWindow-object ). No Swipe to right, instead open Windows in a modal window or in Popovers (http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.iPad.Popover-object )

We have to refactor the app a bit therefore. Currently, there is always only one active window. All events are fired in the Piwik.UI.currentWindow context currently. Now we have multiple active windows at the same time and we have to make sure that events are fired in the correct context.

@tsteur
Copy link
Member Author

tsteur commented Jul 31, 2011

(In [5055]) refs #2603 make sure NetworkRequests do fire their events in the correct context and each event name has to be unique

@tsteur
Copy link
Member Author

tsteur commented Jul 31, 2011

(In [5056]) refs #2603 we do not need to set the background color again. It is already set in .mainwindow

@tsteur
Copy link
Member Author

tsteur commented Jul 31, 2011

(In [5060]) refs #2603 iPad specific layout for Piwik Mobile that uses a SplitWindow

@tsteur
Copy link
Member Author

tsteur commented Jul 31, 2011

(In [5061]) refs #2603 do not use currentWindow, instead make sure events will be fired in correct view context, this allows to open multiple windows at the same time. make sure new windows will be opened in the correct place (masterView, detailView or modal) on the iPad

@tsteur
Copy link
Member Author

tsteur commented Aug 2, 2011

Attachment: Piwik Mobile for iPad
Screenshot_105.png

@tsteur
Copy link
Member Author

tsteur commented Aug 2, 2011

Attachment: Piwik Mobile for iPad - Settings
Screenshot_106.png

@tsteur
Copy link
Member Author

tsteur commented Aug 2, 2011

Attachment: Piwik Mobile for iPad - Date Chooser
Screenshot_107.png

@tsteur
Copy link
Member Author

tsteur commented Aug 2, 2011

Attachment: Piwik Mobile for iPad - Website Chooser
Screenshot_108.png

@tsteur
Copy link
Member Author

tsteur commented Aug 2, 2011

I attached some screenshots. I appreciate any feedback.

@tsteur
Copy link
Member Author

tsteur commented Aug 3, 2011

(In [5073]) refs #2603 fix title of masterWindow not updated if user chooses another website

@mattab
Copy link
Member

mattab commented Aug 3, 2011

It does look very nice and usable and clear :) well done. I can't give advanced feedback since I don't own or use Ipad, but definitely looking great :)

Can you please post screeenshots of visitors log, and zoom on one visitor? thx

@tsteur
Copy link
Member Author

tsteur commented Aug 4, 2011

Attachment: Piwik Mobile for iPad - Visitor Log
Screenshot_109.png

@tsteur
Copy link
Member Author

tsteur commented Aug 4, 2011

Attachment: Piwik Mobile for iPad - Visitor
Screenshot_110.png

@tsteur
Copy link
Member Author

tsteur commented Aug 4, 2011

Done. These screens are currently not optimized for iPad. Maybe it is possible to - for example - display live visitors within the master window (left, the smaller one) and a visitor within the detail window (right).

@tsteur
Copy link
Member Author

tsteur commented Aug 8, 2011

Attachment:
Screenshot_113.png

@tsteur
Copy link
Member Author

tsteur commented Aug 8, 2011

Attachment:
Screenshot_114.png

@tsteur
Copy link
Member Author

tsteur commented Aug 8, 2011

Attachment:
Screenshot_115.png

@tsteur
Copy link
Member Author

tsteur commented Aug 8, 2011

A visitor will now be opened within a PopOver which is scrollable and points to the selected visitor. User can now easily switch between visitor detail views. See screenshots. Just have to do some further tests.

@tsteur
Copy link
Member Author

tsteur commented Aug 8, 2011

(In [5082]) refs #2603 open visitor within a modal window / popover. created a ModalWindow UI widget

@tsteur
Copy link
Member Author

tsteur commented Aug 8, 2011

(In [5083]) refs #2603 doc, fix counter comparison

@mattab
Copy link
Member

mattab commented Aug 8, 2011

It looks very nice! :)

@tsteur
Copy link
Member Author

tsteur commented Aug 9, 2011

I close it now. Further optimizations will follow in separate tickets.

@tsteur tsteur added this to the Piwik Mobile Client milestone Jul 8, 2014
@tsteur tsteur self-assigned this Jul 8, 2014
@tsteur tsteur added this to the Piwik Mobile 1 milestone Jul 25, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants