renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72b1d582ba 
							
						 
					 
					
						
						
							
							chore(deps): update dependency flutter_lints to v4 ( #9488 )  
						
						... 
						
						
						
						* chore(deps): update dependency flutter_lints to v4
* fix lints
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com> 
						
						
					 
					
						2024-05-14 18:52:07 +00:00 
						 
				 
			
				
					
						
							
							
								Fynn Petersen-Frey 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							116043b2b4 
							
						 
					 
					
						
						
							
							feat(mobile): use efficient sync ( #8842 )  
						
						... 
						
						
						
						* feat(mobile): use efficient sync
review feedback
* adapt to changed  server endpoints
* formatting
* fix memory lane bug
* fix: bad merge
* fix call not returning correct number of asset
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com> 
						
						
					 
					
						2024-05-14 10:35:37 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5806a3ce25 
							
						 
					 
					
						
						
							
							refactor(mobile): widgets ( #9291 )  
						
						... 
						
						
						
						* refactor(mobile): widgets
* update 
						
						
					 
					
						2024-05-06 23:04:21 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							090592e5ae 
							
						 
					 
					
						
						
							
							refactor(mobile): pages ( #9246 )  
						
						... 
						
						
						
						* refactor(mobile): pages
* refactor
* album pages
* pages
* pages
* use *.page.dart
* representation
* put back module 
						
						
					 
					
						2024-05-05 13:14:49 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1253663b7 
							
						 
					 
					
						
						
							
							refactor(mobile): services and providers ( #9232 )  
						
						... 
						
						
						
						* refactor(mobile): services and provider
* providers 
						
						
					 
					
						2024-05-02 15:59:14 -05:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f057fe045e 
							
						 
					 
					
						
						
							
							refactor(mobile): entities and models ( #9182 )  
						
						... 
						
						
						
						* refactor(mobile): entities
* store entity
* refactor: models
* remove domain
* save all
* bad refactor 
						
						
					 
					
						2024-04-30 21:36:40 -05:00 
						 
				 
			
				
					
						
							
							
								shenlong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							27488ceb67 
							
						 
					 
					
						
						
							
							deps(mobile): flutter 3.16 ( #6677 )  
						
						... 
						
						
						
						* dep(mobile): update flutter and deps
* chore: dart analyzer
* chore: update flutter workflow version
* chore: dart format
* fix: gallery_viewer PopScope
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> 
						
						
					 
					
						2024-01-27 10:14:32 -06:00 
						 
				 
			
				
					
						
							
							
								Alex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							64e299ba9b 
							
						 
					 
					
						
						
							
							fix(mobile): skip tests using mock http client to make actual network request ( #6642 )  
						
						
						
						
					 
					
						2024-01-25 10:57:11 -06:00 
						 
				 
			
				
					
						
							
							
								shenlong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e6c0f0e3aa 
							
						 
					 
					
						
						
							
							refactor(mobile): maplibre ( #6087 )  
						
						... 
						
						
						
						* chore: maplibre gl pubspec
* refactor(wip): maplibre for maps
* refactor(wip): dual pane + location button
* chore: remove flutter_map and deps
* refactor(wip): map zoom to location
* refactor: location picker
* open gallery_viewer on marker tap
* remove detectScaleGesture param
* test: debounce and throttle
* chore: rename get location method
* feat(mobile): Adds gps locator to map prompt for easy geolocation (#6282 )
* Refactored get gps coords
* Use var for linter's sake, should handle errors better
* Cleanup
* Fix linter issues
* chore(dep): update maplibre to official lib
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Joshua Herrera <joshua.herrera227@gmail.com> 
						
						
					 
					
						2024-01-15 09:26:13 -06:00 
						 
				 
			
				
					
						
							
							
								shenlong 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							af32183728 
							
						 
					 
					
						
						
							
							refactor(mobile): Activities ( #5990 )  
						
						... 
						
						
						
						* refactor: autoroutex pushroute
* refactor: autoroutex popRoute
* refactor: autoroutex navigate and replace
* chore: add doc comments for extension methods
* refactor: Add LoggerMixin and refactor Album activities to use mixin
* refactor: Activity page
* chore: activity user from user constructor
* fix: update current asset after build method
* refactor: tests with similar structure as lib
* chore: remove avoid-declaring-call-method rule from dcm analysis
* test: fix proper expect order
* test: activity_statistics_provider_test
* test: activity_provider_test
* test: use proper matchers
* test: activity_text_field_test & dismissible_activity_test added
* test: add http mock to return transparent image
* test: download isar core libs during test
* test: add widget tags to widget test cases
* test: activity_tile_test
* build: currentAlbumProvider to generator
* movie add / remove like to activity input tile
* test: activities_page_test.dart
* chore: better error logs
* chore: dismissibleactivity as statelesswidget
---------
Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> 
						
						
					 
					
						2024-01-04 23:20:55 -06:00