středa 14. prosince 2011

Alert dialog

Alert dialog for showing details of event was implemented. There was also fixed application behaviour when connection is not available.

Result order

From now it is possible to order results (CTU's events) by date. Maximum number of returned items is 100.

úterý 13. prosince 2011

Application View

New page in Party Pool sites was created. There are decribed and illustrated architecture, data sources and used technologies for PPA implementation.

neděle 11. prosince 2011

Low Fidelity Prototype

Due to lack of time we are not able to implement all functions of Party Pool application. For simulating the expected behaviour of PPA was created Low Fidelity Prototype by MS Visio 2010. In the future we would like to implement user log in, viewing events (MY EVENTS in prototype), where user confirmed participation and some information about PPA (ABOUT PPA in prototype). You can also see home page of PPA.

čtvrtek 8. prosince 2011

CVUT events updating

Update of CVUT events works correctly. Unsupported Text type search was fixed. So users can search CVUT events and add their own actions.

středa 7. prosince 2011

Events adding

Add Tab and add function were implemented. Now users can add their own actions.

Search events

Search function was implemented to GAE (= Google App Engine). Now is possible to search events from Android

úterý 6. prosince 2011

Autoupdate implementation

Now we are working on autoupdating CVUT events. New database class wass added. Persistence Manager Factory design pattern is used for working with database and provides access to Persistence Manager which allow objects to be persisted and retrieved.

neděle 4. prosince 2011

Cron

Cron is a time-based job scheduler in Unix-like computer operating systems. Cron enables users to schedule jobs (commands or shell scripts) to run periodically at certain times or dates. It is commonly used to automate system maintenance or administration, though its general-purpose nature means that it can be used for other purposes, such as connecting to the Internet and downloading email.

In PPA will be cron used to downloading CVUT events. Here is the first version of cron.xml file:

sobota 3. prosince 2011

Parsing of CVUT events

All CVUT actions could be loaded by button "Find events". Then should be displayed in a table under this button. New thread for REST connection was created because that is potentially long term operation.

pátek 2. prosince 2011

ListView

- ListView for displaying events was fixed
- new title for SearchTab layout was created