micolous

Results 83 issues of micolous

`com.android.support:support-v4:27.1.1` requires SDK 14. GraphView indicates that it supports SDK 9. This results in the following error: ``` > Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version...

I had issues with the library trying to serialise QuerySets and Models. In the case of Models, it tries to serialise one of the internal Django attributes, and fails. I've...

important

Implemented as a protocol handler (like `smtp`), this would take a configuration option like ``` anything delete ``` When operating in this mode, `nullmailer` would accept mail and always report...

Presently when a card does not have a full parser suite, a user gets a bunch of gory technical details, and it looks like an error. It would be good...

@jakcron's notes: https://github.com/metrodroid/metrodroid/wiki/SmartRider/_compare/6c1ac9747815b09aabf5dce2a248fe7f9b33fa2d...40137930f281211d4e90e7badf674751e4cd93fb There were a couple of errors, which [I've fixed up in the wiki](https://github.com/metrodroid/metrodroid/wiki/SmartRider). * Parse balance records properly, including negative balances, instead of guessing by which is...

bug
enhancement

Both Seattle Monorail and King County Water Taxis use KCM's agency ID and hand-held readers, and vehicle number 3. [We previously marked these as Monorail](https://github.com/metrodroid/metrodroid/pull/688), but the Water Taxi also...

bug

* CEPAS: removes early `dumpAllSfis`. This saves about 1.6 sec reading CEPAS and EMV cards. The data here is never actually used by Metrodroid as far as I can tell,...

Alternative to #768, this fixes the infinite loop issue for `ImmutableByteArray.chunked()`, and actually uses multiple-read functions. FeliCa doesn't have any way to probe the size of a Service, so we...

## Description of the issue The [Clipper operators list](https://github.com/micolous/metrodroid/blob/master/data/clipper/operators.csv) has some interesting bits. It looks like Walgreens has 0x1bc, 0x1be, 0x1db. Given the spread, there may be many more operator...

help wanted