José Rebelo
d34dcb6fc6
Downgrade com.android.tools.build:gradle to v8.7.0
...
Nightly build fails:
```
2024-10-03 23:18:19,270 INFO: APK file was successfully validated!
2024-10-03 23:18:19,321 CRITICAL: Unknown exception found!
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/androguard/core/bytecodes/apk.py", line 1556, in get_android_resources
return self.arsc["resources.arsc"]
KeyError: 'resources.arsc'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/fdroid", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/fdroidserver/__main__.py", line 230, in main
raise e
...
File "/usr/local/lib/python3.10/dist-packages/androguard/core/bytecodes/axml/__init__.py", line 2181, in __init__
raise ResParserError("res1 must be zero!")
androguard.core.bytecodes.axml.ResParserError: res1 must be zero!
```
This reverts commit b8bf1200c1
.
2024-10-04 20:05:49 +01:00
José Rebelo
b8bf1200c1
Update dependency com.android.tools.build:gradle to v8.7.0
2024-10-03 23:24:46 +01:00
dependency-bot
600bac4e52
Update dependency com.android.tools.build:gradle to v8.6.1
2024-09-21 13:23:28 +00:00
dependency-bot
c0c3788490
Update dependency com.android.tools.build:gradle to v8.6.0
2024-08-31 01:08:46 +00:00
dependency-bot
effeba805a
Update dependency com.android.tools.build:gradle to v8.5.2
2024-08-10 01:09:03 +00:00
dependency-bot
ce849579c5
Update dependency com.android.tools.build:gradle to v8.5.1
2024-07-20 21:34:22 +00:00
José Rebelo
9bff990370
Upgrade to gradle 8
2024-06-30 15:18:30 +00:00
José Rebelo
bf01d9b346
Update protobuf dependencies
2024-04-15 22:04:45 +01:00
José Rebelo
1a92bcf8a5
Upgrade to Android Gradle Plugin 7.4.2
...
Rename "main" flavor to "mainline", since that breaks the build.
https://stackoverflow.com/questions/72775247/productflavors-main-gradle-error-multiple-entries-with-same-key-main-and
2024-01-22 20:18:49 +00:00
Andreas Shimokawa
20e97bc048
bump android gradle plugin
2022-04-07 21:55:04 +02:00
Andreas Shimokawa
6223336bc3
bump gradle
2022-03-30 23:08:14 +02:00
Andreas Shimokawa
1b3b463f03
bump version, gradle, appcompat
2021-12-11 22:02:51 +01:00
Andreas Shimokawa
b764edb979
bump gradle
2021-10-13 11:49:38 +02:00
Andreas Shimokawa
f0cc15ddd5
bump gradle plugin
2021-09-03 15:18:18 +02:00
Andreas Shimokawa
c6bff25d29
bump gradle and gradle plugin as auto-applied by Android Studio Arctic Fox (2020.3.1)
...
Bump protobuf gradle plugin to fix build
Also bump other unrelated dependencies and fix some linting
2021-07-29 18:09:15 +02:00
x29a
5b2ca65321
Added support for SMA Q2 ( #2215 )
...
Hi,
i applied the changes from [Emeryths fork](https://github.com/Emeryth/Gadgetbridge ) to master in order to get the [SMA Q2 smartwatch](https://hackaday.io/project/85463-color-open-source-smartwatch ) support upstream.
It uses [his firmware](https://github.com/Emeryth/sma-q2-oss ) (pretty/most popular for this device).
Greatly appreciate any feedback as this is my first attempt to add a device to GB :)
I read through the [tutorial](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/New-Device-Tutorial ), are there other sources for adding new device support?
thanks!
Co-authored-by: x29a <0.x29a.0@gmail.com>
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2215
Co-authored-by: x29a <x29a@noreply.codeberg.org>
Co-committed-by: x29a <x29a@noreply.codeberg.org>
2021-07-20 12:08:12 +02:00
Andreas Shimokawa
3eff54c807
Use flexbox layout for icons in device cards
...
Fixes #2301 on small screens
2021-05-26 13:26:34 +02:00
Andreas Shimokawa
1a197dc07f
bump android gradle plugin (which also bumps gradle)
2021-05-11 11:14:21 +02:00
jimman2003
3a99b71d53
Change deps repo to mavenCentral
2021-04-30 13:21:49 +03:00
Andreas Shimokawa
b79e24c0d0
update dependencies
2021-04-21 16:37:13 +02:00
Andrew Watkins
3cfc6c596b
Huami Zepp E support ( #2180 )
...
Added support for Huami Zepp E
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/2180
Co-Authored-By: Andrew Watkins <randnv20@noreply.codeberg.org>
Co-Committed-By: Andrew Watkins <randnv20@noreply.codeberg.org>
2021-01-31 22:41:01 +01:00
Andreas Shimokawa
96ec7cb5b8
bump gradle plugin
2020-11-14 22:03:55 +01:00
Andreas Shimokawa
3c56ac546f
update gradle and support libraries
2020-11-05 12:16:34 +01:00
Andreas Shimokawa
0aeda120b6
update gradle android plugin
2020-10-12 16:10:59 +02:00
Andreas Shimokawa
28a3ab1518
Huami: save raw summary data in new binary blob column for later interpretation
2020-08-16 22:50:59 +02:00
TaaviE
b76a8267b8
Added CompanionDeviceManager support, added target 29 support, refactored the scan display and UI.
2020-08-02 21:07:14 +03:00
TaaviE
e4ffee6c99
Because Android Studio converts double quotes to single quotes, unifying the style to single quote
2020-08-02 21:07:14 +03:00
Andreas Shimokawa
16baf97083
update gradle and plugin
2020-06-06 23:49:33 +02:00
Andreas Shimokawa
4061e1c66c
update gradle plugin and androidx.preference.preference
2020-04-24 10:48:51 +02:00
Andreas Shimokawa
1063b49519
prepare release
2020-04-06 10:39:38 +02:00
Andreas Shimokawa
d2647b2b65
bump gradle plugin
2020-03-12 13:28:35 +01:00
Andreas Shimokawa
335c37795c
bump gradle and com.google.android.material
2020-02-27 12:32:30 +01:00
Andreas Shimokawa
e9f84449ac
update gradle android plugin
2019-12-07 21:41:28 +01:00
Andreas Shimokawa
f3236fe3ce
update gradle plugin
2019-11-04 22:35:42 +01:00
Andreas Shimokawa
f226f37ade
update gradle plugin
2019-10-28 16:06:30 +01:00
cpfeiffer
235c3fb599
Replace findbugs with spotbugs and fix configuration for latest gradle
2019-09-19 22:31:49 +02:00
Andreas Shimokawa
a3d9aadde0
update gradle and depencencies
2019-09-16 21:56:40 +02:00
Andreas Shimokawa
42a6b9f48b
update dependencies
2019-08-13 15:07:31 +02:00
Andreas Shimokawa
fb04e0b48f
update gradle plugin to 3.4.1
2019-05-25 22:30:59 +02:00
Andreas Shimokawa
6c6afaf81a
update gradle to 5.1.1
2019-05-23 22:02:25 +02:00
Andreas Shimokawa
be33e9e3be
bump gradle plugin to 3.3.2
2019-03-17 18:15:57 +01:00
Andreas Shimokawa
2e5a5f125a
Revert "Revert "update gradle plugin""
...
This reverts commit 49b2f455f7
.
2019-02-11 23:02:57 +01:00
Andreas Shimokawa
49b2f455f7
Revert "update gradle plugin"
...
Testing travis :/
This reverts commit 2d1b076214
.
2019-02-09 23:00:12 +01:00
Andreas Shimokawa
2d1b076214
update gradle plugin
2019-02-09 00:08:07 +01:00
Andreas Shimokawa
6b136210a1
bump android gradle plugin and build tools version
2018-10-28 21:31:09 +01:00
cpfeiffer
c203023fea
Update build tools to 3.2.0
2018-09-28 22:15:24 +02:00
cpfeiffer
e32dcd9d73
Update gradle, may need Android Studio settings change, see below
...
If you get a message about disabling "Configuration on demand" in gradle.properties,
do the following:
Open File -> Settings -> Build, Execution, Deployment -> Compiler
and uncheck "Configure on demand".
No messing with gradle.properties necessary.
2018-08-17 00:13:38 +02:00
Andreas Shimokawa
27ea722021
bump gradle plugin version
2018-07-16 13:37:08 +02:00
Andreas Shimokawa
b5a3290d8d
update grade plugin
2018-05-12 21:12:10 +02:00
Andreas Shimokawa
49b06537ee
update gradle plugin to 3.1.0
2018-03-27 11:09:33 +02:00