AI-Hedgehog | 2023.1.1 RC 3 <debuggerx@debuggerx-work Merge branch 'master'

master
DebuggerX 1 year ago
commit 6db12eb271

@ -3,6 +3,7 @@
<option name="mostRecentlyUsed" value="package:com.blackshark.sharkman " /> <option name="mostRecentlyUsed" value="package:com.blackshark.sharkman " />
<option name="nonFavorites"> <option name="nonFavorites">
<list> <list>
<option value="package:com.blackshark.sharkman" />
<option value="package:com.blackshark.sharkman " /> <option value="package:com.blackshark.sharkman " />
</list> </list>
</option> </option>

@ -0,0 +1,10 @@
<application>
<component name="AndroidLogcatSettings">
<option name="ignoredTags">
<set>
<option value="Unity" />
<option value="UnityPlayerManager" />
</set>
</option>
</component>
</application>

@ -2,8 +2,8 @@
<component name="ConsoleFoldingSettings"> <component name="ConsoleFoldingSettings">
<option name="addedPositive"> <option name="addedPositive">
<list> <list>
<option value="Syncing files to device Linux..." />
<option value="Debug service listening on ws://127.0.0.1:39223/2kTJPFO16mc=/ws" /> <option value="Debug service listening on ws://127.0.0.1:39223/2kTJPFO16mc=/ws" />
<option value="Syncing files to device Linux..." />
</list> </list>
</option> </option>
</component> </component>

@ -5,17 +5,6 @@
<key> <key>
<Key> <Key>
<type value="SERIAL_NUMBER" /> <type value="SERIAL_NUMBER" />
<value value="c1492081" />
</Key>
</key>
<name value="Xiaomi M2011K2C" />
<target value="Android 13.0" />
<api value="androidversion:33:null:3:true" />
</PhysicalDevice>
<PhysicalDevice>
<key>
<Key>
<type value="SERIAL_NUMBER" />
<value value="b53f5f5e" /> <value value="b53f5f5e" />
</Key> </Key>
</key> </key>
@ -38,6 +27,17 @@
<key> <key>
<Key> <Key>
<type value="SERIAL_NUMBER" /> <type value="SERIAL_NUMBER" />
<value value="c1492081" />
</Key>
</key>
<name value="Xiaomi M2011K2C" />
<target value="Android 13.0" />
<api value="androidversion:33:null:3:true" />
</PhysicalDevice>
<PhysicalDevice>
<key>
<Key>
<type value="SERIAL_NUMBER" />
<value value="353373060982414" /> <value value="353373060982414" />
</Key> </Key>
</key> </key>

@ -2,8 +2,14 @@
<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="localCaseSensitive" value="true" />
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" /> <option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" />
<option name="SEARCH_SCOPE" value="All Places" /> <option name="SEARCH_SCOPE" value="All Places" />
<mask>*.css</mask>
<mask>*.html</mask>
<mask>*.xml</mask>
<mask>*.jsp</mask>
<mask>*.properties</mask>
<mask>*.java</mask>
</component> </component>
</application> </application>

@ -0,0 +1,5 @@
<application>
<component name="KotlinRefactoringSettings">
<option name="MOVE_PREVIEW_USAGES" value="false" />
</component>
</application>

@ -1,7 +1,7 @@
<application> <application>
<component name="UISettings"> <component name="UISettings">
<option name="MAX_LOOKUP_LIST_HEIGHT" value="23" /> <option name="MAX_LOOKUP_LIST_HEIGHT" value="23" />
<option name="MAX_LOOKUP_WIDTH2" value="591" /> <option name="MAX_LOOKUP_WIDTH2" value="935" />
<option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" /> <option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" />
<option name="RIGHT_HORIZONTAL_SPLIT" value="true" /> <option name="RIGHT_HORIZONTAL_SPLIT" value="true" />
<option name="SHOW_MAIN_TOOLBAR" value="true" /> <option name="SHOW_MAIN_TOOLBAR" value="true" />

