Skip to content

Commit

Permalink
Merge branch 'comm-filter-plugin/release/0.5.1' into comm-filter-plug…
Browse files Browse the repository at this point in the history
…in/develop
  • Loading branch information
udnp committed Apr 6, 2016
2 parents a4fdd7f + 1d210f6 commit 13f2458
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion README.ja
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

テキストボックスが直接IITCのCOMMのタブの下に表示されていれば、インストールは成功です。

*** 使い方
*** 使い方
**** エージェント名で COMM の log をフィルタリングする
- COMM に表示されているエージェント名をクリックするか、
Expand Down Expand Up @@ -72,6 +71,10 @@
独自ビルドの IITC Mobile(version 0.25.1 ベース)

*** リリース履歴
**** v0.5.1
Android 版でチェックボックス項目が水平方向にはみ出す場合がある問題を修正し、
テキストボックスを click/tap した際に幅を広げチェックボックスを非表示にするようにしました。

**** v0.5.0
- 1つのテキストボックスでエージェント名とポータル名の両方をフィルタリングできるように変更しました。
エージェント名とポータル名の検索は OR 検索となります。
Expand Down
8 changes: 4 additions & 4 deletions built/comm-filter.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
// @name IITC plugin: COMM Filter
// @author udnp
// @category COMM
// @version 0.5.1.20160406.91100
// @version 0.5.1.20160406.100405
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @source https://github.com/udnp/iitc-plugins
// @updateURL https://github.com/udnp/iitc-plugins/raw/comm-filter-plugin/develop/built/comm-filter.meta.js
// @downloadURL https://github.com/udnp/iitc-plugins/raw/comm-filter-plugin/develop/built/comm-filter.user.js
// @description [udnp-2016-04-06-091100] COMM Filter
// @updateURL https://github.com/udnp/iitc-plugins/raw/master/built/comm-filter.meta.js
// @downloadURL https://github.com/udnp/iitc-plugins/raw/master/built/comm-filter.user.js
// @description [udnp-2016-04-06-100405] COMM Filter
// @include https://www.ingress.com/intel*
// @include http://www.ingress.com/intel*
// @match https://www.ingress.com/intel*
Expand Down
10 changes: 5 additions & 5 deletions built/comm-filter.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
// @name IITC plugin: COMM Filter
// @author udnp
// @category COMM
// @version 0.5.1.20160406.91100
// @version 0.5.1.20160406.100405
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @source https://github.com/udnp/iitc-plugins
// @updateURL https://github.com/udnp/iitc-plugins/raw/comm-filter-plugin/develop/built/comm-filter.meta.js
// @downloadURL https://github.com/udnp/iitc-plugins/raw/comm-filter-plugin/develop/built/comm-filter.user.js
// @description [udnp-2016-04-06-091100] COMM Filter
// @updateURL https://github.com/udnp/iitc-plugins/raw/master/built/comm-filter.meta.js
// @downloadURL https://github.com/udnp/iitc-plugins/raw/master/built/comm-filter.user.js
// @description [udnp-2016-04-06-100405] COMM Filter
// @include https://www.ingress.com/intel*
// @include http://www.ingress.com/intel*
// @match https://www.ingress.com/intel*
Expand All @@ -28,7 +28,7 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'udnp';
plugin_info.dateTimeVersion = '20160406.91100';
plugin_info.dateTimeVersion = '20160406.100405';
plugin_info.pluginId = 'comm-filter';
//END PLUGIN AUTHORS NOTE

Expand Down

0 comments on commit 13f2458

Please sign in to comment.