summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/res
AgeCommit message (Collapse)Author
2021-02-02Translated using Weblate (Swedish)Stefan Lidstrom
Currently translated at 100.0% (63 of 63 strings) Translation: GNU Taler/Point-of-Sale Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/pos-android/sv/
2021-02-02Added translation using Weblate (Swedish)Stefan Lidstrom
2021-01-04Translated using Weblate (Spanish)Javier Sepulveda
Currently translated at 100.0% (63 of 63 strings) Translation: GNU Taler/Point-of-Sale Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/pos-android/es/
2021-01-04Added translation using Weblate (Spanish)Javier Sepulveda
2021-01-04Translated using Weblate (German)Christian Grothoff
Currently translated at 100.0% (63 of 63 strings) Translation: GNU Taler/Point-of-Sale Android Translate-URL: http://weblate.taler.net/projects/gnu-taler/pos-android/de/
2020-09-09[pos] improve error message when fetching the history failsTorsten Grote
2020-09-08[pos] use bottom sheet for showing errors instead of snackbarTorsten Grote
2020-09-03[pos] migrate to view bindingTorsten Grote
2020-08-04[pos] Implement new refund API (untested since there is no wallet support)Torsten Grote
Also do a bit of code cleanup and minor refactorings This also removes the volley HTTP library which is not needed anymore
2020-08-03[pos] improve payment processingTorsten Grote
- cancel orders that have been abandoned and will not be paid - show unpaid orders in history (in case one makes it through) - set deadlines when creating orders in case it helps with enabling refunds
2020-07-22[pos] migrate order posting and checking to v1 API and merchant-libTorsten Grote
2020-07-21[pos] compare version from backend and show error if incompatibleTorsten Grote
2020-07-20[pos] create merchant-lib and move first v1 API endpoint thereTorsten Grote
2020-05-26Translated using WeblateWeblate
2020-05-15[pos] fix string commitTorsten Grote
2020-05-07Add German translation (mostly done by Christian Grothoff)Torsten Grote
2020-05-04Rename Purchase Reference to Receipt #Torsten Grote
2020-04-30Fix lint warnings that appeared after android gradle plugin updateTorsten Grote
2020-04-23[pos] improve strings with feedback from ChristianTorsten Grote
2020-04-16[wallet] allow transactions to be selected by long tapTorsten Grote
2020-04-01[pos] automatic code cleanupTorsten Grote
2020-04-01[pos] Enable refundsTorsten Grote
2020-03-30Fix amount serialization in PoS appTorsten Grote
2020-03-20Let all apps use the same Amount classTorsten Grote
The wallet now also uses taler-kotlin-common
2020-03-18Fix lint issues and CI dependenciesTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote