Pascal MARTIN

Results 20 issues of Pascal MARTIN

Now, an oauth token is created on the server each time the application is run (and a sync is launched). -> OAuth tokens are re-used for syncs within one run...

enhancement
tech

The app stores some data in local files (HTML version of the entries so they can be read, EPUB versions, images, ...) and never deletes them. => Delete _old_ files,...

enhancement
UI

The "cancel" button, whiling syncing, does absolutely nothing right now. => Touching it should abort sync.

enhancement
sync

We don't want the database to grow forever, so we must delete old entries. Couple of ideas: - Delete archived entries that have not been updated for X days -...

enhancement

The current Makefile is a total mess: - written by hand - must be updated each time a source/header file is added/removed -- which is error-prone - dependancies are listed...

tech

Until now, all applications we've developed have the same default icon in the applications drawer. -> Is there a way to set a nice personalized icon for an app ?

question
demo

A fun thing to do: update-detection for an application + auto-update from within the application

demo

From shell scripts, right now, it doesn't seem like we have a way of displaying informations to the user. A command to display a _message_ could be useful? Maybe something...

enhancement
devutils

A command to get the current IP address could be useful. Maybe: ``` devutils.app wifi:get_ip_address ``` -> for instance, it could be used in `app-receiver.app`, to display it (well, we'll...

enhancement
devutils

Hello, Quand je soumet un sujet de conférence en réponse au CFP, les *espaces fines* sont chacune remplacées par un "?". Ça se produit dans le titre de la conférence...

type: bug