mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 08:43:52 +01:00 
			
		
		
		
	* Nearby: Add 'Show in Explore' 3-dots menu item * MainActivity: Add methods to pass extras between Nearby and Explore * MainActivity: Extend loadFragment() to support passing fragment arguments * Nearby: Add ability to navigate to Explore fragment on 'Show in Explore' click * Explore: Read fragment arguments for Nearby map data and update Explore map if present * Explore: Add 'Show in Nearby' 3-dots menu item. Only visible when Map tab is selected * Explore: On 'Show in Nearby' click, navigate to Nearby fragment, passing map data as fragment args * Nearby: Read fragment arguments for Explore map data and update Nearby map if present * MainActivity: Fix memory leaks when navigating between bottom nav destinations * Explore: Fix crashes caused by unattached map fragment * Refactor code to pass unit tests * Explore: Format javadocs --------- Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
		
			
				
	
	
		
			50 lines
		
	
	
	
		
			851 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
	
		
			851 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# IDEA files
 | 
						|
*.iml
 | 
						|
*.ipr
 | 
						|
*.iws
 | 
						|
/.idea/*
 | 
						|
app/src/main/gen/*
 | 
						|
 | 
						|
# IDEA/Android Studio Ignore exceptions
 | 
						|
!/.idea/codeStyles/
 | 
						|
!/.idea/inspectionProfiles/
 | 
						|
 | 
						|
# Gradle
 | 
						|
.gradle
 | 
						|
local.properties
 | 
						|
/.gradle
 | 
						|
/build
 | 
						|
/app/build
 | 
						|
 | 
						|
# IDE / Text editor files
 | 
						|
.nb-gradle
 | 
						|
.nb-gradle-properties
 | 
						|
*.sw[op]
 | 
						|
*~
 | 
						|
*.sublime-*
 | 
						|
.textmate
 | 
						|
.java-version
 | 
						|
 | 
						|
# OS files
 | 
						|
*.DS_Store
 | 
						|
Thumbs.db
 | 
						|
app/gradle/wrapper/gradle-wrapper.jar
 | 
						|
app/gradlew
 | 
						|
app/gradlew.bat
 | 
						|
app/gradle/wrapper/gradle-wrapper.properties
 | 
						|
 | 
						|
# related to release notes
 | 
						|
app/src/prodRelease/play/release-notes/*
 | 
						|
 | 
						|
#related to OpenCV
 | 
						|
/libraries/opencv/build
 | 
						|
app/src/main/jniLibs
 | 
						|
#Below removes all the HTML files related to OpenCV documentation. The documentation can be otherwise found at:
 | 
						|
#https://docs.opencv.org/3.3.0/
 | 
						|
/libraries/opencv/javadoc/
 | 
						|
captures/*
 | 
						|
 | 
						|
# Test and other output
 | 
						|
app/jacoco.exec
 | 
						|
app/CommonsContributions
 | 
						|
app/.*
 |