Skip to content

Commit

Permalink
Update Changelog, disable accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Feb 16, 2025
1 parent 42ab512 commit 126b045
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [2.32.9] - 2025-
## [2.32.9] - 2025-02-16

### Changed
- Show list of all traffic on the page "Information/Traffic Data Receiver".
Expand Down
23 changes: 4 additions & 19 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,22 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.00017">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000187">

</testcase>


<testcase classname="fastlane.lanes" name="1: Switch to android build lane" time="0.000295">
<testcase classname="fastlane.lanes" name="1: /Users/kebekus/Software/buildsystems/Qt/6.8.2/android_x86_64/bin/qt-cmake -DCMAKE_BUILD_TYPE:STRING=Release -DQT_ANDROID_BUILD_ALL_ABIS=ON -DQT_ANDROID_SIGN_APK=ON -DQT_ANDROID_SIGN_AAB=ON -S .. -B ../build/build-android-release" time="3.629969">

</testcase>


<testcase classname="fastlane.lanes" name="2: /Users/kebekus/Software/buildsystems/Qt/6.8.0/android_x86_64/bin/qt-cmake -DCMAKE_BUILD_TYPE:STRING=Release -DQT_ANDROID_BUILD_ALL_ABIS=ON -DQT_ANDROID_SIGN_APK=ON -DQT_ANDROID_SIGN_AAB=ON -S .. -B ../build/build-android-release" time="2.866764">
<testcase classname="fastlane.lanes" name="2: cmake --build ../build/build-android-release --target apk" time="849.309375">

</testcase>


<testcase classname="fastlane.lanes" name="3: cmake --build ../build/build-android-release --target apk" time="795.716028">

</testcase>


<testcase classname="fastlane.lanes" name="4: cmake --build ../build/build-android-release --target aab" time="176.503359">

</testcase>


<testcase classname="fastlane.lanes" name="5: Switch to android metadata lane" time="0.000117">

</testcase>


<testcase classname="fastlane.lanes" name="6: upload_to_play_store" time="200.351924">
<testcase classname="fastlane.lanes" name="3: cmake --build ../build/build-android-release --target aab" time="67.130655">

</testcase>

Expand Down
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ auto main(int argc, char *argv[]) -> int
{
// It seems that MapBoxGL does not work well with threaded rendering, so we disallow that.
qputenv("QSG_RENDER_LOOP", "basic");
// Might help with ANRs under Android
qputenv("QT_ANDROID_DISABLE_ACCESSIBILITY", "1");

// Register types
qRegisterMetaType<GeoMaps::Airspace>();
Expand Down

0 comments on commit 126b045

Please sign in to comment.