mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	 3e020ed973
			
		
	
	
		3e020ed973
		
			
		
	
	
	
	
		
			
			* Changed files required to get the app to run correctly. Removed suspend from affected DAO files and funcs, and changed to (Kotlin v1.9.22) and (Kotlin compiler v1.5.8) * Created refresh button icon, and added it to the nearby_fragment_menu.xml (header of the nearby page). Created function refresh() in NearbyParentFragment.java to handle refresh functionality. * Replaced refresh() func with emptyCache() and reloadMap() * Attempt at reloadMap(), no testing done yet. * added changes for a possibly working emptyCache implementation (needs testing). * Tested changes as working, edited emptyCache to correctly clear cache and then reload map --------- Co-authored-by: MarcusBarta <marcusbarta@icloud.com>
		
			
				
	
	
		
			45 lines
		
	
	
		
			No EOL
		
	
	
		
			3.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			No EOL
		
	
	
		
			3.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <component name="InspectionProjectProfileManager">
 | |
|   <profile version="1.0">
 | |
|     <option name="myName" value="Project Default" />
 | |
|     <inspection_tool class="ClassWithOnlyPrivateConstructors" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="ConfusingElse" enabled="true" level="WARNING" enabled_by_default="true">
 | |
|       <option name="reportWhenNoStatementFollow" value="true" />
 | |
|     </inspection_tool>
 | |
|     <inspection_tool class="ControlFlowStatementWithoutBraces" enabled="true" level="ERROR" enabled_by_default="true" />
 | |
|     <inspection_tool class="ExplicitThis" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="LocalCanBeFinal" enabled="true" level="WARNING" enabled_by_default="true">
 | |
|       <option name="REPORT_VARIABLES" value="true" />
 | |
|       <option name="REPORT_PARAMETERS" value="true" />
 | |
|     </inspection_tool>
 | |
|     <inspection_tool class="LongLine" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="MissingOverrideAnnotation" enabled="true" level="ERROR" enabled_by_default="true">
 | |
|       <option name="ignoreObjectMethods" value="true" />
 | |
|       <option name="ignoreAnonymousClassMethods" value="false" />
 | |
|     </inspection_tool>
 | |
|     <inspection_tool class="NonFinalUtilityClass" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="OverlyStrongTypeCast" enabled="true" level="WARNING" enabled_by_default="true">
 | |
|       <option name="ignoreInMatchingInstanceof" value="false" />
 | |
|     </inspection_tool>
 | |
|     <inspection_tool class="ProblematicWhitespace" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="RedundantFieldInitialization" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="RedundantImplements" enabled="true" level="WARNING" enabled_by_default="true">
 | |
|       <option name="ignoreSerializable" value="false" />
 | |
|       <option name="ignoreCloneable" value="false" />
 | |
|     </inspection_tool>
 | |
|     <inspection_tool class="SimplifiableEqualsExpression" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="TypeParameterExtendsFinalClass" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="UnnecessarilyQualifiedStaticUsage" enabled="true" level="WARNING" enabled_by_default="true">
 | |
|       <option name="m_ignoreStaticFieldAccesses" value="false" />
 | |
|       <option name="m_ignoreStaticMethodCalls" value="false" />
 | |
|       <option name="m_ignoreStaticAccessFromStaticContext" value="false" />
 | |
|     </inspection_tool>
 | |
|     <inspection_tool class="UnnecessarilyQualifiedStaticallyImportedElement" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="UnnecessaryConstantArrayCreationExpression" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="UnnecessaryConstructor" enabled="true" level="WARNING" enabled_by_default="true">
 | |
|       <option name="ignoreAnnotations" value="true" />
 | |
|     </inspection_tool>
 | |
|     <inspection_tool class="UnnecessaryQualifierForThis" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="UnnecessarySuperConstructor" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|     <inspection_tool class="UnnecessaryThis" enabled="true" level="WARNING" enabled_by_default="true" />
 | |
|   </profile>
 | |
| </component> |