-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from idealclover/dev
v0.2.1.5
- Loading branch information
Showing
101 changed files
with
488 additions
and
792 deletions.
There are no files selected for viewing
This file contains 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 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 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 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,45 +1,64 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.idealclover.wheretosleepinnju"> | ||
package="com.lilystudio.wheretosleepinnju"> | ||
|
||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-permission android:name="android.permission.CAMERA" /> | ||
<!--<uses-permission android:name="android.permission.CAMERA" />--> | ||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
<uses-permission android:name="android.permission.READ_PHONE_STATE" /> | ||
|
||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> | ||
<!--<uses-permission android:name="android.permission.READ_LOGS" />--> | ||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> | ||
|
||
<!--android:roundIcon="@mipmap/ic_launcher_round"--> | ||
|
||
<application | ||
android:name=".app.app" | ||
android:name="com.lilystudio.wheretosleepinnju.app.app" | ||
android:allowBackup="true" | ||
android:icon="@mipmap/ic_launcher" | ||
android:label="@string/app_name" | ||
android:supportsRtl="true" | ||
android:theme="@style/nanjingBlueTheme"> | ||
<activity | ||
android:name=".course.CourseActivity" | ||
android:name="com.lilystudio.wheretosleepinnju.course.CourseActivity" | ||
android:launchMode="singleTask"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.VIEW" /> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
<activity android:name=".setting.SettingActivity"></activity> | ||
<activity android:name=".impt.ImptActivity"></activity> | ||
<activity android:name=".add.AddActivity"></activity> | ||
<activity android:name=".mg.MgActivity"></activity> | ||
<activity android:name=".about.AboutActivity"></activity> | ||
<activity android:name=".conf.ConfActivity"></activity> | ||
<activity android:name="com.lilystudio.wheretosleepinnju.setting.SettingActivity" /> | ||
<activity android:name="com.lilystudio.wheretosleepinnju.impt.ImptActivity" /> | ||
<activity android:name="com.lilystudio.wheretosleepinnju.add.AddActivity" /> | ||
<activity android:name="com.lilystudio.wheretosleepinnju.mg.MgActivity" /> | ||
<activity android:name="com.lilystudio.wheretosleepinnju.about.AboutActivity" /> | ||
<activity android:name="com.lilystudio.wheretosleepinnju.conf.ConfActivity" /> | ||
<!--<activity android:name=".school.SchoolActivity"></activity>--> | ||
|
||
<receiver android:name=".widget.OneWidget"> | ||
<activity | ||
android:name="com.tencent.bugly.beta.ui.BetaActivity" | ||
android:configChanges="keyboardHidden|orientation|screenSize|locale" | ||
android:theme="@android:style/Theme.Translucent" /> | ||
<receiver android:name="com.lilystudio.wheretosleepinnju.widget.OneWidget"> | ||
<intent-filter> | ||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> | ||
</intent-filter> | ||
<meta-data | ||
android:name="android.appwidget.provider" | ||
android:resource="@xml/widget_one" /> | ||
</receiver> | ||
<provider | ||
android:name="android.support.v4.content.FileProvider" | ||
android:authorities="${applicationId}.fileProvider" | ||
android:exported="false" | ||
android:grantUriPermissions="true"> | ||
<meta-data | ||
android:name="android.support.FILE_PROVIDER_PATHS" | ||
android:resource="@xml/provider_paths"/> | ||
</provider> | ||
</application> | ||
|
||
</manifest> |
4 changes: 0 additions & 4 deletions
4
app/src/main/java/com/idealclover/wheretosleepinnju/BaseView.java
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
app/src/main/java/com/idealclover/wheretosleepinnju/about/AboutContract.java
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
app/src/main/java/com/idealclover/wheretosleepinnju/about/AboutPresenter.java
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
app/src/main/java/com/idealclover/wheretosleepinnju/data/bean/Version.java
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
app/src/main/java/com/idealclover/wheretosleepinnju/impt/ImptModel.java
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
app/src/main/java/com/idealclover/wheretosleepinnju/setting/SettingContract.java
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
app/src/main/java/com/idealclover/wheretosleepinnju/utils/CheckUpdateUtil.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.