Steve Pomeroy

Results 22 issues of Steve Pomeroy

##### Are there any related issues? could not find any obvious ones ##### What operating system are you using? Debian GNU/Linux 9 (stretch) ##### What version of Nylas Mail are...

When `swapCursor()` is called on a `SimpleCursorAdapter` and the cursor is transitioning from `null` to populated, the app encounters a NPE. This is due to `requestFocus()` being called from `AdapterDataSetObserver.onChanged()`,...

Doing an Offset transform on a rounded rectangle reveals the construction of the rounded rectangle, which is a non-intuitive result.

bug
Paths

I have no idea how hard this would be considering the data model, but it'd be very handy to be able to chamfer (non-curved to start) the corners of a...

enhancement
Nodes

Perhaps this is just a personal preference, but it would be very nice if this project didn't require Maven in order to build it. This project is my first attempt...

> Fragment.onPause is called before Activity.onPause; ditto for onStop (Reported by Kurt Huwig via personal email)

bug

> after Activity.onDestroy a call is made to Activity.onDetachedFromWindow (Reported by Kurt Huwig via personal email)

bug

> I'd swap Activity and Fragment, as the Activity runs first. (Reported by Kurt Huwig via personal email)

enhancement

When using the Random Cycle palette in a configuration where one device syncs to others, each device chooses its own random palette. Ideally, instead, the primary device should choose one...

enhancement

The underlying REST API supports paging, but it is masked in a few places by overly-strict function signatures. When a function gets called from the `AccessMethodsMixin` collection, the `page=1` keyword...

enhancement