jidesoft

Results 9 issues of jidesoft

Does YCMatrix have a method that is the same as the setPolyToPoly method on Android? [https://developer.android.com/reference/android/graphics/Matrix](url) I tried to look at each file in the repo but couldn't find it....

In my app, I need to change the location provider on fly by calling location(...) method. However I noticed it works the first time but never again. Then I found...

The setupiCloudDocumentSyncWithUbiquityContainer needs to be called when the app starts. However, I noticed this method will start the sync the files with iCloud automatically. To make it worse, it syncs...

The locale comes into GeneratedLocalizationsDelegate_resolve method is 'zh_Hant_TW' on an Android phone that was set to Chinese (Taiwan). The arb file is strings_zh_TW.arb which is Traditional Chinese. We also have...

enhancement

In order to use this project in an Android app, I had these two lines in the gradle script. ``` implementation 'se.walkercrou:google-places-api-java:2.1.7' implementation 'org.apache.httpcomponents:httpclient-android:4.3.5.1' ``` I noticed the following libraries...

I can try to fix it myself if you guys can show me the steps. I saw Faroe has a separate shape in the shp file, but it maps to...

GPS: 46.586385, -87.382510. Java code TimezoneMapper says it is America/Menominee but it is actually at America/Detroit. Thanks for the attention!

Thanks for the library. Just a quick question. The library is based on leveldb. Does it mean the actual database files are the same as leveldb? The reason I ask...

I have a fab menu to show four mini fabs. The gap between the mini fabs are too big. Is there a way reduce the gap? Thanks,