summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/java/net
AgeCommit message (Expand)Author
2023-09-08[merchant-terminal] Refactor backend version to BuildConfig and bump to 5:0:1Iván Ávalos
2023-05-09Fix dependency issuesTorsten Grote
2023-04-11[pos] Don't crash when adding custom product with huge invalid amountTorsten Grote
2023-04-11[pos] Keep checking payment status as long as payment fragment is shownTorsten Grote
2023-04-11[pos] Ask for config on first startTorsten Grote
2023-03-08[pos] add button for adding custom productsTorsten Grote
2023-01-31[wallet] Update libraries after releaseTorsten Grote
2023-01-03[pos] Bump protocol version to 3.0.1pos-0.2Torsten Grote
2023-01-03Adapt to new seconds based time formatTorsten Grote
2022-08-17Upgrade librariesTorsten Grote
2022-06-20Fix lint and CI issuesTorsten Grote
2022-06-01use new annotation for polymorphic serializationFlorian Dold
2022-05-19-remove multiplatform dependency, library upgrade WIPFlorian Dold
2021-12-07Set LiveData to be nullable after library updateTorsten Grote
2021-08-27Update libraries and do associated maintenanceTorsten Grote
2021-02-05[pos] Remove QR code once order has been claimedTorsten Grote
2020-09-16Make apps work on API 21+ (except cashier that needs 23+)Torsten Grote
2020-09-09[pos] improve error message when fetching the history failsTorsten Grote
2020-09-08Fix minor lint warningsTorsten Grote
2020-09-08[pos] use bottom sheet for showing errors instead of snackbarTorsten Grote
2020-09-07[pos] show snackbar at the bottom instead of top (should resolve UI issues)Torsten Grote
2020-09-03Remove instance parameter from merchant configTorsten Grote
2020-09-03[pos] make app work on API 24+Torsten Grote
2020-09-03[pos] migrate to view bindingTorsten Grote
2020-08-24Upgrade to Kotlin 1.4Torsten Grote
2020-08-18Include Taler common Kotlin library as a submoduleTorsten Grote
2020-08-11[pos] Improve coroutine-based merchant library accessTorsten Grote
2020-08-04[pos] Implement new refund API (untested since there is no wallet support)Torsten Grote
2020-08-03[pos] improve payment processingTorsten Grote
2020-07-28[pos] adapt history to new v1 APITorsten Grote
2020-07-23[pos] refactor configuration fetching and validationTorsten Grote
2020-07-23[pos] delete unpaid/unclaimed orders when user cancels or timeout happensTorsten Grote
2020-07-22[pos] migrate order posting and checking to v1 API and merchant-libTorsten Grote
2020-07-21[pos] config endpoint does not need authenticationTorsten 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-04Rename Purchase Reference to Receipt #Torsten Grote
2020-04-30Fix lint warnings that appeared after android gradle plugin updateTorsten 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-20Ignore annoying lint errors caused by material design libTorsten Grote
2020-03-20Let all apps use the same Amount classTorsten Grote
2020-03-18Factor out code from merchant-terminal into common libraryTorsten Grote
2020-03-18Fix lint issues and CI dependenciesTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote