I’m glad to announce the availability of Pomodroid v0.8.0 in the Android Market. For this version I gathered all user feedbacks, therefore focusing on: Simplicity Simplicity Simplicity Pomodroid v0.8.0 has a brand new User Interface and Experience, completely rethought. It features two user modes, called Basic Mode and Advanced Mode. Both of them are new. …
August 3, 2010 – 18:17
|
By bodom_lx
|
Posted in Activism?, Free*, Programming
|
Tagged agile, android, android pomodoro, android rich pomodoro technique, java, pomodoro technique, pomodroid, software engineering
|
It seems that latest GUI design of Pomodroid was not sufficient for the community, that it seems it’s feeling a high complexity when using the application. I partially agree with this: Pomodroid started as a University project that required the use of WebServices (therefore the Trac XML-RPC initial support) and we had to show that …
So you wrote a cool documentation in your Python code using docstring and reStructuredText, in order to let other people understand your API. What’s the next step? To export it in html/pdf etc. I wrote an XML-RPC service providing Dynamic Ridesharing functionalities for my Bachelor Computer Science thesis. It was written using Python and Django. …
July 28, 2010 – 15:08
|
By bodom_lx
|
Posted in Activism?, Programming
|
Tagged api, django, documentation, how-to, howto, javadoc python, python, sphinx, tutorial
|
UPDATED 2010-22-05: I enhanced the first part of the algorithm. It does not longer use a delta computed empirically by looking at maps. Now it dynamically creates a box around the destination using a user given offset. Starting from Dycapo Server v0.3.0 we introduced a new searching algorithm for riders. This algorithm is still in …
May 12, 2010 – 15:14
|
By bodom_lx
|
Posted in Carpooling Research, Programming
|
Tagged agile carpooling, agile carsharing, algorithms, databases, django, dns, DyCaPo, dynamic carpooling, FBK, geolocation, python, SoNet
|
It took us more than two months of discussions in order to decide which protocol to adopt for procedure calls in Dycapo. Our intentions were to extend an existing XML-based protocol, built-over Atom specification. The first solution we took in consideration was to implement a remote procedure call protocol based on OpenTrip. That is, directly …
March 17, 2010 – 00:00
|
By bodom_lx
|
Posted in Carpooling Research, Programming
|
Tagged architecture, data exchange format, django, DyCaPo, FBK, OpenTrip, protocols, rpc protocol, soap, SoNet, xml-rpc
|
The fourth public release of Pomodroid brings some new features and corrections: Fixed bug when rotating the device under a running Pomodoro. Pomodoro Activity is forced to stay in portrait mode Bigger Pomodoro Timer Pomodoro.java completely rewritten. Makes use of Handler and Runnable instead extending CountDownTimer Notification system completely rewritten: user is notified through real …