1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/library/history
Michael Comella 4bab493487 No issue: remove useless @MenuRes annotation in History Fragment.
This annotation was not applied correctly and lint was unable to ensure
it was used properly: it declared an error in lint saying so but that
error was ignored. I did not know how to apply the annotation - and I
felt it had limited utility - so I removed it entirely in order to
permit the lint baseline file to be removed (it was the only error).
2020-01-06 18:27:51 +02:00
..
viewholders For #2570: Hide 3-dots menu for all library items when in select mode (#5699) 2019-10-10 23:02:22 -07:00
HistoryAdapter.kt Rename HistoryStore/State/Action to HistoryFragmentStore/State/Action. 2019-09-03 10:09:06 -07:00
HistoryController.kt Rename HistoryStore/State/Action to HistoryFragmentStore/State/Action. 2019-09-03 10:09:06 -07:00
HistoryDataSource.kt Switched to AC string extensions (#6258) 2019-11-22 23:15:51 -08:00
HistoryDataSourceFactory.kt For #4137 - Fixes HistoryInteractorTest 2019-07-31 14:35:33 -07:00
HistoryFragment.kt No issue: remove useless @MenuRes annotation in History Fragment. 2020-01-06 18:27:51 +02:00
HistoryFragmentStore.kt Fix ktlint MaxLineLength issues. 2019-09-03 10:09:06 -07:00
HistoryInteractor.kt For #4398 - add HistoryController (#4837) 2019-08-27 10:33:40 -07:00
HistoryItemMenu.kt Move classes out of top-level package 2019-08-21 13:52:30 -07:00
HistoryView.kt No Issue - Fixes warnings / compiler errors with A-C update 2019-11-28 12:45:45 +01:00
HistoryViewModel.kt For #4137 - Fixes HistoryInteractorTest 2019-07-31 14:35:33 -07:00