release 0.5.0 #35
@ -13,7 +13,7 @@ android {
 | 
				
			|||||||
        minSdkVersion 23
 | 
					        minSdkVersion 23
 | 
				
			||||||
        targetSdkVersion 29
 | 
					        targetSdkVersion 29
 | 
				
			||||||
        versionCode 14
 | 
					        versionCode 14
 | 
				
			||||||
        versionName "0.4.99"
 | 
					        versionName "0.5.0"
 | 
				
			||||||
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 | 
					        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 | 
				
			||||||
        resValue "string", "build_time", buildTime()
 | 
					        resValue "string", "build_time", buildTime()
 | 
				
			||||||
        setProperty("archivesBaseName", "projectlaogai-$versionName")
 | 
					        setProperty("archivesBaseName", "projectlaogai-$versionName")
 | 
				
			||||||
 | 
				
			|||||||
@ -50,7 +50,7 @@ class NFCMensaCard {
 | 
				
			|||||||
         * @param context the context to show the dialog in
 | 
					         * @param context the context to show the dialog in
 | 
				
			||||||
         */
 | 
					         */
 | 
				
			||||||
        fun readBalance(intent: Intent, context: Context) {
 | 
					        fun readBalance(intent: Intent, context: Context) {
 | 
				
			||||||
            val tag: Tag = intent.getParcelableExtra(NfcAdapter.EXTRA_TAG)
 | 
					            val tag: Tag? = intent.getParcelableExtra(NfcAdapter.EXTRA_TAG)
 | 
				
			||||||
            val isoDep = IsoDep.get(tag)
 | 
					            val isoDep = IsoDep.get(tag)
 | 
				
			||||||
            try {
 | 
					            try {
 | 
				
			||||||
                isoDep.connect()
 | 
					                isoDep.connect()
 | 
				
			||||||
 | 
				
			|||||||
@ -3,5 +3,6 @@ This release 0.5.0 is called  "artistical Apollon".
 | 
				
			|||||||
* new: it's now possible to choose a theme (light, dark or black)
 | 
					* new: it's now possible to choose a theme (light, dark or black)
 | 
				
			||||||
* new: you can now check your current mensa card balance
 | 
					* new: you can now check your current mensa card balance
 | 
				
			||||||
* change: updated some libs, updated kotlin to 1.3.41
 | 
					* change: updated some libs, updated kotlin to 1.3.41
 | 
				
			||||||
 | 
					* change: added a license dialog for all used libraries
 | 
				
			||||||
* fix: the mensa should now show the correct meals on sunday/monday
 | 
					* fix: the mensa should now show the correct meals on sunday/monday
 | 
				
			||||||
* fix: the timetable should now show the correct on the sunday/monday change
 | 
					* fix: the timetable should now show the correct on the sunday/monday change
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user