* Make less copies, detect if no changes are made for a fast path, give some feedback while processing the image
* avoid NPE on camera, use more generic inputstream so that file picking works again
* stop using resource in test
* stop using resource in test
* fix uri issue and add test
* Test dialog, stringify strings
* click error button, for fun
* test error button in post creation
* check retry of upload works
* Remove wrong button click in test
* add some tests for followers list
* test edit profile button
* test back button
* try to get all callbacks to be called
* Fix typo
* Make sure crop is not ignored
* first draft of dark mode, still needs some work
* changed dark mode colors
* fixed more buttons in dark mode
* Ran linter and fixed a few things
* mades things more kotlin-like
* added night mode selector in settings, but doesn't seem to work
* WIP Theme settings
* Fix callback not getting called (not registered)
* added theme test
* removed useless strings
* Fix dark mode not being applied
* Our app isn't called ThemedApplication and fixed fix
* changed default theme for API versions lower than 29
* WIP splashscreen nightmode
* Added custom splashscreen
* added night mode for splashscreen
* removed useless night values
* adapted icons for dark mode
* fixed light mode colors
* fixed a few light mode color bugs
* fixed bad login button
* fixed search tabs color
* fixed weird text input in post creation
* removed hardcoded strings in settings test
* removed unnecessary margin in login activity
* replace getIntrumentation.context with getInstrumentation.targetContext in settings test
Co-authored-by: Matthieu De Beule <61561059+Wv5twkFEKh54vo4tta9yu7dHa3@users.noreply.github.com>
* Beginning of edit photos activity
* First batch for edition of photos
* EditActivity working properly except flow & save
* Added tests
* Changed name of tabLayouts back to tabs
* Resolved 2 errors from last build
* Truly resolved the 2 issues with requireContext/Activity
* Made test work with API23 emulator
* added 2 tests
* Corrected test @Before to have the right button to click on
* Added flow to newPost and few tests
* Added a test and refactor PhotoEditActivity
* Added flow from upload picture, tests doesn't work
* Added CropImageActivity from ucrop library, crashes for now
* Modified test FiltersIsSwipeableAndClickeable but still doesn't work
* Merge with master
* rectified test SaveButtonLaunchNewPostActivity
* FiltersIsSwipeableAndClickeable test completed
* Ready to merge to master
* resolved error in merge
* Added button save and upload, removed BitmapUtils
* Removed unnecessary libraries and imports
* Remove dependency on library for permissions
Co-authored-by: Joachim Dunant <joachim.dunant@epfl.ch>
Co-authored-by: Matthieu De Beule <61561059+Wv5twkFEKh54vo4tta9yu7dHa3@users.noreply.github.com>