James Fenn

Results 126 comments of James Fenn

I'm working on going through all of my projects and splitting them into different build variants to allow me to distribute them on both F-Droid and Google Play while following...

The documentation in this repo is not well maintained right now... I would improve it, but I'm actually planning to move the repository to [code.horrific.dev](https://code.horrific.dev/james/metronome), so any contributing instructions I...

@mikeantonacci what about making the refresh button not do anything if it's already been refreshed in the last 10 seconds ^^

This is mostly fixed with pull request #284. The issue here was that the Snackbars were being attached to a DrawerLayout instead of a CoordinatorLayout. I've added one to temporarily...

You can't really add an option for sections to this library as it is only a layout manager, not an adapter. You could make two separate ViewHolders (one for the...

> But then again, the LayoutManager should handle the different cases of laying out the different itemTypes, isn't it ? All that the `LayoutManager` does is configure the position of...

On second thought, if you have a fixed amount of sections it might be better to put the headers inbetween `RecyclerView`s in a `NestedScrollView`, since the new version of the...

Oh I see the problem now, sorry about that :P I haven't looked through the source of this library that much but you should just be able to modify the...

I'm opposed to automating the translations of this material as it will have a noticeable effect on the quality and usability of the resulting text, and could change the meaning...

@thubalek > There is definitely problem if sync if translation manual. If you change original text then you have to notify translator for all languages and make sure they translated...