Merge: doc: fixed some typos and other misc. corrections
[nit.git] / examples / calculator /
2019-02-18 Jean Privatlib&contrib: add some raw and nitish in READMEs
2017-11-14 Alexis Laferrièrecalculator: add the scientific variant to the `all...
2017-11-14 Alexis Laferrièreapp.nit examples: fix dependencies by adding the missin...
2017-09-08 Alexis Laferrièrecalculator: don't use fonts in the icon source
2017-09-08 Alexis Laferrièreapp: update clients to use `root_window`
2017-06-09 Jean Privatpackage.ini: fix broken links
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-08-11 Alexis Laferrièrecalculator: add scientific variant fdroid metadata
2016-07-22 Alexis Laferrièrecalculator: separate Android variants between the simpl...
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: name icon rules to real files
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-19 Alexis Laferrièretnitter & calculator: update packages.ini
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: add screenshots to the README
2016-05-11 Alexis Laferrièrecalculator: mobile apps use the scientific variant
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...
2016-02-25 Alexis Laferrièreexamples/calculator: fix missing icon in Android
2016-02-16 Alexis Laferrièreexamples/calculator: intro icon for iOS
2016-02-09 Alexis Laferrièreexamples/calculator: add rule to build iOS version
2015-09-16 Jean PrivatMerge: Extends catalog with a *try it* and a *download...
2015-09-16 Jean Privatcalculator: add FDroid apk description
2015-09-16 Jean Privatcalculator: clean Makefile and add `android` and `andro...
2015-09-16 Jean Privatcontrib: add `upstream.apk` to packages that have an apk
2015-09-14 Alexis Laferrièreexamples/calculator: remove font from icon
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-04 Jean PrivatMerge: Better synopses in many packages for a prettier...
2015-08-30 Jean Privatexamples: introduce .ini for projects maintained by...
2015-08-28 Alexis Laferrièreexamples/calculator: intro a README.md file
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-08-22 Alexis Laferrièreexamples/calculator: fix Android version to use nit_act...
2015-07-21 Jean Privatcalculator: rely on conditional importation in the...
2015-05-25 Alexis Laferrièreexamples/calculator: use serialization
2015-05-19 Alexis Laferrièreexamples/calculator: gitignore the generated res folder
2015-05-19 Alexis Laferrièreexamples/calculator: update the format of the results...
2015-05-19 Alexis Laferrièreexamples/calculator: update Makefile
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-03-18 Alexis Laferrièreexamples/calculator: Makefile defines the `android...
2015-01-27 Alexis Laferrièreexamples/calculator: revamp style of the calculator...
2014-12-11 Jean Privatcontrib&examples: Makefiles use nitc instead of nitg
2014-11-26 Alexis Laferrièrecalculator: intro android UI
2014-11-26 Alexis Laferrièrecalculator: add an icon
2014-08-28 Alexis Laferrièrecalculator: add Makefile
2014-08-27 Alexis Laferrièrecalculator: major logic refactor, move up display code...
2014-08-27 Alexis Laferrièrecalculator: move to a project folder