@ -1,9 +1,43 @@
<application> <application>
<component name="Translation.Cache"> <component name="Translation.Cache">
<option name="lastTrimTime" value="1697427729496" /> <option name="lastTrimTime" value="1701066916452" />
</component>
<component name="Translation.Settings">
<option name="primaryLanguage" value="CHINESE" />
<option name="translator" value="GOOGLE" />
</component> </component>
<component name="Translation.States"> <component name="Translation.States">
<histories> <histories>
<item value="消失" />
<item value="find Fragment By Id" />
<item value="frag mall" />
<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="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. Its 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" />
<item value="PIECE" />
<item value="CURRENCY TYPE WISH PIECE" />
<item value="CURRENCY TYPE WISH KEY" />
<item value="CURRENCY TYPE ROSES" />
<item value="CURRENCY TYPE ROSE" />
<item value="CURRENCY TYPE CAKE" />
<item value="APP CHANGE PHONE H 5_URL" />
<item value="not auto play audio after download complete when other audio is playing." />
<item value="Convenience method to index the field. If you would like to create a composite index instead, see: Index. Returns: True if this field should be indexed, false otherwise. Defaults to false." />
<item value="Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero)." />
<item value="configureondemand" />
<item value="Returns the current time in milliseconds. Note that while the unit of time of the return value is a millisecond, the granularity of the value depends on the underlying operating system and may be larger. For example, many operating systems measure time in units of tens of milliseconds. See the description of the class Date for a discussion of slight discrepancies that may arise between &quot;computer time&quot; and coordinated universal time (UTC). Returns: the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC." />
<item value="TYPE RECHARGE" />
<item value="TYPE MUTE" />
<item value="register To Shark" />
<item value="[fix] show change phone option only when login status." /> <item value="[fix] show change phone option only when login status." />
<item value="granted" /> <item value="granted" />
<item value="on All Granted" /> <item value="on All Granted" />
@ -24,41 +58,11 @@
<item value="today Calendar" /> <item value="today Calendar" />
<item value="fix: make netInfoLegend larger on landscape mode." /> <item value="fix: make netInfoLegend larger on landscape mode." />
<item value="fix: use device orientation changed listener on mobile only." /> <item value="fix: use device orientation changed listener on mobile only." />
<item value="计算错误" />
<item value="fix: make badge back; sort saved servers by update time." />
<item value="优化低网速时图表的显示效果" />
<item value="fix: net speed label should keep in one line." />
<item value="fix: net speed label should keep one line." />
<item value="upload server and client binary to github pages." />
<item value="优化警告信息" />
<item value="请再次运行build runner" />
<item value="run" />
<item value="请重新运行build runner" />
<item value="refactor platform_generator according to https:github.comdart-langsdkissues34539issuecomment-423589192" />
<item value="Return the semicolon terminating the directive." />
<item value="Creates a sorted list of the elements of the iterable. The elements are ordered by the natural ordering of the property [keyOf] of the element." />
<item value="warning when import origin platform code source file directly." />
<item value="use lakos to warning when import origin platform code source file directly." />
<item value="Return a list containing all of the directives and declarations in this compilation unit, sorted in lexical order." />
<item value="Return the script tag at the beginning of the compilation unit, or `null` if there is no script tag in this compilation unit." />
<item value="Return the directives contained in this compilation unit." />
<item value="AST structure has not been resolved." />
<item value="Return the declarations contained in this compilation unit." />
<item value="A compilation unit. While the grammar restricts the order of the directives and declarations within a compilation unit, this class does not enforce those restrictions. In particular, the children of a compilation unit will be visited in lexical order even if lexical order does not conform to the restrictions of the grammar. compilationUnit ::= directives declarations directives ::= [ScriptTag]? [LibraryDirective]? namespaceDirective [PartDirective] | [PartOfDirective] namespaceDirective ::= [ImportDirective] | [ExportDirective] declarations ::= [CompilationUnitMember] Clients may not extend, implement or mix-in this class." />
<item value="Return a textual description of this node in a form approximating valid source. The returned string will not be valid source primarily in the case where the node itself is not well-formed." />
<item value="compute" />
<item value="An AST visitor that will recursively visit all of the nodes in an AST structure. For example, using an instance of this class to visit a [Block] will also cause all of the statements in the block to be visited. Subclasses that override a visit method must either invoke the overridden visit method or must explicitly ask the visited node to visit its children. Failure to do so will cause the children of the visited node to not be visited. Clients may extend this class." />
<item value="[WARN] Do not import [libcurrent_platform.dart] directly in [libmain.dart], use [libcurrent_platform.p.dart] instead!" />
<item value="subtract" />
<item value="Extend this type to create a [Generator] that invokes [generateForAnnotatedElement] for every top level element in the source file annotated with [T]. When all annotated elements have been processed, the results will be combined into a single output with duplicate items collapsed. For example, this will allow code generated for all top level elements which are annotated with `@Deprecated`: ```dart class DeprecatedGenerator extends GeneratorForAnnotation&lt;Deprecated&gt; { @override Future&lt;String&gt; generateForAnnotatedElement( Element element, ConstantReader annotation, BuildStep buildStep) async { Return a string representing the code to emit. } } ``` Elements which are not at the top level, such as the members of a class or extension, are not searched for annotations. To operate on, for instance, annotated fields of a class ensure that the class itself is annotated with [T] and use the [Element] to iterate over fields. The [TypeChecker] utility may be helpful to check which elements have a given annotation." />
<item value="Computes the set of features for the latest language version known to the analyzer, without any experiments. Use it only if you really don't care which language version you want to use, and sure that the code that you process is valid for the latest language version. Otherwise, it is recommended to use [FeatureSet.fromEnableFlags2]." />
<item value="Return the result of parsing the file at the given [path]. If a [resourceProvider] is given, it will be used to access the file system. [featureSet] determines what set of features will be assumed by the parser. This parameter is required because the analyzer does not yet have a performant way of computing the correct feature set for a single file to be parsed. Callers that need the feature set to be strictly correct must create an [AnalysisContextCollection], query it to get an [AnalysisContext], query it to get an [AnalysisSession], and then call `getParsedUnit`. Callers that don't need the feature set to be strictly correct can pass in `FeatureSet.latestLanguageVersion()` to enable the default set of features; this is much more performant than using an analysis session, because it doesn't require the analyzer to process the SDK. If [throwIfDiagnostics] is `true` (the default), then if any diagnostics are produced because of syntactic errors in the file an `ArgumentError` will be thrown. If the parameter is `false`, then the caller can check the result to see whether there are any errors." />
<item value="Return the result of resolving the file at the given [path]. If a [resourceProvider] is given, it will be used to access the file system. Note that if more than one file is going to be resolved then this function is inefficient. Clients should instead use [AnalysisContextCollection] to create one or more contexts and use those contexts to resolve the files." />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="191" /> <entry key="CHINESE" value="222" />
<entry key="ENGLISH" value="192" /> <entry key="ENGLISH" value="222" />
<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" />

Loading…
Cancel
Save