-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
239 changed files
with
971 additions
and
976 deletions.
There are no files selected for viewing
6 changes: 0 additions & 6 deletions
6
afume-ui/src/main/res/color/afume_ui_select_box_text_color.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
afume-ui/src/main/res/drawable/afume_ui_select_box_shape_checked.xml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
afume-ui/src/main/res/drawable/afume_ui_select_box_shape_pressed.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,47 +1,47 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
package="com.afume.afume_android"> | ||
package="com.scents.note"> | ||
|
||
<uses-permission android:name="android.permission.INTERNET" /> | ||
|
||
<application | ||
android:name=".AfumeApplication" | ||
android:name="com.scents.note.ScentsNoteApplication" | ||
android:allowBackup="false" | ||
android:fullBackupContent="false" | ||
android:icon="@mipmap/ic_launcher" | ||
android:label="@string/app_name" | ||
android:roundIcon="@mipmap/ic_launcher_round" | ||
android:supportsRtl="true" | ||
android:theme="@style/Theme.AfumeAndroid" | ||
android:theme="@style/Theme.ScentsNoteAndroid" | ||
android:usesCleartextTraffic="true" | ||
tools:replace="android:allowBackup,android:theme"> | ||
<activity android:name=".ui.my.MyInquiryActivity"></activity> | ||
<activity android:name="com.scents.note.ui.my.MyInquiryActivity" /> | ||
<activity | ||
android:name=".ui.splash.SplashActivity" | ||
android:name="com.scents.note.ui.splash.SplashActivity" | ||
android:theme="@style/SplashTheme"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
<activity android:name=".ui.search.SearchTextActivity" /> | ||
<activity android:name=".ui.setting.EditMyInfoActivity" /> | ||
<activity android:name=".ui.setting.EditPasswordActivity" android:windowSoftInputMode="stateAlwaysVisible" /> | ||
<activity android:name=".ui.ButtonActivity"/> | ||
<activity android:name=".ui.signin.SignHomeActivity" /> | ||
<activity android:name=".ui.signin.SignInActivity" android:windowSoftInputMode="stateAlwaysVisible" /> | ||
<activity android:name=".ui.signup.SignUpEmailActivity" android:windowSoftInputMode="stateVisible" /> | ||
<activity android:name=".ui.signup.SignUpPasswordActivity" android:windowSoftInputMode="stateVisible"/> | ||
<activity android:name=".ui.signup.SignUpGenderActivity" /> | ||
<activity android:name=".ui.signup.SignUpAgeActivity" /> | ||
<activity android:name=".ui.survey.SurveyActivity" /> | ||
<activity android:name=".ui.note.NoteActivity" android:windowSoftInputMode="stateAlwaysHidden"/> | ||
<activity android:name=".ui.filter.FilterActivity" /> | ||
<activity android:name=".ui.detail.PerfumeDetailActivity" /> | ||
<activity android:name=".ui.signup.PrivacyPolicyActivity" /> | ||
<activity android:name=".ui.home.MoreNewPerfumeActivity" /> | ||
<activity android:name=".ui.MainActivity" /> | ||
<activity android:name="com.scents.note.ui.search.SearchTextActivity" /> | ||
<activity android:name="com.scents.note.ui.setting.EditMyInfoActivity" /> | ||
<activity android:name="com.scents.note.ui.setting.EditPasswordActivity" android:windowSoftInputMode="stateAlwaysVisible" /> | ||
<activity android:name="com.scents.note.ui.ButtonActivity"/> | ||
<activity android:name="com.scents.note.ui.signin.SignHomeActivity" /> | ||
<activity android:name="com.scents.note.ui.signin.SignInActivity" android:windowSoftInputMode="stateAlwaysVisible" /> | ||
<activity android:name="com.scents.note.ui.signup.SignUpEmailActivity" android:windowSoftInputMode="stateVisible" /> | ||
<activity android:name="com.scents.note.ui.signup.SignUpPasswordActivity" android:windowSoftInputMode="stateVisible"/> | ||
<activity android:name="com.scents.note.ui.signup.SignUpGenderActivity" /> | ||
<activity android:name="com.scents.note.ui.signup.SignUpAgeActivity" /> | ||
<activity android:name="com.scents.note.ui.survey.SurveyActivity" /> | ||
<activity android:name="com.scents.note.ui.note.NoteActivity" android:windowSoftInputMode="stateAlwaysHidden"/> | ||
<activity android:name="com.scents.note.ui.filter.FilterActivity" /> | ||
<activity android:name="com.scents.note.ui.detail.PerfumeDetailActivity" /> | ||
<activity android:name="com.scents.note.ui.signup.PrivacyPolicyActivity" /> | ||
<activity android:name="com.scents.note.ui.home.MoreNewPerfumeActivity" /> | ||
<activity android:name="com.scents.note.ui.MainActivity" /> | ||
</application> | ||
|
||
</manifest> |
26 changes: 0 additions & 26 deletions
26
app/src/main/java/com/afume/afume_android/data/repository/PerfumeDetailRepository.kt
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
app/src/main/java/com/afume/afume_android/data/repository/SearchRepository.kt
This file was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
...m/afume/afume_android/AfumeApplication.kt → .../com/scents/note/ScentsNoteApplication.kt
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
6 changes: 3 additions & 3 deletions
6
...e_android/data/remote/RemoteDataSource.kt → ...ents/note/data/remote/RemoteDataSource.kt
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
10 changes: 5 additions & 5 deletions
10
...droid/data/remote/RemoteDataSourceImpl.kt → .../note/data/remote/RemoteDataSourceImpl.kt
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
5 changes: 1 addition & 4 deletions
5
...data/remote/network/NetworkInterceptor.kt → ...data/remote/network/NetworkInterceptor.kt
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
8 changes: 4 additions & 4 deletions
8
...droid/data/remote/network/AfumeService.kt → .../data/remote/network/ScentsNoteService.kt
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
Oops, something went wrong.