• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zulip / zulip-mobile / 7461 / 1
47%
master: 47%

Build:
DEFAULT BRANCH: master
Ran 17 Nov 2018 01:07AM UTC
Files 367
Run time 20s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Nov 2018 12:52AM UTC coverage: 65.358%. Remained the same
COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv

push

travis-ci

gnprice
android: Fix label of intent filter.

This `android:label` attribute is "used when [the app or activity] is
presented to the user as having the capability described by the
filter".  In other words it's a user-facing message -- so the current
value is not at all a good one.

Concretely, in this case, it's used in the OAuth functionality.  So
after selecting account in the browser, user is redirected to the app
with this intent. If multiple apps are capable of taking this intent
(like in our case when both release and debug builds are installed in
the phone), then a pop up is shown by the phone OS, letting user to
select with which app he wants to proceed. And this label is used in
this pop up. `filter_react_native` is totally irrelevant, so change it
to something relevant, which can be used to differentiate both the
apps in the phone.

Fortunately, this message never seems to actually be shown unless two
different things advertise this "capability", which in this case
basically only happens when both the release and debug builds of the
app are installed.  So only us developers of the app actually see it.
Still, no need to have a confusing value like this one.

The default behavior is simply to take `android:label` from the parent
component (here, the activity), or else from the application.  Those
are set nicely to "Zulip" or "Zulip (debug)"; so just leave it at that.

[greg: revised explanation in commit message]

1415 of 2959 branches covered (47.82%)

Branch coverage included in aggregate %.

4826 of 6590 relevant lines covered (73.23%)

37.99 hits per line

Source Files on job 7461.1 (COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23334
  • Travis Job 7461.1
  • 1237c8a6 on github
  • Prev Job for COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv on master (#7457.1)
  • Next Job for COVERALLS_REPO_TOKEN=4eYQDtWoBJlDz2QkxoQ2UcnmJFcOB7zkv on master (#7463.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc