-
Notifications
You must be signed in to change notification settings - Fork 95
Release 6.0.0 #121
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
Merged
Merged
Release 6.0.0 #121
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
019fee3
Bump AGP
KCeh 621b3b5
Remove ktlint
KCeh a94312f
Remove deprecated gradle option
KCeh 708fb27
Bump build tools, misSdk, compileSdk and targetSdk
KCeh 97371c3
Use locally build libs in sample app
KCeh 792ed88
Fix CI flow
KCeh f72d3f0
Bump dependencies
KCeh 87371be
Fix compile warning for default param property
KCeh 311120b
Fix VM deprecated package warning
KCeh 0e55a80
Fix detekt
KCeh a3076f0
Fix edge to edge
KCeh 467cc45
Merge pull request #120 from infinum/fix/edge-to-edge
KCeh 954b6fd
Update JVM compatibility to 17
KCeh f641b58
Downgrade Junit to avoid conflict with koin-junit
KCeh 37b43a6
Merge branch 'housekeeping/update-dependencies-02-26' of https://gith…
KCeh 2027af6
Merge pull request #119 from infinum/housekeeping/update-dependencies…
KCeh 8b8e602
Initial plan
Copilot 473a24c
Fix DatabasesActivity crash in no-op version by calling finish() in o…
Copilot 90a3b34
Merge pull request #122 from infinum/copilot/implement-solution-for-i…
KCeh 2fb535c
Bump version
KCeh 39909d0
Refactor deprecated kotlin options
KCeh 09d1b73
Update dokka for publishing tasks
KCeh 45f8dc7
Merge pull request #123 from infinum/housekeeping/upgrade-deprecated-…
KCeh 02d4d9a
Update changelog
KCeh 144e9ae
Add test output to console
KCeh 96cb14c
Bump versions in readme
KCeh deba8bf
Bump db inspector version in libs.versions file
KCeh cf16dd8
Update publishing config
KCeh 4c5e369
Fix changelog
KCeh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 8 additions & 1 deletion
9
dbinspector-no-op/src/main/kotlin/com/infinum/dbinspector/ui/databases/DatabasesActivity.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,12 @@ | ||
| package com.infinum.dbinspector.ui.databases | ||
|
|
||
| import android.app.Activity | ||
| import android.os.Bundle | ||
|
|
||
| internal class DatabasesActivity : Activity() | ||
| internal class DatabasesActivity : Activity() { | ||
|
|
||
| override fun onCreate(savedInstanceState: Bundle?) { | ||
| super.onCreate(savedInstanceState) | ||
| finish() | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.