Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f4781b3e2 | |||
| 31727646f0 | |||
| f1bf0a21b3 | |||
| 1322e1b8cb | |||
| 395e8a6740 | |||
| 6b63b0ce1f | |||
| 27db126259 | |||
| 68e2a668a6 | |||
| 0ce2bfe8d2 | |||
| 475468891b | |||
| 06128cc95f | |||
| 467a606106 | |||
| 5414f260f2 | |||
| 6e01b68af5 | |||
| 90838628b1 | |||
| ac7ff288b1 | |||
| aa7efe89fb | |||
| c1deb9f04f | |||
| b24d152769 | |||
| fea1dfe97d | |||
| 0bb0dd4e6e | |||
| 222b6d0583 | |||
| 92c69d534a | |||
| 7ad39da24d | |||
| 0ca49d6dd4 |
@@ -3,6 +3,6 @@
|
|||||||
<version>1</version>
|
<version>1</version>
|
||||||
</component>
|
</component>
|
||||||
<component name="whatsNew">
|
<component name="whatsNew">
|
||||||
<shownVersion>2023.2.1rc19</shownVersion>
|
<shownVersion>2023.2.1rc20</shownVersion>
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
@@ -2,8 +2,6 @@
|
|||||||
<component name="FindSettings">
|
<component name="FindSettings">
|
||||||
<option name="customScope" value="All Places" />
|
<option name="customScope" value="All Places" />
|
||||||
<option name="defaultScopeName" value="All Places" />
|
<option name="defaultScopeName" value="All Places" />
|
||||||
<option name="localRegularExpressions" value="true" />
|
|
||||||
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" />
|
|
||||||
<option name="SEARCH_SCOPE" value="All Places" />
|
<option name="SEARCH_SCOPE" value="All Places" />
|
||||||
<mask>*.css</mask>
|
<mask>*.css</mask>
|
||||||
<mask>*.html</mask>
|
<mask>*.html</mask>
|
||||||
|
|||||||
+3
-2
@@ -8,9 +8,10 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="Registry">
|
<component name="Registry">
|
||||||
<entry key="ide.instant.shutdown" value="false" />
|
<entry key="ide.instant.shutdown" value="false" />
|
||||||
|
<entry key="ide.experimental.ui" value="false" />
|
||||||
|
<entry key="ide.experimental.ui.inter.font" value="false" />
|
||||||
|
<entry key="debugger.new.tool.window.layout" value="false" />
|
||||||
<entry key="idea.plugins.compatible.build" value="" />
|
<entry key="idea.plugins.compatible.build" value="" />
|
||||||
<entry key="external.system.auto.import.disabled" value="true" />
|
|
||||||
<entry key="ide.text.editor.with.preview.show.floating.toolbar" value="false" />
|
|
||||||
</component>
|
</component>
|
||||||
<component name="StatusBar">
|
<component name="StatusBar">
|
||||||
<option name="widgets">
|
<option name="widgets">
|
||||||
|
|||||||
@@ -1,36 +0,0 @@
|
|||||||
<keymap version="1" name="DebuggerX" parent="Default for XWin">
|
|
||||||
<action id="$EditorTranslateAction">
|
|
||||||
<keyboard-shortcut first-keystroke="alt x" />
|
|
||||||
</action>
|
|
||||||
<action id="$TranslateAndReplaceAction">
|
|
||||||
<keyboard-shortcut first-keystroke="alt z" />
|
|
||||||
</action>
|
|
||||||
<action id="CodeCompletion">
|
|
||||||
<keyboard-shortcut first-keystroke="alt slash" />
|
|
||||||
</action>
|
|
||||||
<action id="Editor EditorTranslateAction">
|
|
||||||
<keyboard-shortcut first-keystroke="alt x" />
|
|
||||||
</action>
|
|
||||||
<action id="Editor TranslateAndReplaceAction">
|
|
||||||
<keyboard-shortcut first-keystroke="alt z" />
|
|
||||||
</action>
|
|
||||||
<action id="FindInPath">
|
|
||||||
<keyboard-shortcut first-keystroke="shift alt f" />
|
|
||||||
</action>
|
|
||||||
<action id="HippieBackwardCompletion" />
|
|
||||||
<action id="HippieCompletion" />
|
|
||||||
<action id="ReformatCode">
|
|
||||||
<keyboard-shortcut first-keystroke="ctrl alt l" />
|
|
||||||
<keyboard-shortcut first-keystroke="shift ctrl f" />
|
|
||||||
</action>
|
|
||||||
<action id="SmartTypeCompletion">
|
|
||||||
<keyboard-shortcut first-keystroke="shift alt slash" />
|
|
||||||
</action>
|
|
||||||
<action id="UpdateRunningApplication" />
|
|
||||||
<action id="android.deploy.ApplyChanges">
|
|
||||||
<keyboard-shortcut first-keystroke="ctrl f10" />
|
|
||||||
</action>
|
|
||||||
<action id="android.deploy.CodeSwap">
|
|
||||||
<keyboard-shortcut first-keystroke="ctrl alt f10" />
|
|
||||||
</action>
|
|
||||||
</keymap>
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
<keymap version="1" name="Default for GNOME copy" parent="Default for GNOME">
|
|
||||||
<action id="ClassNameCompletion">
|
|
||||||
<keyboard-shortcut first-keystroke="ctrl alt space" />
|
|
||||||
<keyboard-shortcut first-keystroke="ctrl alt space" second-keystroke="alt slash" />
|
|
||||||
</action>
|
|
||||||
</keymap>
|
|
||||||
+12
-12
@@ -1,6 +1,6 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="Translation.Cache">
|
<component name="Translation.Cache">
|
||||||
<option name="lastTrimTime" value="1705120103272" />
|
<option name="lastTrimTime" value="1706170120040" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Translation.Settings">
|
<component name="Translation.Settings">
|
||||||
<option name="primaryLanguage" value="CHINESE" />
|
<option name="primaryLanguage" value="CHINESE" />
|
||||||
@@ -8,6 +8,15 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="Translation.States">
|
<component name="Translation.States">
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="Return the FragmentActivity this fragment is currently associated with. May return null if the fragment is associated with a Context instead." />
|
||||||
|
<item value="tracking activityPage events." />
|
||||||
|
<item value="No Jagged Image View" />
|
||||||
|
<item value="fix: favoriteIntimacyExp logic and arouter defines." />
|
||||||
|
<item value="fix: unity model scale issue when enter skin fragment." />
|
||||||
|
<item value="fix: layout of item_gift and display order of act events; fix: currency list not loaded on mall page when open via deeplink." />
|
||||||
|
<item value="Calls the specified function block with this value as its receiver and returns its result. For detailed usage information see the documentation for scope functions ." />
|
||||||
|
<item value="feat: add intimacy page and feed page; task act page support h5." />
|
||||||
|
<item value="Unsupported App Usage" />
|
||||||
<item value="context" />
|
<item value="context" />
|
||||||
<item value="Sets up the given animation to play when the animation supplied in the play(Animator) call that created this Builder object ends. Params: anim – The animation that will play when the animation supplied to the play(Animator) method ends." />
|
<item value="Sets up the given animation to play when the animation supplied in the play(Animator) call that created this Builder object ends. Params: anim – The animation that will play when the animation supplied to the play(Animator) method ends." />
|
||||||
<item value="Sets up the given animation to play when the animation supplied in the play(Animator) call that created this Builder object to start when the animation supplied in this method call ends. Params: anim – The animation whose end will cause the animation supplied to the play(Animator) method to play." />
|
<item value="Sets up the given animation to play when the animation supplied in the play(Animator) call that created this Builder object to start when the animation supplied in this method call ends. Params: anim – The animation whose end will cause the animation supplied to the play(Animator) method to play." />
|
||||||
@@ -49,20 +58,11 @@
|
|||||||
<item value="Finds a fragment that was identified by the given id either when inflated from XML or as the container ID when added in a transaction. This first searches through fragments that are currently added to the manager's activity; if no such fragment is found, then all fragments currently on the back stack associated with this ID are searched. Returns: The fragment if found or null otherwise." />
|
<item value="Finds a fragment that was identified by the given id either when inflated from XML or as the container ID when added in a transaction. This first searches through fragments that are currently added to the manager's activity; if no such fragment is found, then all fragments currently on the back stack associated with this ID are searched. Returns: The fragment if found or null otherwise." />
|
||||||
<item value="Returns the identifier of this transaction's back stack entry, if addToBackStack(String) had been called. Otherwise, returns a negative number." />
|
<item value="Returns the identifier of this transaction's back stack entry, if addToBackStack(String) had been called. Otherwise, returns a negative number." />
|
||||||
<item value="Like commit but allows the commit to be executed after an activity's state is saved. This is dangerous because the commit can be lost if the activity needs to later be restored from its state, so this should only be used for cases where it is okay for the UI state to change unexpectedly on the user." />
|
<item value="Like commit but allows the commit to be executed after an activity's state is saved. This is dangerous because the commit can be lost if the activity needs to later be restored from its state, so this should only be used for cases where it is okay for the UI state to change unexpectedly on the user." />
|
||||||
<item value="int" />
|
|
||||||
<item value="commit Allowing State Loss" />
|
|
||||||
<item value="Do not treat position as fixed; only use immediately and call holder.getAdapterPosition() to look it up later" />
|
|
||||||
<item value="Toffee" />
|
|
||||||
<item value="currency Cost" />
|
|
||||||
<item value="Reflective access to mCurTextColor will throw an exception when targeting API 30 and above" />
|
|
||||||
<item value="API 'android.registerTransform' is obsolete. It will be removed in version 8.0 of the Android Gradle plugin. The Transform API is removed to improve build performance. Projects that use the Transform API force the Android Gradle plugin to use a less optimized flow for the build that can result in large regressions in build times. It’s also difficult to use the Transform API and combine it with other Gradle features; the replacement APIs aim to make it easier to extend the build without introducing performance or correctness issues. There is no single replacement for the Transform API—there are new, targeted APIs for each use case. All the replacement APIs are in the `androidComponents {}` block. The Transform API uses incremental APIs deprecated since Gradle 7.5. Please add `android.experimental.legacyTransform.forceNonIncremental=true` to `gradle.properties` to fix this issue. Note that this will run transforms non-incrementally and may have a build performance impact. For more information, see https:developer.android.comstudioreleasesgradle-plugin-api-updatestransform-api. To determine what is calling android.registerTransform, use -Pandroid.debug.obsoleteApi=true on the command line to display more information." />
|
|
||||||
<item value="CURRENCY TYPE CHIP" />
|
|
||||||
<item value="KEY" />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="253" />
|
<entry key="CHINESE" value="261" />
|
||||||
<entry key="ENGLISH" value="254" />
|
<entry key="ENGLISH" value="262" />
|
||||||
<entry key="HAWAIIAN" value="1" />
|
<entry key="HAWAIIAN" value="1" />
|
||||||
<entry key="POLISH" value="1" />
|
<entry key="POLISH" value="1" />
|
||||||
<entry key="ROMANIAN" value="1" />
|
<entry key="ROMANIAN" value="1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user