Matthew Precious

Results 19 issues of Matthew Precious

Maybe batching up MOVE events would help with the throttling

enhancement
pr welcome

X minutes away % of trip distance

Feature Request

java.lang.NullPointerException at com.google.android.maps.PixelConverter.toPixels(PixelConverter.java:71) at com.google.android.maps.PixelConverter.toPixels(PixelConverter.java:61) at com.mattprecious.locnotifier.RadiusOverlay.draw(RadiusOverlay.java:58) at com.google.android.maps.Overlay.draw(Overlay.java:179) at com.google.android.maps.OverlayBundle.draw(OverlayBundle.java:45) at com.google.android.maps.MapView.onDraw(MapView.java:494) at android.view.View.draw(View.java:6770) at android.view.ViewGroup.drawChild(ViewGroup.java:1783) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1510) at android.view.ViewGroup.drawChild(ViewGroup.java:1781) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1510) at android.view.ViewGroup.drawChild(ViewGroup.java:1781) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1510) at android.view.View.draw(View.java:6773) at...

Crash Report

Send message to multiple contacts

Feature Request

```sq CREATE TABLE table ( text TEXT ); CREATE VIEW view AS SELECT text FROM table ``` Migration: ```sq DROP TABLE IF EXISTS table; CREATE TABLE table ( text TEXT...

feature

While I can simulate these types by setting `minValue`/`maxValue`/`increment` accordingly, I'd like to not have to write type conversion code.

``` java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()' on a null object reference at com.google.android.libraries.remixer.ui.view.RemixerAdapter.getItemCount(RemixerAdapter.java:59) ```

The annotation processor doesn't generate the `_RemixerBinder` class if there's no variable method annotations. ``` Caused by: java.lang.ClassNotFoundException: com.example.app.MainActivity_RemixerBinder at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:400) at java.lang.Class.forName(Class.java:326) at com.google.android.libraries.remixer.annotation.RemixerBinder.bind(RemixerBinder.java:44) at com.example.app.MainActivity.onCreate(MainActivity.java:209) ...

Defining all the variables in the activity doesn't scale to anything larger than a prototype project. Fragments/views/whatever should be able to define their own variables and bind/unbind themselves from Remixer....