2
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Jun 26, 2025 — Jun 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Files -> Android More... about 6 years ago
Remove obsolete travis configuration More... about 6 years ago
Add some todo to modify database
Isc
More... about 6 years ago
fix API v1 path and rename classes More... about 6 years ago
fix API version save to DB More... about 6 years ago
fix capabilities parsing More... about 6 years ago
version bump to 2.11.13 More... about 6 years ago
update changelog More... about 6 years ago
update changelog More... about 6 years ago
Merge branch 'Isaac-Graham-master' More... about 6 years ago
[tx-robot] updated from transifex More... about 6 years ago
Update SearchableBaseNoteFragment.java More... about 6 years ago
804: Fixed prev and submit button in search More... about 6 years ago
Merge remote-tracking branch 'upstream/master' More... about 6 years ago
Only compare major versions of API More... about 6 years ago
version bump to 2.11.12 More... about 6 years ago
Updated changelog More... about 6 years ago
Two main midifications: 1) Move delay to the top of class SearchableBaseNoteFragment; 2) If there is only one char in the search pattern, search it immediately without delay More... about 6 years ago
Two main midifications: 1) Move delay to the top of class SearchableBaseNoteFragment; 2) If there is only one char in the search pattern, search it immediately without delay More... about 6 years ago
[tx-robot] updated from transifex More... about 6 years ago
Enhancement for 769: Currently, If the search string changes too frequently, there will be many search tasks running. We add a delay in this commit to prevent this. If the search string does not change in $delay ms, then the search task will start. More... about 6 years ago
Enhancement for 769: Currently, If the search string changes too frequently, there will be many search tasks running. We add a delay in this commit to prevent this. If the search string does not change in $delay ms, then the search task will start. More... about 6 years ago
Make up for the missing condition judgment in last commit More... about 6 years ago
Make up for the missing condition judgment in last commit More... about 6 years ago
Bug fix: 769. The main reason is that the complexity of countOccurrences is O(mn^2), which is too large. So that the main thread may be frozen for a long time. We use a O(m+n) implementation More... about 6 years ago
Bug fix: 769. The main reason is that the complexity of countOccurrences is O(mn^2), which is too large. So that the main thread may be frozen for a long time. We use a O(m+n) implementation More... about 6 years ago
Bump gradle from 3.6.2 to 3.6.3 More... about 6 years ago
Initial support for instrumented tests in CI More... about 6 years ago
Initial support for instrumented tests More... about 6 years ago
Fix #796 Changing the word "odd" More... about 6 years ago