Skip to content

Commit

Permalink
Renamed parts of cache-control
Browse files Browse the repository at this point in the history
Renamed package "org.cryptomator.data.db.cachecontrol" to "org.cryptomator.data.db.sqlmapping"
Renamed "CacheControlledSupportSQLiteDatabase.kt" to "MappingSupportSQLiteDatabase.kt"
Moved contents to new location

*This commit is related to issue #529 [1]*

[1] #529
  • Loading branch information
JaniruTEC committed Apr 13, 2024
1 parent 7d5de82 commit 13261d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import androidx.room.migration.Migration
import androidx.sqlite.db.SupportSQLiteDatabase
import androidx.sqlite.db.SupportSQLiteOpenHelper
import androidx.sqlite.db.framework.FrameworkSQLiteOpenHelperFactory
import org.cryptomator.data.db.cachecontrol.asCacheControlled
import org.cryptomator.data.db.sqlmapping.asCacheControlled
import org.cryptomator.data.db.migrations.legacy.Upgrade0To1
import org.cryptomator.data.db.migrations.legacy.Upgrade10To11
import org.cryptomator.data.db.migrations.legacy.Upgrade11To12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* https://cryptomator.org/
*/

package org.cryptomator.data.db.cachecontrol;
package org.cryptomator.data.db.sqlmapping;

import android.content.ContentValues;
import android.os.Build;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cryptomator.data.db.cachecontrol
package org.cryptomator.data.db.sqlmapping

import android.content.ContentValues
import android.database.Cursor
Expand Down

0 comments on commit 13261d6

Please sign in to comment.