Skip to content

Commit

Permalink
1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HaraldoFilho committed Jun 27, 2024
1 parent 0bffbee commit 0b3d859
Show file tree
Hide file tree
Showing 35 changed files with 48 additions and 306 deletions.
23 changes: 23 additions & 0 deletions .idea/assetWizardSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### **1.4.4**
- Changed splash screen background color.
- Moved button images and bmc logo to raw folder.
- Fixed code inspection warnings.

#### **1.4.3**
- Fixed crashes when opening any activity.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
minSdkVersion 27
compileSdk 34
targetSdkVersion 34
versionCode 143
versionName "1.4.3"
versionCode 144
versionName "1.4.4"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
android:name=".MainActivity"
android:exported="true"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar"
android:theme="@style/Theme.App.Starting"
tools:ignore="LockedOrientationActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
170 changes: 0 additions & 170 deletions app/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

34 changes: 0 additions & 34 deletions app/src/main/res/drawable/ic_launcher_foreground.xml

This file was deleted.

6 changes: 0 additions & 6 deletions app/src/main/res/drawable/title_tile.xml

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/res/layout-h820dp/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
android:layout_centerHorizontal="true"
android:layout_marginBottom="90dp"
android:contentDescription="@string/info_bmc"
android:background="@drawable/bmc_button"
android:background="@raw/bmc_button"
android:scaleType="centerCrop" />

</RelativeLayout>
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
android:textAppearance="?android:attr/textAppearanceSmall"
android:text="@string/info_rights_reserved_text"
android:textSize="12sp"
android:id="@+id/textRights"
android:layout_below="@+id/textCopyright"
android:layout_centerHorizontal="true"
android:layout_marginTop="1dp" />
Expand All @@ -70,7 +69,7 @@
android:layout_centerHorizontal="true"
android:layout_marginBottom="70dp"
android:contentDescription="@string/info_bmc"
android:background="@drawable/bmc_button"
android:background="@raw/bmc_button"
android:scaleType="centerCrop" />

</RelativeLayout>
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ArchiveActivity">
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_clock.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@


<TextView
android:id="@+id/textSyncClock"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/activity_flickr_photosets_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
android:padding="@dimen/progress_spinner_view_padding">

<ProgressBar
android:id="@+id/progressSpinner"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:progressTint="@color/colorAccent" />

<TextView
android:id="@+id/progressSpinnerTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/progress_spinner_title_padding_top"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
android:padding="@dimen/progress_bar_view_padding" >

<TextView
android:id="@+id/progressBarTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/progress_bar_title_padding_bottom"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_fullscreen_note.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/note_fullscreen"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorBackgroundGreen"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/archive_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<View
android:layout_width="match_parent"
android:layout_height="@dimen/view_archive_footer_height"
android:id="@+id/viewArchiveFooter" />
android:layout_height="@dimen/view_archive_footer_height" />

</LinearLayout>
6 changes: 3 additions & 3 deletions app/src/main/res/layout/content_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:layout_marginRight="@dimen/button_main_margin"
android:layout_marginBottom="@dimen/button_main_margin"
android:layout_weight="1"
android:background="@drawable/img_simple_note_button"
android:background="@raw/img_simple_note_button"
android:contentDescription="@string/button_simple"
android:scaleType="centerCrop"
android:text="@string/button_simple"
Expand All @@ -35,7 +35,7 @@
android:layout_marginRight="@dimen/button_main_margin"
android:layout_marginBottom="@dimen/button_main_margin"
android:layout_weight="1"
android:background="@drawable/img_gear_note_button"
android:background="@raw/img_gear_note_button"
android:contentDescription="@string/button_gear"
android:scaleType="centerCrop"
android:text="@string/button_gear"
Expand All @@ -52,7 +52,7 @@
android:layout_marginRight="@dimen/button_main_margin"
android:layout_marginBottom="@dimen/button_main_margin"
android:layout_weight="1"
android:background="@drawable/img_flickr_note_button"
android:background="@raw/img_flickr_note_button"
android:contentDescription="@string/button_flickr"
android:scaleType="centerCrop"
android:text="@string/button_flickr"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/fragment_about_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/scrollView"
android:layout_below="@+id/separator">

<TextView
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/list_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<View
android:layout_width="match_parent"
android:layout_height="@dimen/view_footer_height"
android:id="@+id/viewListFooter" />
android:layout_height="@dimen/view_footer_height" />

</LinearLayout>
Loading

0 comments on commit 0b3d859

Please sign in to comment.