MatPag
MatPag
If you try to rotate the device in landscape mode, you will notice that the app_title is not centered. the solution is this: in action_main.xml replaced with : ``` ```...
Like pretty every other mlkit library, we should have a `com.google.mlkit:text-recognition` with bundled model which works offline without relying on play services to download `ocr` model afterwards text-recognition is the...
If I build an app with `--obfuscate` and `--split-debug-info` and try to log a crash automatically, an error is thrown at this line: https://github.com/zubairehman/Flogs/blob/86bb3e9509ed910e5d84801decabc77eee8dccd5/lib/model/flog/flog.dart#L404 Probably because when the Stacktrace is...
**Describe the bug** We launch the `OssLicensesMenuActivity` with this lines: ``` OssLicensesMenuActivity.setActivityTitle(getString(R.string.oss_activity_title)); startActivity(new Intent(this, OssLicensesMenuActivity.class)); ``` The app is crashing with the stacktrace below in rooted devices, (deduced finding the...
This should complete the fix of the previous PR Relates to #20 Fixes #21
One of our tester today found a small bug with the newly fixed LessonsBottomSheetBehavior. We had the same fix just merged here: https://github.com/material-components/material-components-android-examples/pull/20 But if the sheet is dragged down...
iOS 14 added the ability to change the predefined email app. Instead of relying only on `MFMailComposeViewController` we can try to use the `mailto` alternative which will re-direct to the...
Hello, with the world around us with more and more contracts signed on the web because of Covid-19, can you evaluate to add new set of icons to represent the...
Salve, mi piacerebbe recuperare in automatico la lista di tutte le province (attive e non) e del loro nome esteso. C'é il file di storico dei comuni qui: https://www.anagrafenazionale.interno.it/area-tecnica/archivio-storico-dei-comuni/ che...