Felipe Lima
Felipe Lima
See discussion on #11 and https://github.com/SourMesen/Mesen/commit/4d96c1333467272bcd4927f59d37144cab92ea87 for an example implementation on Mesen
So that we can't accidentally save game A and restore into game B
I'm not sure what is going on with TestButler with Lollipop but really weird things happen with our app when it's installed. Most importantly, touch events don't seem to be...
We could move the regex code that extracts parameters from the URI into compile time by baking that into the processor
Right now you have to extract deep link parameters from the Intent extras, which is still pretty error prone since there is no compile time validation. We could leverage our...
`URL#getQuery()` may return `null` resulting in an exception inside OkReplay
Open ended versions are dangerous
If an exception is thrown from `resubscriptionTag()`, then RxGroups will throw with `OnErrorNotImplementedException`. We should probably implement `onError` and provide a more meaningful message. Here's the current stacktrace: ``` java.lang.IllegalStateException:...