Name Description Size
HistoryAdapter.kt Adapter for the list of visited pages, that uses Paging 3 versions of the Paging library. 6653
HistoryDataSource.kt PagingSource of History items, used in History Screen. It is the data source for the Flow<PagingData>, that provides HistoryAdapter with items to display. 4121
HistoryFragment.kt 33714
HistoryFragmentStore.kt Class representing a history entry. 11469
HistoryItemTimeGroup.kt 2341
HistoryView.kt View that contains and configures the History List 6585
PendingDeletionHistory.kt Wrapper for the data of the history item that has been marked for removal. Undo snackbar delays the actual removal, while this class is used to match History items that should be hidden in the UI. 2122
RemoveTimeFrame.kt A helper class that provides starting and ending timestamps for a set time frame. Is used by [HistoryFragment] to provide timestamps for options inside the delete history dialog. 1509
state
viewholders