Merge: lib/config: fix doc
[nit.git] / examples / calculator / src /
2017-09-08 Alexis Laferrièreapp: update clients to use `root_window`
2016-12-29 Alexis Laferrièrecalculator: improve iOS variation
2016-12-28 Alexis Laferrièrecalculator: update language in variations doc
2016-12-28 Alexis Laferrièrecalculator: rename the module `ios_calculator` to ...
2016-12-28 Alexis Laferrièrecalculator: fix numbers limited to a single digit after...
2016-08-11 Alexis Laferrièrecalculator: rename android_calculator to android14
2016-08-11 Alexis Laferrièrecalculator: add variant for Android 21 +
2016-08-11 Alexis Laferrièrecalculator: prettier Android variant
2016-07-22 Alexis Laferrièrecalculator: have a different icon and app name for...
2016-07-22 Alexis Laferrièrecalculator: shorter name and bump up the version number
2016-07-22 Alexis Laferrièrecalculator: move `scientific_calculator` to its own...
2016-06-24 Alexis Laferrièrecalculator & benitlux: remove obsolete explicit observe...
2016-06-20 Alexis Laferrièrecalculator: fix indentation
2016-05-17 Jean PrivatMerge: app.nit: navigate between windows with the back...
2016-05-17 Alexis Laferrièretnitter & calculator: update app.nit clients
2016-05-16 Alexis Laferrièrecontrib & examples: update Android adaptations to the...
2016-05-11 Alexis Laferrièrecalculator: implement unary minus
2016-05-11 Alexis Laferrièrecalculator: intro iOS adaptation
2016-05-11 Alexis Laferrièrecalculator: intro Android adaptation
2016-05-11 Alexis Laferrièrecalculator: add scientific variation to the portable app
2016-05-11 Alexis Laferrièrecalculator: extend the calculator logic with scientific...
2016-05-11 Alexis Laferrièrecalculator: replace the FlatBuffer with a simple String
2016-05-11 Alexis Laferrièrecalculator: use Unicode strings instead of single chars...
2015-08-22 Alexis Laferrièreexamples/calculator: add a debug option
2015-08-22 Alexis Laferrièreexamples/calculator: avoid crash from call to `to_n...
2015-05-25 Alexis Laferrièreexamples/calculator: use serialization
2015-05-19 Alexis Laferrièreexamples/calculator: update the format of the results...
2015-05-19 Alexis Laferrièreexamples/calculator: remove the old platform specific...
2015-05-19 Alexis Laferrièreexamples/calculator: implement state saving and loading
2015-05-19 Alexis Laferrièreexamples/calculator: intro the calculator abstract UI
2015-05-06 Alexis Laferrièreexamples & tests: update users of the gtk module
2015-04-02 Alexis Laferrièrelib & examples: update modules using the java_package...
2015-03-18 Alexis Laferrièreexamples/calculator: save and load state on request
2015-03-18 Alexis Laferrièreexamples/calculator: add services to save and load...
2015-03-18 Alexis Laferrièreexamples/calculator: update Android UI to latest API
2015-03-18 Alexis Laferrièreexamples/calculator: use the new nit_activity
2015-01-27 Alexis Laferrièreexamples/calculator: revamp style of the calculator...
2014-11-26 Alexis Laferrièrecalculator: intro android UI
2014-08-27 Alexis Laferrièrecalculator: major logic refactor, move up display code...
2014-08-27 Alexis Laferrièrecalculator: move to a project folder