Emanuel Moecklin
Emanuel Moecklin
I second that. If the pin is complete then the app usually does some validation (in our case it's a backend call) but the user can still change the pin...
This repo doesn't seem to be maintained any more so I forked it and fixed this issue (plus did a good amount of migrations and refactoring) here https://github.com/1gravity/redux-kotlin. Since I...
@Syrou I saw that someone already took ownership of this repo. It's either adding compose functionality to my fork or merging all my changes back into this repo (I made...
Why was this issue closed? It's good to hear that someone has built a solution that works for them but that doesn't help anyone else. This should be out-of-the-box functionality,...
> The ColorPicker dependency is added to the RTEditor module, but only used by the HorizontalRTToolbar on the RTEditor-Toolbar module. I agree and I just changed that > The RTManager...
submit a pull request? Honestly I don't think inserting multiple images at once is an important use case. It would be much more important to be able to re-size inserted...
I tested your app on my S8 and it didn't crash at all. Cab you confirm that the issue is obsolete?
Look at the media package (https://github.com/1gravity/Android-RTEditor/tree/master/RTEditor/src/main/java/com/onegravity/rteditor/media). It's prepared to handle audio and video files too but it needs fleshing out. Any help would be greatly appreciated.
This is a known issue but I haven't found a solution yet. It makes sense to delete the last OL because otherwise it would be impossible to go from Ol...
The library has crop functionality included but it's applied only when an image is captured using the camera. For images picked from the file system, it doesn't call the crop...