diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png new file mode 100644 index 0000000..35ca667 Binary files /dev/null and b/app/src/main/ic_launcher-web.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png index cde69bc..a86814e 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png index c133a0c..52de379 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png index bfa42f0..cdeaf54 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 324e72c..d0956d7 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index aee44e1..5eb63e6 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/assets/diagrams/api-php.dia b/assets/diagrams/api-php.dia new file mode 100644 index 0000000..56837cf Binary files /dev/null and b/assets/diagrams/api-php.dia differ diff --git a/assets/diagrams/api-php.png b/assets/diagrams/api-php.png new file mode 100644 index 0000000..9039667 Binary files /dev/null and b/assets/diagrams/api-php.png differ diff --git a/assets/diagrams/api-php.svg b/assets/diagrams/api-php.svg new file mode 100644 index 0000000..11cbfaf --- /dev/null +++ b/assets/diagrams/api-php.svg @@ -0,0 +1,220 @@ + + + + + + + + PHP + + + + + + + + Android-App + + + + + + + + /register {name:"Max Mustermann"} + + + + + + {ID:1337} + + + + + + /rename {ID:1337, name:"Maxi Männekken"} + + + + + + {} + + + + + + PHP + + + + + + + + Android-App + + + + + + + + /start {ID:"1337"} + + + + + + /categories + + + + + + {list: [{ID: 7, name: "Mathe"}, {}, ...]} + + + + + + {category:7, question:"Who?", answers:["a","b","c","d"]} + + + + + + /answer {ID:1337, answer:2} + + + + + + {correct:true,points:17,next:{category:8,question:"When?",answers:[1,2,3,4]}} + + + + + + PHP + + + + + + + + Android-App + + + + + + + + /highscore {ID:1337} + + + + + + {score:42,place:1024,all:4256,categories:[{id:7,score:5,place:752},{},...]} + + + + + + /answer {ID:1337, answer:2} + + + + + + {correct:true,points:17,end:{score:39}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +