Serghei Oleinicenco
Serghei Oleinicenco
This PR fixes #23 and #35. Increased AppCompat version to 1.2.0 and adjusted the context wrapping based on changes described in this [answer](https://stackoverflow.com/a/58004553/218473). ### Changes Instead of the old approach...
**Describe the bug** Updating [`Appcompat` library to `1.1.0`](https://developer.android.com/jetpack/androidx/releases/appcompat#1.1.0) on the app side stop's `Philology` intercepting the text value on devices with API levels 21-25. Since the problem doesn't reproduce on...
**Description** When using `androidx.preference.PreferenceFragmentCompat` ViewPump doesn't intercept inflating underlying elements. Even `PreferenceFragmentCompat` uses a different inflation process than `android.app.Fragment` by loading the elements from the XML resource, it still uses...
Thank you for the great app! Having one issue: At the moment unable to inspect views from dialogs. The Layout Inspector, however, is seeing them fine under `com.android.internal.policy.PhoneWindow$DecorView` root.
Hi, My project is based on angularjs. I'm saving route by using: ``` javascript control.on('routeselected', function (e) { tripRoute = JSON.stringify(e.route); }); ``` and save this to a database. Later...