Céleste Wouters
Céleste Wouters
Darn, the issues you're having is with code I wrote, which I know don't work well. The string thing is my quickly thrown together UTF-8 encoder/decoder, and the Quaternion stuff...
@Carrotstrip "aero" is a shorthand I used for "aeronautics" or "aerospace", i.e. angles as expressed for [a fixed-wing aircraft](https://en.wikipedia.org/wiki/Flight_dynamics_(fixed-wing_aircraft)), which is a kind of Euler angle system, where it is...
In `src/org/tint/ui/components/CustomWebView.java`, we can see caching is enabled: `settings.setAppCacheEnabled(true);` But with a ridiculously small and non-configurable size of 3MB: `settings.setAppCacheMaxSize(3 * 1024 * 1024);` So yes, caching could be improved,...
Is the "forward" button missing? It's implemented on the three UI types (Phone, Phone-legacy, and Tablet). If you're looking for this button on the Phone UI, open the tabs panel...
The RivieraWaves wifi code is known to be available in multiple repos on GitHub, yes. The issue is the RW stack is entirely proprietary, and source *availability* doesn't mean we...
Antialiasing seems to be force-enabled for the game in NVIDIA's control panel. Disable all override options from there as it disturbs how OpenGL acts and messes with Sodium.
As Tint does not run on Android < 4, we can safely assume all devices it runs on have access to the Recently Used button (either on-screen or physical (long...
Could you please give more details? - Which Tint version (likely 1.8.1 at the moment)? - What Android version do you use? Also, is it a custom ROM or stock...
I don't know if the project would have gotten Android Studio project files officially without someone else proposing the change. Is this conversion destroying Eclipse project files? Personally I don't...
> make it easier for a bunch of other people who don't want to muck... Actually, there's an awesome thing that's called [DHCP](https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol) for that kind of thing. Anyways, it...