You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
additional crash fixes. in yesterday's update, context was replaced with context.getApplicationContext() while initializing DropDownPopup in SpinnerCompat . this caused many problems on certain devices (due to the selector resource, for example, not being found or set). in retrospect, this was not an ideal fix, since when dealing with the ui, we should be dealing with a context (since it will contain theme/styling information) instead of an application context. consequently, reverted this fix and, for now, let the jump dialogs show a dialog popup when their spinners are selected (while this isn't ideal, it's better than the old behavior, where the dropdown was cut off and as thus, the end of the list was unreachable, and is also better than the new behavior where it works on many devices and crashes on others).
updated appcompat-v7 and support-v4 to v22. this allowed for the removal of the FixedListPopup class introduced in the last patch set, since now appcompat does this for us.
this version is only for Gingerbread and Honeycomb. it will only be getting critical fixes. all new development will be for 4.x+ insha'Allah.