6 Commits

Author SHA1 Message Date
8340eccd0d - Picture will be taken in a low resolution
- Added confirm button to end card capturing
- Added scrollbar to capture log if many cards were captured
- Delete picture after sending them to the server to avoid excessive memory usage
- Get points for each player after card capture and sending it to the main game activity
2019-01-13 14:17:29 +01:00
d4b8fb8c52 - Picture will be compressed, saved and send to server
- Realized with retrofit:
  * added api interface
  * Created POJO-Class to convert JSON Answer
- Connection and sending to server works
- TODO:
  * Wait for server to answer (lab set up takes way too long)
  * Get response and show it to user
2019-01-06 12:58:57 +01:00
3bca29767a - Own camera preview added
- Removed openCV libs
- Issues: Take more than one picture fails
- TODO: Saving the picture not needed, just send it to the server
2018-11-18 18:29:35 +01:00
e6602d3d4e - Camera support for card recognition
- Added comments
- Card capture layout
2018-10-21 14:36:17 +02:00
a2455af788 - Main game layout updated
- User can now choose what was announced in an extra "window"
- Choosing activity adapts itself based on the choices made by the user
- After confirming the announcement is shown on the main game layout
- Some comments added for better documentation
2018-09-18 17:09:37 +02:00
a6c27bf679 First commit of Android project of the "Schafkopfzähler"
- Working start screen
- User can enter the player names
- Main game layout with no functionality included
2018-09-08 17:40:40 +02:00