Results 83 issues of Kirill Taran

It would ease user's life if the app would suggest tags and user could just apply them. This would come in 2 forms: 1. "Quick tags" section in Gallery's tags...

feature
draft

It should be possible to filter documents by presence of query word in their text content. For this, it's necessary to implement: 1. Text-layer extraction from PDF and other text-based...

feature

#176 and #178 really depend on resources having text layer attached when possible. We can extract text relatively easily from: * content of text-based resources * metadata of some file...

feature

Some resources can form sequences: * several photos of the same place * screenshots of long web-page * songs of an album * ? When detected, such resources should be...

feature
draft

At the moment, after tags are changed for a resource, we wait till new state of tags storage is written into filesystem. We can update the storage file in background...

performance

When a user switches to resources screen, either by clicking [navigate folder] button on individual folder or by clicking [navigate data] in menu (_aggregated mode_), resources indexing, previews generation and...

enhancement
UX

Right now, if a user has several copies of the same file (with the some content and `id`), only one file is displayed. In case of deletion, only one copy...

feature

This feature is conceptually simple, but requires some smart structure in fact. Architecturally, we should modify the counter every time we index a resource. Visually, these counters should be placed...

feature

It should be possible to use several threads during indexing.

performance

Method `ResourcesRVAdapter.onBindViewHolder` is called twice causing excessive re-drawings.

performance