You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tablet detection with KISS principle
* Batch load settings translation
* Batch load settings test
* UA Translation fix
* Batch load settings release
* Update dependencies
* Index page overflow fix testing
* New text entries for testing
* Export function placeholder UI
* Fixed that absence of the username made the app unresponsive.
* Translations for upcoming feature
* Added Changelog
* Changed dependencies and incremented app version
* Updated the Readme
* Removed obsolete permissions
* Added saving indexed files to JSON
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This app is made with crowdsourcing in mind. This means that after we finish our
19
19
### Indexing
20
20
This app helps you analyze what connections channels have. This is possible due to the continuous process of analyzing messages and resolving connections on reposts.
21
21
When you index a channel, the app reads up to 50 messages from the channel, starting at the latest message, and checks if between those messages there is a repost of any channel. If the repost is found, then the app checks if it "knows" that channel (i.e. if this is the first repost from this channel among all indexed channels), if not - it gets info about the channel and its icon, if yes - increments amount of reposts for the connection.
22
-
In the end, it results in a list of connections that this channel has against all other channels, and you can then go and index another channel to get connections of the connection and so on.
22
+
In the end, it results in a list of connections that this channel has against all other channels, and you can then go and index another channel to get connections of the connection and so on. User can download indexed channel data.
23
23
24
24
### Relations map
25
25
After indexing, the app creates a map of the indexed channels. If you have one channel indexed, it will look like a central node with connections radiating from it.
0 commit comments