Martin Klüpfel

Results 13 issues of Martin Klüpfel

### 🔖 Feature description Currently, the cookies are stored in files that can be accessed by other apps. ### 🎤 Pitch I would suggest that you change the location of...

When logging in with email, `null` is returned from the server for `providerAccessTokenExpiry`, but the type is currently `int` and not `int?` which is why an exception flies at this...

The old badges don't work anymore, which is why I replaced them with others.

### What does it do? Chat now only scrolls to the new message if it is really new (different ID) and not if it has changed in any way. ###...

### What does it do? I just added the ability to put a custom widget at the start of the `ChatList`. This pull request is not breaking in any way,...

**Steps to Reproduce** Create an empty class with the HiveType annotation. ``` @HiveType(typeId: 0) class EmptyClass {} ``` Start the generator. The result is: ``` class EmptyClassAdapter extends TypeAdapter {...

problem

Fixes the problem that for empty classes the byte with the number of attributes and the attributes from old versions are not read. (Fixes #1081)

I have changed the username of my Github account since my contributions to this project.

In Android, it is possible to count steps without a background service and still be able to differentiate between days/hours/minutes. This is much more energy-efficient than using the `SensorManager` directly....

improvement

### Use case Some apps need the option of using their own keyboard for security reasons. You often do not want other software or hardware keyboards to be able to...