Alexander--

Results 25 issues of Alexander--

1. Create Activity with retained instance variable, annotated with `@Retained` 2. _Do not_ annotate anything with `@Arg` 3. Start the Activity with Intent, that has extras Bundle Result: `Akatsuki.restore` will...

The current code of Aria2Adapter contains a comment, that aria2 does not implement `tellAll`, so the code has to inefficiently query tellWaiting, tellActive etc. with full parameter list for each....

enhancement
future-work

Currently ContentProviderHelper completely refuses to interact with provider, if it returns a null Cursors or throws exception in response to initial query. This does not make much sense, because many...

Even if ContentProvider responds to initial query with a non-null Cursor, ContentProviderHelper still won't show those columns unless the Cursor has at least one row (other functionality — querying etc....

I have configured the extension to clean data "ON LEAVE" and set timeout to 3 seconds. When I close a tab, nothing happens. I can confirm, that cookies remain intact...

Apparently, it is possible to overload kernel conntrack module with SYN flood (or other types of flood), rendering any conntrack-dependent firewall rules dysfunctional. This may be used to force active...

The current code of `PrimitiveByteArraySubject` (as well as other primitive array subjects) has several major flaws: 1. The Throwable message is generated by concatenating string representation of arrays. If arrays...

P3
type=enhancement

Both koloboke-impl and koloboke-impl-common are automatically fetched as part of project build. Both have a `package-info.class` file in `com/koloboke/collect/impl`. This causes Proguard builds (and presumably some other forms of library...

It seems to use a lot of unimplemented functions, for example, channel-mapping functionality.

I have encountered a nasty deadlock during debugging some db-related code and traced it down to [this thread](http://sqlite.1065341.n5.nabble.com/Deadlock-with-multiple-connections-td69525.html). So, basically, SQLite is advertised as a multiple-readers-single-writer db, but does not...