Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update v2.0.0 #124

Merged
merged 44 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
b3d226a
[build]: migrated to Gradle Kotlin DSL and Gradle version catalogs
F0x1d Apr 30, 2024
09ad4c7
[build]: started splitting monolith app module into core and feature …
F0x1d May 1, 2024
f57358c
[misc]: updated .gitignore
F0x1d May 1, 2024
df57588
[fix]: proguard rules
F0x1d May 1, 2024
a1d34d9
[fix]: moved settings string to core-ui
F0x1d May 1, 2024
d3602a3
[build]: moved files in app module to kotlin directory
F0x1d May 1, 2024
68eeacd
[build]: separated logging and crashes to other modules
F0x1d Jun 25, 2024
6b24a0a
[build]: moved recordings to standalone module
F0x1d Jun 26, 2024
2fff7ae
[build]: moved filters to standalone module
F0x1d Jun 29, 2024
07ea66c
[build]: moved settings to standalone module
F0x1d Jun 29, 2024
ce59aa6
[build]: moved setup to standalone module
F0x1d Jun 29, 2024
b31b7fb
[feat]: added option to export logs not in original format (#123)
F0x1d Jun 29, 2024
614ce55
[fix]: using flows in preferences
F0x1d Jun 29, 2024
086ce45
[fix]: titles in settings
F0x1d Jun 30, 2024
acac895
[fix]: slow UI state updates
F0x1d Jun 30, 2024
a5195bf
[feat]: placeholder background and card stroke using dynamic colors (…
Jesse205 Jun 30, 2024
d1b4a1b
[fix]: should fix #129
F0x1d Jun 30, 2024
ea16c0c
[fix]: useless prefs observation and #130
F0x1d Jun 30, 2024
0021140
[build]: setup is made with Jetpack Compose
F0x1d Jun 30, 2024
aa365a0
[fix]: removed useless event
F0x1d Jun 30, 2024
4f61f32
[build]: bumped version to 2.0.0
F0x1d Jun 30, 2024
361b988
[fix]: removed bold font on buttons
F0x1d Jun 30, 2024
b8174d4
[fix]: small bug fixes
F0x1d Jun 30, 2024
d4405a7
[fix]: shizuku binding
F0x1d Jun 30, 2024
8a6ae5e
[refactor]: using libsu for Root backend (partly)
F0x1d Jul 1, 2024
b590c60
[feat]: added support chat link
F0x1d Jul 2, 2024
f4b2905
[fix]: shizuku crash
F0x1d Jul 5, 2024
526c0a6
[feat]: per app notifications settings
F0x1d Jul 5, 2024
791d800
[fix]: hiding it for android 7
F0x1d Jul 5, 2024
a009076
[feat]: added compose unit tests
F0x1d Jul 6, 2024
399e7c2
[fix]: ci scripts
F0x1d Jul 6, 2024
5b6e97d
[fix]: using cache to share apks
F0x1d Jul 6, 2024
0af71b0
[fix]: i hope it fixes tests
F0x1d Jul 6, 2024
b20cf88
[fix]: added reports uploading to CI
F0x1d Jul 6, 2024
0a92eee
[fix]: trying to fix build ci
F0x1d Jul 6, 2024
ee9492c
[fix]: final one i hope
F0x1d Jul 6, 2024
7da401b
[fix]: maybe now?
F0x1d Jul 6, 2024
b90bc0c
[fix]: what about now?
F0x1d Jul 6, 2024
8b03dd8
[fix]: still trying?
F0x1d Jul 6, 2024
784d673
[fix]: root shell on some devices
F0x1d Jul 6, 2024
fc558d2
[fix]: showing ADB command in dialog
F0x1d Jul 6, 2024
fd60c2a
[fix]: logs selection and ANRs
F0x1d Jul 7, 2024
38342ed
[feat]: app theme switch is back
F0x1d Jul 8, 2024
c9e41a8
[build]: some final improvements
F0x1d Jul 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[feat]: placeholder background and card stroke using dynamic colors (#…
  • Loading branch information
Jesse205 authored Jun 30, 2024
commit a5195bfbb964d6189973859d1cfafa46a9846311
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">

<solid android:color="@color/placeholder_icon_background" />
<solid android:color="?colorSurfaceContainerHighest" />

<padding
android:top="25dp"
Expand Down
5 changes: 0 additions & 5 deletions core/core-ui/src/main/res/values-night/colors.xml

This file was deleted.

3 changes: 0 additions & 3 deletions core/core-ui/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@

<color name="ic_launcher_background">@color/white</color>
<color name="ic_launcher_foreground">@color/color_primary</color>

<color name="card_stroke_color">#ffdadce0</color>
<color name="placeholder_icon_background">#E5E5E5</color>
</resources>
4 changes: 4 additions & 0 deletions core/core-ui/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@
<item name="rippleColor">?colorControlHighlight</item>
<item name="shapeAppearance">@style/ShapeAppearance.Material3.Corner.None</item>
</style>

<style name="Widget.LogFox.CardView.Outlined" parent="Widget.Material3.CardView.Outlined">
<item name="cardCornerRadius">10dp</item>
</style>
</resources>
1 change: 1 addition & 0 deletions core/core-ui/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="o_mr1">shortEdges</item>

<item name="materialAlertDialogTheme">@style/ThemeOverlay.LogFox.MaterialAlertDialog</item>
<item name="materialCardViewOutlinedStyle">@style/Widget.LogFox.CardView.Outlined</item>
<item name="bottomSheetDialogTheme">@style/ThemeOverlay.LogFox.BottomSheetDialog</item>
<item name="preferenceTheme">@style/ThemeOverlay.LogFox.PreferenceTheme</item>
<item name="toolbarStyle">@style/Widget.LogFox.Toolbar</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@
android:id="@+id/actions_card"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:cardBackgroundColor="?android:windowBackground"
app:cardCornerRadius="10dp"
app:cardElevation="0dp"
app:strokeColor="@color/card_stroke_color"
app:strokeWidth="1dp"
android:layout_marginStart="10dp"
android:layout_marginTop="20dp"
android:layout_marginEnd="10dp"
Expand Down Expand Up @@ -140,11 +135,6 @@
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:layout_marginBottom="5dp"
app:cardBackgroundColor="?android:windowBackground"
app:cardCornerRadius="10dp"
app:cardElevation="0dp"
app:strokeColor="@color/card_stroke_color"
app:strokeWidth="1dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android:id="@+id/placeholder_icon"
android:layout_width="120dp"
android:layout_height="120dp"
app:tint="?android:textColorSecondary"
app:tint="?colorOnSurfaceVariant"
app:srcCompat="@drawable/ic_bug"
android:background="@drawable/placeholder_icon_background"
app:layout_constraintTop_toTopOf="parent"
Expand Down
3 changes: 0 additions & 3 deletions feature/feature-filters/src/main/res/layout/item_filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
android:layout_marginBottom="5dp"
app:cardBackgroundColor="?android:colorBackground"
app:strokeWidth="1dp"
app:strokeColor="@color/card_stroke_color"
xmlns:tools="http://schemas.android.com/tools">

<androidx.constraintlayout.widget.ConstraintLayout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android:id="@+id/placeholder_icon"
android:layout_width="120dp"
android:layout_height="120dp"
app:tint="?android:textColorSecondary"
app:tint="?colorOnSurfaceVariant"
app:srcCompat="@drawable/ic_filter"
android:background="@drawable/placeholder_icon_background"
app:layout_constraintTop_toTopOf="parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:id="@+id/placeholder_icon"
android:layout_width="120dp"
android:layout_height="120dp"
app:tint="?android:textColorSecondary"
app:tint="?colorOnSurfaceVariant"
app:srcCompat="@drawable/ic_bug"
android:background="@drawable/placeholder_icon_background"
app:layout_constraintTop_toTopOf="parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android:id="@+id/placeholder_icon"
android:layout_width="120dp"
android:layout_height="120dp"
app:tint="?android:textColorSecondary"
app:tint="?colorOnSurfaceVariant"
app:srcCompat="@drawable/ic_recording"
android:background="@drawable/placeholder_icon_background"
app:layout_constraintTop_toTopOf="parent"
Expand Down
Loading