Commit Graph

  • 2e5deb47e2 Just commenting the code master BGbaderguet 2020-11-15 23:00:33 +0100
  • 44b144fadf Load all UI info from DB Update DB from API corrected Added "lastfetch" attribute into local DB (last fetch from API) valentin 2020-11-15 22:03:21 +0100
  • 8eacdc4c01 Making sure a city can not be insert 2 times BGbaderguet 2020-11-15 20:20:54 +0100
  • 01572fb0c2 Trying to update localDB from API valentin 2020-11-15 20:18:25 +0100
  • 58d29974f5 Trying to create the develop method BGbaderguet 2020-11-15 19:37:20 +0100
  • e6f0dc3029 Added weather attributes to City table valentin 2020-11-15 18:10:51 +0100
  • 4b5415895b Update API Interface to pass city, metrics and API key as parameter into method. Prepared UI with TextViews and ImageViews. Import of all Images as Drawable Resources. valentin 2020-11-15 17:41:41 +0100
  • cb7db29f87 Update of all weather Classes (Some deleted, some modified) Setup of Retrofit API and API Interface Added test TextView2 on activity_temparature.xml in order to test API answer Display Paris weather description on any city we click for the moment. valentin 2020-11-15 15:27:05 +0100
  • 49871926bd Adding Classes to retrieve weather infos from API valentin 2020-11-15 14:01:53 +0100
  • 88101f58ca Adding some functionalitys BGbaderguet 2020-11-14 16:06:44 +0100
  • fe7a018cf4 Adding the delete string that we are going to call in the item attribute BGbaderguet 2020-11-14 16:06:20 +0100
  • fdd80aa3a5 Creation of the "delete" item that we are going to add in the toolbar BGbaderguet 2020-11-14 16:05:34 +0100
  • 39779040ad Adding the list of city (retrieved from the database) BGbaderguet 2020-11-14 02:58:12 +0100
  • b535207dae Activity to show temperature BGbaderguet 2020-11-14 02:57:40 +0100
  • 64a6883c81 Class where we are going to call the API to show the temperature of a city BGbaderguet 2020-11-14 02:57:06 +0100
  • 5c58efae68 Getting off shared preferencies BGbaderguet 2020-11-14 02:56:19 +0100
  • eb61b3fdb7 Add SharedPreferences to handle global behaviour. First use is "Hiding umbrella ImageView when new city is added into the DB" valentin 2020-11-10 13:42:21 +0100
  • 9afb1cb8dd Adding some dependencies to use sqlite database librairies BGbaderguet 2020-11-09 20:03:28 +0100
  • dc530ac103 Adding some comments BGbaderguet 2020-11-09 20:02:38 +0100
  • 9ddebecb9e Nothing less nothing more BGbaderguet 2020-11-09 20:02:15 +0100
  • 7e869e0837 Just cleaning the code and adding some function (like reset the form) BGbaderguet 2020-11-09 20:01:15 +0100
  • 80a0223d9a Repository to retreive the database elements BGbaderguet 2020-11-09 20:00:26 +0100
  • ce76466a0a Interface that use ICityService interface to describe the rules (by defining SQL querys) of our methods BGbaderguet 2020-11-09 19:59:13 +0100
  • 641bb55b72 Interface that contains the declaration of our methods BGbaderguet 2020-11-09 19:57:43 +0100
  • 57285a2cf8 Create our database BGbaderguet 2020-11-09 19:56:50 +0100
  • bd5e6bb9cc City class that describe a city as an object (used to retreive a city from the database and use it in the java code) BGbaderguet 2020-11-09 19:56:16 +0100
  • 8f336520c9 Modyfing the id of our components BGbaderguet 2020-11-09 01:10:35 +0100
  • fd71bd2b9b Nothing but a space BGbaderguet 2020-11-09 01:10:02 +0100
  • 90c18bf8d2 Replacement of the id of the plus button BGbaderguet 2020-11-09 01:09:36 +0100
  • a2625fe318 Creating the alert message and save functionality (not finish) BGbaderguet 2020-11-09 01:08:57 +0100
  • 6ff8e099eb Calling the arrow and allowing back function to return to the parent activity which is the mainActivity (first screen) BGbaderguet 2020-11-08 18:18:55 +0100
  • 9a92544df0 Changing the height and the minimum height of the toolbar in order to have a smooth design BGbaderguet 2020-11-08 18:17:53 +0100
  • 777a5bf959 New design BGbaderguet 2020-11-08 18:16:45 +0100
  • 115fe155b6 Changing the height and the minimum height of the toolbar in order to have a smooth design BGbaderguet 2020-11-08 18:15:23 +0100
  • 2f85e69b3a Clean coding :p BGbaderguet 2020-11-08 18:14:28 +0100
  • 9aaf27e309 Just added a string that we call in the edit text component in the main activity BGbaderguet 2020-11-08 17:17:28 +0100
  • e9bcbd8067 MainActivity class : make the connection between first and second screen for the moment with the plus button - FINAL DESIGN DONE BGbaderguet 2020-11-08 17:12:39 +0100
  • 1a116d0b26 MainActivity class : make the connection between first and second screen for the moment BGbaderguet 2020-11-08 01:27:07 +0100
  • 61ab159447 MainActivity class : make the connection between first and second screen for the moment BGbaderguet 2020-11-07 19:57:49 +0100
  • daf4c67032 Java class of the city page layout BGbaderguet 2020-11-07 19:56:59 +0100
  • b92ca8fe6e Design of the second page use to save a City BGbaderguet 2020-11-07 19:56:30 +0100
  • 991682f0ce Vector assets (plus icon and umbrella icon) and layout components added in order to create the first page :) BGbaderguet 2020-11-07 19:17:26 +0100
  • 66e1b0b154 Vector assets (plus icon and umbrella icon) and layout components added in order to create the first page :) BGbaderguet 2020-11-07 18:45:58 +0100
  • 2733f4def2 Vector assets (plus icon and umbrella icon) and layout components added in order to create the first page :) BGbaderguet 2020-11-07 17:59:05 +0100
  • 9fd97503d9 Vector assets (umbrella and plus button) and attributs added in order to create the home page BGbaderguet 2020-11-07 16:02:58 +0100
  • ba081732e5 Mise à jour du contenue TextView avec un password juste pour le fun BGbaderguet 2020-11-02 21:06:16 +0100
  • 4068bc320a Mise à jour du contenue TextView BGbaderguet 2020-11-02 18:03:54 +0100
  • a88078e606 Update TextView test 2 valentin 2020-11-02 17:50:00 +0100
  • 596cff092c Update TextView test valentin 2020-11-02 17:47:29 +0100
  • bfe1916e10 Initial commit 2 valentin 2020-11-02 17:31:22 +0100
  • 113497ec2a Initial commit valentin 2020-11-02 17:20:24 +0100