Aidin Gharibnavaz

Results 18 issues of Aidin Gharibnavaz

There should be a method in `libtocc::Manager` that let's the user updates `traditional_path` of a file. The signature should be as follows: ``` cpp void set_traditional_path(const char* file_id, const char*...

assignee: Ankit

There should be a method in `libtocc::Manager`, that returns files that does not have any tags. The signature should be as follows: ``` cpp FileInfoCollection get_files_without_tag(); ```

assignee: Yassine

Client of _libtocc_ should have an option to start and then commit/rollback transactions. For example, if user passes `--import` and `--assign` to the CLI, the CLI will first import files...

We need a stress test for our library. It should create and destroy objects hundred of times to check if memory frees correctly. It should check not just simple objects,...

Using a constant IV with CBC mode is [vulnerable to some attacks](https://stackoverflow.com/questions/3436864/sending-iv-along-with-cipher-text-safe). On the other hand, [IV can be public](https://stackoverflow.com/a/3436997/324262). I changed the app to generate a random IV, and...

There should be some tests for `MainActivity`.

There should be some tests for `SettingsActivity`.

**The Issue** In one case in our production app, we want to `flush` the bulk operations and make them immediately available for search. So, we do a `flush` on our...