mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-01 19:51:55 +01:00
6732bab481
This has some advantages: - Less stuff to download for building Gadgetbridge (CI Speedups) - Shorter build time (no need to build shared library for all supported architectures) - Easier debugging - etc :P What I did: - remove all curves except B163 to make porting easier - port to java with brain switched off - fix the "java has no unsigned" bugs - add some helpers to convert int[] to byte[] and back because java has no casts The result is ugly, no one would write such crappy code from scratch, but I tried to keep it as close to the C code as possible to prevent bugs. Since I did not know what |
||
---|---|---|
.. | ||
activities | ||
adapter | ||
capabilities | ||
contentprovider | ||
database | ||
deviceevents | ||
devices | ||
entities | ||
export | ||
externalevents | ||
impl | ||
model | ||
service | ||
util | ||
GBApplication.java | ||
GBEnvironment.java | ||
GBException.java | ||
LockHandler.java | ||
Logging.java | ||
LoggingExceptionHandler.java | ||
SleepAlarmWidget.java | ||
Widget.java |