Skip to content

Commit 8cb20c8

Browse files
wintmainwosys
authored andcommitted
[wBasis][style]Rename module
1 parent c9cd9c8 commit 8cb20c8

File tree

278 files changed

+139
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+139
-141
lines changed

app-catalog/samples/foundation/src/main/aidl/com/wintmain/foundation/aidl/Book.aidl

Lines changed: 0 additions & 5 deletions
This file was deleted.

app-catalog/samples/foundation/build.gradle renamed to app-catalog/samples/wBasis/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ android {
1616
viewBinding = true
1717
aidl = true
1818
}
19-
namespace 'com.wintmain.foundation'
19+
namespace 'com.wintmain.wBasis'
2020
}
2121

2222
dependencies {
2323
implementation project(path: ':app-catalog:samples:wPermission:libwPermission')
24-
implementation project(path: ':app-catalog:samples:foundation:libfoundation')
24+
implementation project(path: ':app-catalog:samples:wBasis:libwBasis')
2525
implementation project(path: ':app-catalog:samples:wToaster:libwToaster')
2626
implementation project(path: ':app-catalog:samples:wTitlebar:libwTitlebar')
2727

app-catalog/samples/foundation/libfoundation/build.gradle renamed to app-catalog/samples/wBasis/libwBasis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
}
1212
}
1313

14-
namespace 'lib.wintmain.foundation'
14+
namespace 'lib.wintmain.wBasis'
1515
}
1616

1717
dependencies {

app-catalog/samples/foundation/libfoundation/src/main/AndroidManifest.xml renamed to app-catalog/samples/wBasis/libwBasis/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
~ limitations under the License.
1515
-->
1616

17-
<manifest package="lib.wintmain.foundation">
17+
<manifest package="lib.wintmain.wBasis">
1818

1919
</manifest>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package lib.wintmain.foundation;
17+
package lib.wintmain.wBasis;
1818

1919
import android.app.Activity;
2020
import android.content.Context;
@@ -29,7 +29,7 @@
2929
import androidx.appcompat.app.AppCompatActivity;
3030
import androidx.fragment.app.Fragment;
3131
import androidx.lifecycle.Lifecycle;
32-
import lib.wintmain.foundation.action.*;
32+
import lib.wintmain.wBasis.action.*;
3333

3434
import java.util.List;
3535
import java.util.Random;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package lib.wintmain.foundation;
17+
package lib.wintmain.wBasis;
1818

1919
import android.content.Context;
2020
import android.util.SparseArray;
@@ -26,7 +26,7 @@
2626
import androidx.annotation.Nullable;
2727
import androidx.recyclerview.widget.LinearLayoutManager;
2828
import androidx.recyclerview.widget.RecyclerView;
29-
import lib.wintmain.foundation.action.ResourcesAction;
29+
import lib.wintmain.wBasis.action.ResourcesAction;
3030

3131
/** desc : RecyclerView 适配器技术基类 */
3232
public abstract class BaseAdapter<VH extends BaseAdapter<?>.ViewHolder>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package lib.wintmain.foundation;
17+
package lib.wintmain.wBasis;
1818

1919
import android.annotation.SuppressLint;
2020
import android.app.Activity;
@@ -37,7 +37,7 @@
3737
import androidx.lifecycle.Lifecycle;
3838
import androidx.lifecycle.LifecycleOwner;
3939
import androidx.lifecycle.LifecycleRegistry;
40-
import lib.wintmain.foundation.action.*;
40+
import lib.wintmain.wBasis.action.*;
4141

4242
import java.lang.ref.SoftReference;
4343
import java.util.ArrayList;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package lib.wintmain.foundation;
17+
package lib.wintmain.wBasis;
1818

1919
import android.app.Activity;
2020
import android.app.Application;
@@ -29,7 +29,7 @@
2929
import androidx.annotation.NonNull;
3030
import androidx.fragment.app.Fragment;
3131
import androidx.lifecycle.Lifecycle;
32-
import lib.wintmain.foundation.action.*;
32+
import lib.wintmain.wBasis.action.*;
3333

3434
import java.util.List;
3535

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package lib.wintmain.foundation;
17+
package lib.wintmain.wBasis;
1818

1919
import android.animation.ValueAnimator;
2020
import android.annotation.SuppressLint;
@@ -32,7 +32,7 @@
3232
import androidx.annotation.*;
3333
import androidx.core.content.ContextCompat;
3434
import androidx.core.widget.PopupWindowCompat;
35-
import lib.wintmain.foundation.action.*;
35+
import lib.wintmain.wBasis.action.*;
3636

3737
import java.lang.ref.SoftReference;
3838
import java.util.ArrayList;

0 commit comments

Comments
 (0)