Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop' into 1218-…
Browse files Browse the repository at this point in the history
…delay-when-inputting-key-events-through-input-method-on-android-14
  • Loading branch information
sds100 committed Jun 30, 2024
2 parents ef28660 + 8e5d7e2 commit 24cfa60
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 4 deletions.
Binary file added app/src/main/res/drawable/profile_pic_jambl3r.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/profile_pic_jambl3r.png
Binary file not shown.
Binary file added app/src/main/res/drawable/profile_pic_sds100.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/profile_pic_sds100.png
Binary file not shown.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/list_item_about_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
tools:visibility="visible" />
</LinearLayout>

<androidx.appcompat.widget.AppCompatImageView
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/imageView"
android:layout_width="40dp"
android:layout_height="40dp"
Expand All @@ -72,6 +72,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@id/layoutDescription"
app:layout_constraintVertical_bias="0.0"
app:shapeAppearanceOverlay="@style/circularImageView"
tools:srcCompat="@mipmap/ic_launcher"
tools:visibility="visible" />

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1348,9 +1348,9 @@
<string name="about_team_sds100_role">Developer</string>
<string name="about_team_sds100_url" translatable="false">https://github.com/sds100</string>

<string name="about_team_jambl3r_name" translatable="false">Jambl3r</string>
<string name="about_team_jambl3r_name" translatable="false">Jack Ambler (jambl3r)</string>
<string name="about_team_jambl3r_role">Community moderator/support</string>
<string name="about_team_jambl3r_url" translatable="false">https://gitlab.com/jambl3r</string>
<string name="about_team_jambl3r_url" translatable="false">https://linkedin.com/in/jambl3r</string>

<string name="about_team_gl513_name" translatable="false">GL513</string>
<string name="about_team_gl513_role">Community moderator/support</string>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<item name="colorPrimaryInverse">@color/md_theme_primaryInverse</item>
</style>

<style name="circularImageView" parent="">
<item name="cornerSize">50%</item>
</style>

<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">?android:colorBackground</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This wiki aims to provide users with a comprehensive guide to using and setting

### Community moderators/support

- [Jambl3r](https://gitlab.com/jambl3r)
- [Jack Ambler (jambl3r)](https://linkedin.com/in/jambl3r)
- [GL513](https://gl513.github.io/)

### Translators
Expand Down

0 comments on commit 24cfa60

Please sign in to comment.